@import "tabber.css";

BODY {
	margin:0;
	padding:0px;
	background-color: #9AC0FF;
	background: url(images/main_bg.jpg) repeat-x;
	}

TABLE, td { font: 13px "Trebuchet MS",Tahoma,Arial; color: #666666;}

.shadow {
	background-image: url(images/phone_shadow.jpg);
	background-position:top;
	background-repeat:no-repeat;

}

.pad { padding-left: 7px; padding-right: 7px; padding-top: 7px; padding-bottom: 7px }

.highlight { background-color: #FFEE00; color: #000000 }

.form { font: 11px Tahoma,Arial; color: #333333 }

.content { font: 11px "Trebuchet MS",Tahoma,Arial; color: #555555 }
.content1 { font: 14px "Trebuchet MS",Tahoma,Arial; color: #666666; font-weight: normal;}
.content2 { font: 11px "Trebuchet MS",Tahoma,Arial; color: #333333; font-weight: normal;}
.content3 {color: #FF0000}

.title { font: 20px Arial,Tahoma; font-weight: normal; color: #FF6600;}
.title2 { font: 18px Arial,Tahoma; font-weight: normal; color: #FFFFFF; }
.title3 { font: 14px Arial,Tahoma; font-weight: bold; color: #65AAF6; }
.title4 { font: 18px Arial,Tahoma; font-weight: normal;	color: #000000;	margin-top: 0px; margin-bottom: 5px;}
.title5 { font: 16px Tahoma,Arial; font-weight: normal; color: #176CA0 }
.toplinks { padding-bottom: 0px; margin-bottom: 10px; margin-left: 0px;}

.white { font: 12px Arial,Tahoma; font-weight: normal; color: #FFFFFF }

.login_title { font: 11px Tahoma,Arial; font-weight: bold; color: #FFFFFF }

.header { color: #FFFFFF }
.footer { font: 11px Tahoma,Arial; color: #666666 }

.bullet { color: #FF3300; font-weight: bold; font-size: 18px }

.r_border { border-right: solid #666666 1px; padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px }

a:link { color: #176CA0; font: 12px Tahoma,Arial; text-decoration: none; font-weight: normal }
a:visited { color: #176CA0; font: 12px Tahoma,Arial; text-decoration: none; font-weight: normal }
a:active { color: #176CA0; font: 12px Tahoma,Arial; text-decoration: none; font-weight: normal }
a:hover { color: #176CA0; font: 12px Tahoma,Arial; text-decoration: none; font-weight: normal }

a:link.link1 { color: #000000; font: 11px Tahoma,Arial; text-decoration: none; font-weight: bold }
a:visited.link1 { color: #000000; font: 11px Tahoma,Arial; text-decoration: none; font-weight: bold }
a:active.link1 { color: #000000; font: 11px Tahoma,Arial; text-decoration: none; font-weight: bold }
a:hover.link1 { color: #333333; font: 11px Tahoma,Arial; text-decoration: underline; font-weight: bold }

a:link.link2 { color: #176CA0; font: 11px Tahoma,Arial; text-decoration: none; font-weight: bold }
a:visited.link2 { color: #176CA0; font: 11px Tahoma,Arial; text-decoration: none; font-weight: bold }
a:active.link2 { color: #176CA0; font: 11px Tahoma,Arial; text-decoration: none; font-weight: bold }
a:hover.link2 { color: #176CA0; font: 11px Tahoma,Arial; text-decoration: underline; font-weight: bold }

a:link.main { color: #FFFFFF; font: 14px Arial,Tahoma; text-decoration: none; font-weight: 600 }
a:visited.main { color: #FFFFFF; font: 14px Arial,Tahoma; text-decoration: none; font-weight: 600 }
a:active.main { color: #FFFFF; font: 14px Arial,Tahoma; text-decoration: none; font-weight: 600 }
a:hover.main { color: #FFFFFF; font: 14px Arial,Tahoma; text-decoration: underline; font-weight: 600 }

a:link.top { color: #FFFFFF; font: 14px Arial,Tahoma; text-decoration: none; font-weight: bold }
a:visited.top { color: #FFFFFF; font: 14px Arial,Tahoma; text-decoration: none; font-weight: bold }
a:active.top { color: #FFFFFF; font: 14px Arial,Tahoma; text-decoration: none; font-weight: bold }
a:hover.top { color: #ACD8FF; font: 14px Arial,Tahoma; text-decoration: underline; font-weight: bold }

ul {line-height:23px;} 
/**********************/
#nav {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff; /* IE6 Bug */
	
	}
	
.mainitems {
	position: relative;
	width:100%;
	}
	
.subitems {
	position: absolute;
	list-style: none;
	left: 154px; /* Set 1px less than menu width */
	top: 0;
	margin: 0 0 0 0;
	display: none;
    width: 174px;
	padding:0 0 0 0;
	border: 1px solid #ccc;
	border-left:0;
	border-right:0;
		background: #fff; /* IE6 Bug */
	}

/* Styles for Menu Items */
.mainitems a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 4px 4px 4px 25px;
	margin:0 0 0 0;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	border-top: 0;
	}
.mainitems h1 {
	display: block;
	text-decoration: none;
	width:145px;
	color: #777;
	background: #E2EEFE; /* IE6 Bug */
	padding: 4px 4px 4px 4px;
	margin:0;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	border-top: 0;
	font: normal 13px verdana;
	}
.mainitems h2 a{
	display: block;
	text-decoration: none;
	color: #777;
	background: #E2EEFE; /* IE6 Bug */
	}

.mainitems h2 {
	margin:0;
	}



.mainitems a:hover {
   background: #B4E3FF;
   border-color: #B4E3FF;
   
	}
.subitems a {
	padding: 2px;
	}
	


#nav li:hover ul, li.over ul { display: block;} /* The magic */
/********************/

#box1 {
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background-color:#E5F5FF;
	border: 1px solid #B4E3FF;
}

#box2 {
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}

#box3 {
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background-color:#F6FDED;
	border: 1px solid #B1D980;
}

#box4 {
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background-color:#FBFFF6;
	border: 1px solid #DDFFB0;
}

#box5 {
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background-color:#F1F6FF;
	border: 1px solid #B9D3FF;
}

#box6 {
	margin: 15px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background-color:#FFFFFF;
	border: 1px solid #B4E3FF;
}

.img_border { border: 1px solid #B4E3FF; }


input.dropdown {background-color: #cc0000; font-weight: bold; font-size: 12px; color: white;}
textarea.dropdown {background-color: #ccccff; font-size: 10px;}
option.dropdown {background-color: #EDFED5;}
input, select, textarea {
	background-color: #EDFED5;
	border: 1px solid #B8D888;
	font: 13px Tahoma,Arial; color: #555555;
}
