/*----------------------common styles start---------------------------*/

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: justify;
	color: #006600;
	font-weight: normal;
}

.font { font-family:verdana }

.boldwhite11px { font-size: 11px; font-weight: bold; color: #FFFFFF; }
.boldwhite9px { font-size: 9px; font-weight: bold; color: #FFFFFF; }

.text11px { font-size: 11px; }
.text12px { font-size: 12px; }
.text13px { font-size: 13px; }
.text14px { font-size: 14px; }

.blue11px { font-size: 11px; color: #0000FF; }
.blue12px { font-size: 12px; color: #0000FF; }
.blue13px { font-size: 13px; color: #0000FF; }
.blue14px { font-size: 14px; color: #0000FF; }

.blue11pxbold { font-size: 11px; font-weight: bold; color: #0000FF; }
.blue12pxbold { font-size: 12px; font-weight: bold; color: #0000FF; }
.blue13pxbold { font-size: 13px; font-weight: bold; color: #0000FF; }
.bold14pxblue { font-size: 14px; font-weight: bold; color: #0000FF; }

.red11px { font-size: 11px; color: #FF0000; }
.red12px { font-size: 12px; color: #FF0000; }
.red13px { font-size: 13px; color: #FF0000; }
.red14px { font-size: 14px; color: #FF0000; }

.red11pxbold { font-size: 11px; font-weight: bold; color: #FF0000; }
.red12pxbold { font-size: 12px; font-weight: bold; color: #FF0000; }
.red13pxbold { font-size: 13px; font-weight: bold; color: #FF0000; }
.red14pxbold { font-size: 14px; font-weight: bold; color: #FF0000; }

a:active { color: #0000FF; text-decoration: none; }
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }

.blackborder { border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/*----------------------common styles end---------------------------*/

/*---------------------dropdown menus start-------------------------*/

ul#mainmenu {
    position: relative; /*these two lines seem to be*/
    z-index:25; /*to ensure menus are always on top*/
	float: left;
	padding: 0px;
	margin: 0px;
	width: 770px;
	background: #006600; /*main menu background colour*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px; /*controls height of menu items*/
}
ul#mainmenu ul {
	position: absolute;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 0px;
	background: #006600; /*submenu background colour*/
	display: none;
	text-align: left;
}
ul#mainmenu:unknown {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	content: "."
}
ul#mainmenu li {
	float: left;
	width: 1px;
	list-style-type: none;
	position: relative;
	font-size: 11px;   /*main menu font size*/
}
ul#mainmenu li a {
	padding: 5px;
	display: block; 
	color: #ccffff; /*main menu text colour*/
	text-decoration: none;
	font-weight: bold;   /*main menu font weight*/
}
ul#mainmenu li ul li a {
	font-weight: normal;
	font-size:11px;   /*submenu font size*/
	font-family:verdana;
	border-top: 1px solid #669966; /*submenu dividing line colour*/
	padding: 5px 0px; /*controls spacing round submenu items*/
	text-indent: 10px; /*indents submenu text*/
}
ul#mainmenu li li a {
	padding: 5px;
	display: block;
	color: #ccffff; /*text colour for submenu items*/
	text-decoration: none;
}
html ul#mainmenu li {
	float: left;
	height: 1%
}
html ul#mainmenu li a {
	height: 1%
}
ul#mainmenu li:hover ul {
	display: block;
	border:1px solid #000000
}
ul#mainmenu li li a:hover {
	background-color:#009966 /*background hover colour for submenu items*/
}
ul#mainmenu li.over ul {
	display: block;
	border:1px solid #000000
}
ul#mainmenu li.mainitem:hover {
	background-color: #006600 !important /*background hover colour for main menu items*/
}
ul#mainmenu li.over {
	background-color: #006600 !important /*IE background hover colour for main menu items*/ 
}
ul#mainmenu li a:hover {
	color: #ccffff /*hover colour for main menu text*/
}

li#menu1 {width: 62px !important}
li#menu1 ul {width: 60px}
li#menu1 ul li {width: 60px}

li#menu2 {
	width: 146px !important;
}
li#menu2 ul {
	width: 144px;
}
li#menu2 ul li {
	width: 144px;
}

li#menu3 {width: 129px !important}
li#menu3 ul {width: 127px}
li#menu3 ul li {width: 127px}

li#menu4 {width: 106px !important}
li#menu4 ul {width: 104px}
li#menu4 ul li {width: 104px}

li#menu5 {width: 145px !important}
li#menu5 ul {width: 143px}
li#menu5 ul li {width: 143px}

li#menu6 {width: 182px !important;}
li#menu6 ul {width: 180px;}
li#menu6 ul li {width: 180px;}

li#menu7 {width: 130px !important}
li#menu7 ul {width: 128px;}
li#menu7 ul li {width: 128px;}

/*---------------------dropdown menus end-------------------------*/

/*---------------------image popups start-------------------------*/

#showpopup{
position:absolute;
visibility:hidden;
/*border: 1px solid gray;*/
z-index:25;
clip:  rect(   )
}

#popupdragbar{
cursor: hand;
cursor: pointer;
font-size:11px;
font-family:verdana;
color:#ffffff;
background-color: #000066;
min-width: 100px; /*NS6 style to overcome bug*/
}

#popupdragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

/*---------------------image popups end-------------------------*/
