A:link {
	font-family : Verdana, Arial, "sans-serif";
	font-weight : strong;
	font-style : normal;
	color : #0033CC;
	text-decoration : underline;
}

A:visited {
	font-family : Verdana, Arial, "sans-serif";
	font-weight : strong;
	font-style : normal;
	color : #0033CC;
	text-decoration : underline;
}

A:active {
	font-family : Verdana, Arial, "sans-serif";
	font-weight : strong;
	font-style : normal;
	color : #0033CC;
	text-decoration : underline;
}

A:hover {
	font-family : Verdana, Arial, "sans-serif";
	font-weight : strong;
	font-style : normal;
	color: #ffffff;
	text-decoration : none;
	background-color: #457290;
}

.textbox {
	border-style:solid;
	border-width:1px;
	font-family: verdana, arial,helvetica, ms sans serif;
	font-size: 12px;
	border-color: #457290;
	height:20px;
	width:200px;
}

.textarea {
	border-style:solid;
	border-width:1px;
	font-family: verdana, arial,helvetica, ms sans serif;
	font-size: 12px;
	border-color: #457290;
	width:225px;
	height:100px;
}

input.button {
	border-style:solid;
	border-width:1px;
	border-color: #737373;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #457290;
	filter:glow(color:#000000);
   	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#DDDDDD',EndColorStr='#164a6b');
      	cursor:pointer;
}

input.buttonhover {
	color: #000000;
}

html,body { 
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 12px;
	background-color: #FFFFFF;
}

table,tr,td { 
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 12px;
}

#main {
	align: center;
	background-color: #FFFFFF;
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 12px;
}

#footer {
	align: center;
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.superSmallFont {
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 8px;
}

.smallestFont {
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 10px;
}

.smallerFont {
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 11px;
}

.smallFont {
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 12px;
}

.medSmallFont {
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 13px;
}

.mediumFont {
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 13px;
}

.largeFont {
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 15px;
}

.bottomBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.topBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.leftBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
}

.rightBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
}

.rightTopBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
}

.allBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.noTopBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.leftTopBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
}

.rightBottomBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
}

.noBottomBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.tabBorder {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.dragclass {
	position : relative;
	cursor : move;
}

/** THIS IS USED FOR STYLING THE DROPDOWN MENUS**/
.navul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	height: 24px;
	font-family: verdana,arial,helvetica,times new roman;
	font-size: 12px;
	font-weight: strong;
	color: #000000;
}

#nav a {
	font-size: 12px;
	text-decoration: none;
	padding:0px 0px 0px 0px;
}

#nav a:hover {
	color: #000000;
	background-color: transparent;
}

#nav li li a {
	height: 20px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	padding-left:10px;
	border: 0px solid #737373;
	border-width: 0px 0px 1px 0px;
	width: 12em;
	vertical-align: middle;
}

#nav li li a:hover {
	border: 0px solid #737373;
	border-width: 0px 0px 1px 0px;
	color: #000000;
	background-color:#DDDDDD;
	background-image:url('/images/menu_bg_light.gif');
	bacground-repeat:repeat-x;
	padding: 2px;
	padding-left:10px;
	width: 12em;
}

#nav li ul {
	z-index:9999;
}

.navli {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: transparent;
	border: 1px solid #737373;
	border-width: 0px 0;
	cursor: pointer;
}

.navli ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -9;
	font-weight: normal;
	background-color:#BBBBBB;
	border-top: solid 0px #737373;
	border-right: solid 1px #737373;
	border-bottom: solid 0px #737373;
	border-left: solid 1px #737373;
}

.navli>ul {
	top: auto;
	left: -9px;
}

.navli li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

.menuDiv {
	position:relative;
	text-align:center;
	height:24px;
	vertical-align:middle;
}

.menuDiv a {
	position:relative;
	top:5px;
}

.tabLight {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align:center;
	background: url('/images/tab_bg_light.gif') repeat-x;
	background-position: 0px 0px;
	background-color:#DDDDDD;
}

.tabLightLeft {
	width:10px;
	height:25px;
	background: url('/images/tab_bg_light.gif') repeat-x;
	background-position: 0px 1px;
	background-color:#DDDDDD;
}

.tabLightRight {
	width:10px;
	height:25px;
	background: url('/images/tab_bg_light.gif') repeat-x;
	background-position: 0px 1px;
	background-color:#DDDDDD;
}

.tabDark {
	border-color: #737373;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align:center;
	background: url('/images/tab_bg_dark.gif') repeat-x;
	background-position: 0px 0px;
	background-color:#BBBBBB;
}

.tabDarkLeft {
	width:10px;
	height:25px;
	background: url('/images/tab_bg_dark.gif') repeat-x;
	background-position: 0px 1px;
	background-color:#BBBBBB;
}

.tabDarkRight {
	width:10px;
	height:25px;
	background: url('/images/tab_bg_dark.gif') repeat-x;
	background-position: 0px 1px;
	background-color:#BBBBBB;
}

/** END FOR STYLING THE DROPDOWN MENUS**/

#quickSearchContainer{
	color:#000000;
	background:#DDDDDD;
	width:300px;
	position:relative;
}

#quickSearchDiv{
	position:absolute;
	top:-1px;
	left: 21px;
	l\eft:23px;
	border: 1px #737373 solid;
	border-width: 0px 1px 1px 1px;
	width: 300px;
	padding: 0px;
	display: none;
	z-index: 1000;
	text-decoration:none;
	background-color:#DDDDDD;
	list-style: none;
}

/* hack to correct IE5.5 faulty box model */
* html #quickSearchDiv {top:-1px; t\op:-1px;}
    
#quickSearchList {
      padding: 0px;
      margin: 0px;
      list-style: none;
      text-align:left;
}

#quickSearchList li{
     list-style: none;
     margin:0px;
     text-align:left;
     cursor:pointer;
}
#quickSearchList li:hover{
     color:#ffffff;
     background:#457290;
     list-style: none;
     margin:0px;
}
#quickSearchList li a {
     color: #000000;
     margin:0px;
     text-decoration:none;
     height:17px;
}
#quickSearchList li a:hover  {
     color:#ffffff;
     background:#457290;
     display:block;
     text-decoration:none;
     margin:0px;
     height:17px;
     text-decoration:none;
}

/** ALERT BOX STYLING**/
 
#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:15000;
	background-image:url('images/pixel.gif'); /* required by MSIE to prevent actions on lower z-index elements */
}
 
#alertBox {
	position:relative;
	width:325px;
	min-height:125px;
	margin-top:225px;
	border:1px solid #000;
	background-color:#DDDDDD;
	background-image:url('images/alert.png');
	background-repeat:no-repeat;
	background-position:20px 30px;
}
 
#modalContainer > #alertBox {
	position:fixed;
}
 
#alertBox h1 {
	height:15px;
	background:url('images/t_blue.gif');
	background-repeat:x-repeat;
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#457290;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}
 
#alertBox p {
	font:10px verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
}
 
#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	margin-left:125px;
	padding:3px;
	border:1px solid #000;
	width:70px;
	font:10px verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#457290;
	text-decoration:none;
}
