/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: repeat-x;
	color: #000000;	
	text-align: left;		
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   	width: 1000px;  	
	text-align: left; /*left*/		
	background: #FFF;
/*	height:550px;	*/
}

#content-wrap {
	clear:both;
	margin: 0;
	padding:0;
	width: 1000px;
	margin-top: 15px;
}

#header {
	position: relative;
	background: repeat-y 0% 0%;
	height: 139px;
}

#header1 {
	position: relative;
	background-color: #0033FF;
	height: 5px;
}


.unilogo{
	position:absolute;
	top: 5px;
	left: 850px;
}
.deptlogo {
	position:absolute;
	top: 5px;
	left: 5px;
}

#header h1#Title{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #0000CC;
	text-transform: uppercase;
	/*	 change the values of top and Left to adjust the position of the logo*/
	width: 745px;
	height: 54px;
	top: 25px;
	left: 125px;
	text-align: center;
}

#header h2#subTitle1 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 2.0em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -0.5px;
	color: #8282FF;
	text-transform: uppercase;
	/*	 change the values of top and Left to adjust the position of the logo*/
	width: 745px;
	height: 54px;
	top: 60px;
	left: 100px;
	text-align: center;
}

#header h2#subTitle2 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 1.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -0.5px;
	color: #8282FF;
	text-transform: uppercase;
	/*	 change the values of top and Left to adjust the position of the logo*/
	width: 745px;
	height: 54px;
	top: 91px;
	left: 100px;
	text-align: center;
}

#header h2#subTitle3 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 1.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -0.5px;
	color: #8282FF;
	text-transform: uppercase;
	/*	 change the values of top and Left to adjust the position of the logo*/
	width: 745px;
	height: 54px;
	top: 115px;
	left: 100px;
	text-align: center;
}


/* main column */
#main {
	float: left;
	margin-left: 2px;
	padding: 0;
	width: 57%;

}
	/* rightbar */
#rightbar {
	float: left;
	width: 22%;
	padding: 5px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CFF9FC;
	margin-left: 0px;
	border-right: 0px solid #0033FF;
	padding-right: 0px;
	word-spacing: inherit;
}
.rightbar_head {
	font-size: 1em;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rightbar_head1 {
	background-color: #fff8ee;
	padding: 2px; 
	font-size: 95%;
	border: 1px solid #00CCCC;
}


/* footer */
#footer {
	clear: both;
	background: #FFF repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;
	color:#333333;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}


/* sideabar */
/* .homeLeftNavbar
Style for the left navbar on the homepage.
*/
#sidebar{
	float: left;
	margin: 0;
	display: inline;
	border-left: 0px solid #0033FF;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	width: 20%;
	background-color: #FFFFFF;
}
/* .homeLeftNavbarParent
Specifies homepage left side parent menu item syle.
*/
.homeLeftNavbarParent a {
	font:  'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	text-indent: 0em;
	background-color: #BCEFF3;
	line-height: 1.7em;
	border-bottom: 1px solid #00CCCC; /*#939598 */
	display: block;
	text-decoration: none;
}
/* .homeLeftNavbarParent a:hover
Specifies homepage left side parent menu item link styles when mouse is over the link.
*/
.homeLeftNavbarParent a:hover {
	color: #000000;
	background-color: #00CCCC;
	text-decoration: none;
	/*margin-top: -1px;
	margin-left: -1px;*/
	border: 1px solid #00CCCC;
}
/* .homeLeftNavbarChild
Specifies homepage left side child menu item syle.
*/
.homeLeftNavbarChild a {
	font: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 0.82em;
	background-color:#D3FBFE;
	font-weight: normal;
	color: #000066;
	text-indent: 1em;
	line-height: 1.7em;
	border-bottom: 1px solid #00CCCC; /*#939598*/
	display: block;
	text-decoration: none;
}

/* .cu_homeLeftNavbarChild a:hover
Specifies homepage left side child menu item link styles when mouse is over the link.
*/
.homeLeftNavbarChild a:hover {
	color: #000000;
	font-weight:bold;
	background-color: #00FFFF;
	text-decoration: none;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #00CCCC;
}

/* headers */
h1{
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
h2, h3 {
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
h4 {
	color: #000066;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}
h4 { font-size: 1em; }

#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3, h4 {
	margin: 5px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
/*	color: #EC981F;	*/
}
ul span, ol span {
	color: #666666;
}

.bold {
	font-weight: bold;
}
.tblhead {
	background-color: #CFF9FC;
	font-weight: bold;
	text-align:left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#TABLE1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:14px;
	width:500px;
	text-align:left;
	border-collapse:collapse;
	margin:20px;
	border-color: #000000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
}
#TABLE1 td{background:#e8edff;border-top:1px solid #000000;color:#000066;padding:8px;}
#TABLE1 td.odd{
	background-image: url(http://www.nrc.gov.lk/SAG/images/gradback.png);
	border-top:1px solid #000000;
	padding:8px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#TABLE1 tfoot td.tblfooter{background:#CCF9F9 no-repeat left bottom;}
#TABLE1 tfoot td.tblfooter{background:#CCF9F9 no-repeat right bottom;}
#TABLE1 tbody tr:hover td{background:#BBFFFF;}
.vzebra-odd{
	color: #FF0000;
}
.vzebra-even{background:#CCFF66;}
#vzebra-comedy{background:#0033FF;border-bottom:1px solid #d6dfff;}


#tbl1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	text-align:center;
	border-collapse:collapse;
	margin:0px 0px 0px 50px;
}
#tbl2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	text-align:center;
	border-collapse:collapse;
	margin:0px 0px 0px 50px;
}
.style3 {
	color: #33CC00;
	font-weight: bold;
}
.style4 {color: #0033CC; font-weight: bold; }
.style5 {
	color: #FF3300;
	font-weight: bold;
}
.style6 {color: #27ADED}
.italic {
	font-style: italic;
}

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("http://www.nrc.gov.lk/SAG/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("http://www.nrc.gov.lk/SAG/images/magminus.cur"), pointer;
} 

