* { outline:none; }

html {
	font-family: Arial, Helvetica, sans-serif;
}
.text, ListItem, Label {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #363636;
}
.text {
	text-align:justify;
}
.emphasis {
	font-size: 12px;
	font-weight: bold;
	color: #363636;
}
.subhead {
	font-size: medium;
	font-weight: bold;
	color: #56a1d5;
}
.graylink {
	font-size: 12px;
	color: #56a1d5;
	text-decoration: none;
	font-weight: normal;
}
.graylink:hover {
	color: #666666;
	text-decoration:underline;
}
.graylink img {
	border:none;
	padding:6px 0;
	}
	
.whitelink, .whitelink a:link, .whitelink a:visited, .nav, .nav a {
	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
}
.whitelink a:active, .whitelink a:hover, .graylink:hover, .nav a:active, .nav a:hover {
	color: #0080FF;
}
	
.nav b {
	font-family: verdana,sans-serif;
	color: #336699;
	border-bottom: dotted 1px #969696;
	margin:0px 0px 4px 10px;
	text-transform: uppercase;
	display:block;
}

.nav a {	
	margin:2px 0 2px 14px;
	display:block;
	}

.header {
	font-family: verdana,sans-serif;
	font-size: 24px;
	padding-top: 6px;
	font-weight: bold;
	color: #336699;
	}
	
.required, .error {
	color:Red;
	}

.small {
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

table.dotted {
	margin: 0px;
	border-right: dotted 1px #cccccc; border-bottom: dotted 1px #cccccc;
	font-size:11px;
	}

.dotted td, .dotted th {
	border-left: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	padding: 4px;
	text-align:left;
	}
	
.dotted th {
	font-size:10px;
	text-align:left;
	background-color:#fffede;
	}


.carousel_inner 
{
position:relative;
float:left; /* important for inline positioning */
width:570px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
margin-bottom:2px;
}

.carousel 
{
float:left;
position:relative;
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; 
}

.carousel li{
float: left; /* important for inline positioning of the list items */
width:200px;  /* fixed width, important */
/* just styling below*/
padding:2px;
margin:1px;
text-align:center;
}

#adTabs{}
#billboards .carousel li{width:200px; height:118px;}
#print .carousel li{width:150px;}
#directMailers .carousel li{width:150px;}

.carousel li img {
margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
/* styling */
cursor:pointer;cursor: hand;border:0px;
}
.carousel li span{display:block; padding-top:5px;}


#adTabs{width:575px;}
#adTabs.ui-widget-content{background:#f0f0f0;}
#adTabs.ui-tabs .ui-tabs-panel{padding: .2em .1em 0;}
#adTabs li {border: 2px solid #f0f0f0;}
#adTabs li.selected{border-color:red;}
#adTabs .slider{clear:both;margin:5px 20px;}
#adTabs .carousel li{font-size:.8em;}
#adTabs ui-widget-content {background-color:green;}

#ui-datepicker-div.ui-widget{font-size:.7em;margin-right:200px;}

