body
{
	margin: 0;
	padding: 0;
	color: #454545;
	/*font: normal 10pt Arial,Helvetica,sans-serif; */
	font-family: "Arial", "Lucida Sans Unicode","Lucida Grande",Tahoma,Helvetica,Arial,Verdana,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
/*	border: 1px solid #C9E0ED; */
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
}

.portlet-decoration
{
	padding: 7px 8px;
	display:inline-block;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.portlet-content
{

}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	padding: 0;
}

.operations li
{
	display:inline-block;
}

.operations li a
{
	font: normal 12px Arial;
	color: #454545;
	display: block;
	padding: 8px;
	line-height: 15px;
	text-decoration: underline;
	text-shadow: 0 1px 0 #FFFFFF;
}

.operations li a:visited
{
	color: #454545;
}

.operations li a:hover
{
	background: #EEEEEE;
	color: #000000;
}
#infoAlertMessage {
	border: 1px solid #006600;
	color: #006600;
	margin: 10px;
	padding: 10px;
	background-color: HoneyDew;
}

#errorAlertMessage {
	border: 1px solid #990000;
	color: #990000;
	margin: 10px;
	padding: 10px;
	background-color: MistyRose;
}

#infoAlertMessage p, #errorAlertMessage p {
	font-size: 14px;
}



/*--	Attendance	 --*/

.hed {
   
     background-image: url(/assets/52e81954/gridview/bg.gif);
   
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}
.grid-view
{
	padding: 15px 0;
}

.grid-view table.itemsgrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

/* .grid-view table.itemsgrid th, .grid-view table.itemsgrid td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}  */
.grid-view table.itemsgrid th, .grid-view table.itemsgrid td
{
	font-size: 12px;
	border: 1px white solid;
	padding: 0.4em 0 0.4em 0.5em;
}

.grid-view table.itemsgrid th
{
	background-color:#E9E9E9 !important;
	background-image:linear-gradient(to bottom, white 0px, #E9E9E9 100%) !important;
	border-color:#DDDDDD;
	color:#454545;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}

.grid-view table.itemsgrid th a
{
	color: #454545;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}

.grid-view table.itemsgrid th a:hover
{
	color: #454545;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}

.grid-view table.itemsgrid th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.itemsgrid th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.itemsgrid tr.even
{
	background: #F8F8F8;
}

.grid-view table.itemsgrid tr.odd
{
	background: #FCFCFC;
}

.grid-view table.itemsgrid tr.selected
{
	background: #BCE774;
}

.grid-view table.itemsgrid tr:hover
{
	background: #eeeeee;
}




