/*-------------------
   ADAPTIVE TECHNICAL
   Harv Craven Design
   Global Stylesheet
---------------------
HTML Styles
--------------------*/  
body {
	background: #111e2f url(/assets/master/bg.gif) repeat-x center top;
	margin: 0px;
}
td {
	color: #CCCCCC;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #666666;
}
ul {
    list-style-type: square;
	margin: 16px;
	padding-left: 0px;
}
li.first {
	margin-top: -17px;
}
div#PLHIM0Div li {
	padding-left: 0px;
	background:repeat;
	background-position: 0 0px;
}
div#PLHIMDiv li {
	padding-left: 0px;
	background:repeat;
	background-position: 0 0px;
}

/*-------------------
Custom Styles
--------------------*/  
.bold {
	font-weight: bold;
}
.boldWhite {
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #666666;
}
.footer a:hover, .footer a:active {
	text-decoration: underline;
	color: #999999;
	background-color: #111e2f;
}
.headline {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 24px;
}
.sidebar_menu {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333366;
	background: #FFFFFF;
	padding: 5px 0px 5px 12px;
	border-bottom: 1px solid #000000;
}
.sidebar_menu a:link, .sidebar_menu a:visited  {
	color: #333366;
	background: #FFFFFF;
	text-decoration: none;
}
.sidebar_menu a:hover {
	color: #CC9900;
	background: #FFFFFF;
	text-decoration: none;
}
.sidebar_menu a:active {
	color: #CC0000;
	background: #FFFFFF;
	text-decoration: none;
}
.uppercase {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
}
.yellow {
	color:#CC9900;
	padding: 3px;
	line-height: 20px;
}
.yellow a:link, .yellow a:visited {
	color:#CC9900;
	text-decoration: none;
	display: block;
}
.yellow a:hover, .yellow a:active {
	color:#CC9900;
	text-decoration: none;
	background: url(/assets/master/sidebar_link_bg.gif) repeat-x;
}
/*-------------------
Background Styles
--------------------*/
.dotted {
  background: url(/assets/master/dotted.gif) left repeat-x;
}
.grey_bg {
	background: #666666 url(/assets/master/bg_grey.png);
}
.content_bg {
	background: #333333 url(/assets/master/content_bg.gif) repeat-y;
}
.main_content_home {
	background: #666666 url(/assets/master/content_bg_home.png) repeat-y;
}
.sidebar_bg {
	background: #292929 url(/assets/master/sidebar_bg.gif) repeat-x top;
}

/*---------------------------------------
IDs
---------------------------------------*/
#trans {
	background-color: #333333;
}
/*---------------------------------------
Forms
---------------------------------------*/
.textfield {
	height: 16px;
	padding: 2px;
	border: 1px solid #666666;
	color: #336699;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.textarea {
	padding: 2px;
	border: 1px solid #666666;
	color: #336699;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
/*-------------------
HTML Email Styles
--------------------*/  
.Email_title {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.Email_body {
	color: #CCCCCC;
	font: 12px Arial, Helvetica, sans-serif;
}
.Email_CTA {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#CC9900;
}
