﻿/* Layout start */
html, body {
	margin:0;
	font-family:Verdana;
	font-size:12px
}
body 
{
	background:#003399 url('/Images/bg_body.png') repeat-y;
	
}
h1 
{
	font-family:Times New Roman;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase}
h2 
{
	font-family:Times New Roman;
	font-size:18px;
	font-weight:normal;	
}
h3 
{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;	
}
a {text-decoration:none}
a:hover {text-decoration:underline}

#left {
	width:200px;
	padding:10px;
	float:left;
	color:white;
	}
#middle {
	width:500px;
	float:left
}
#right 
{
	width:240px;
	float:left;
	border-left:dotted 1px #666666
}
.clear {
	clear:both
}
.padding 
{
	padding:20px;
}
.zebra-list {margin-left:0;list-style-type:none;padding-left:0;line-height:16px}
.zebra-list li {padding:4px}
.odd {background-color:#e1e1ff}
.even {background-color:#fff}
.bigbox {margin:20px;border-top:solid 1px #666}
.bigbox h2 {font-family:Times New Roman;font-size:20px;font-weight:normal; text-transform:uppercase;}
.arrow {padding-left:12px;background:url(/images/arrowBullet.gif) no-repeat 0 4px}
#left img {margin-left:50px;margin-top:15px; border:0}

/*left menu css*/
#left-menu {list-style-type:none;margin:70px 0 0 0;padding:0}
#left-menu li{border-bottom:dotted 1px white;padding:5px 0 5px 0;}
#left-menu a{font-size:18px;padding-left:5px;color:White;font-family:Times New Roman;text-transform:uppercase;text-decoration:none}
#left-menu a:hover, #left-menu li.current {color:#FFCC66}
#left-menu li li{border:none; padding:3px 0;}
#left-menu li ul{margin-top:5px;list-style-type:none;padding:0;margin-left:10px}
#left-menu li li a{font-size:12px;color:#fff; font-family:Times New Roman;}
#left-menu li li.current a{color:#FFCC66;}

.timebox {border-top:dotted 1px #666666;border-bottom:dotted 1px #666666;padding:10px 0 10px 0}

.box {margin:7px}
.box h2 {font-family:Times New Roman;font-size:16px;font-weight:normal; text-transform:uppercase;margin:0;border-top:solid 1px #003399;background-color:#3366cc;color:White;padding-left:3px}

.cattab {padding:0;margin-top:4px; list-style-type:none}
.cattab li {float:left}
.cattab a {display:block;padding:3px 3px 3px 3px;font-size:10px;color:Black; background-color:#e1e1ff;margin:1px}
.cattab a.selected {padding-bottom:8px;background:#039 url(/images/bg_tab.png) no-repeat left bottom;color:White}

.bubble {background: #99CCFF url(/images/bg_bubble.png) repeat-y left top;padding:4px 4px 4px 15px;font-style:italic;font-family:Times New Roman;font-size:14px}