
/* AAP PAGE ELEMENTS*/

BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	 
}
TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

 
A:Hover {
	text-decoration: underline;
	color: red;
}

.RightBar{
	color : Black;
}

.smlTxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

TABLE#tblCoolbar 
		{ 
		background-color:threedface; padding:1px; color:menutext; 
		border-width:1px; border-style:solid; 
		border-color:threedhighlight threedshadow threedshadow threedhighlight;
		}
.cbtn
		{
		height:18;
		BORDER-LEFT: threedface 1px solid;
		BORDER-RIGHT: threedface 1px solid;
		BORDER-TOP: threedface 1px solid;
		BORDER-BOTTOM: threedface 1px solid; 
		}
.txtbtn {font-family:tahoma; font-size:70%; color:menutext;}

.SmallReference {
	font-size : 10px;
}

.green_title {
	font-size : 18;
	font-weight : bold;
	color : #339933;
}

.green_link {
	font-size : 13;
	font-weight : bold;
	color : #339933;
}

.title {
	font-size : 20;
}

.subtitle {
	font-size : 17;
}

/*------------------------------------------------------------------------
/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
/*
body {
	color: #545454;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 150%;
}

body#t_body {
	background: url(../images/aNavtester.gif) #EFEFED;
}

body.t_font_c{
	font-size: 12px;
}
*/

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Heading */
h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/Navtester.gif) no-repeat 20px 5px;
	line-height: 170%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #545454;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}




/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #545454;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EDECEC;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#t_wrap {
	width: 766px;
	margin: 0 auto;
}

.t_width #t_wrap {
	width: 766px;
}

.auto #t_wrap {
	width: 95%;
}

/* HEADER
--------------------------------------------------------- */
#t_headershell {
}

#t_headerstyle {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 120px;
	position: relative;overflow:hidden;
}

#t_headerstyle h1 {
	font-size: 3em;
	position: absolute;
	top: 0px;
	left: 0;
}

#t_headerstyle h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#t_headerstyle h1 img {
	float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#t_navigationshell {
	background: url(../images/aNavtester.gif) repeat-x;
}

#t_navigate {
	font-size: 11px;
	line-height: normal;
}

#t_navigate a {
}


/* The Sub Header */
#t_fadingheader {
	clear: both;
	height: 172px;
	overflow: hidden; 
	margin-top: 5px;
}

/* fixedclear */
.fixedclear:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .fixedclear {
	width: 100%;
	display: block;
}

* html .fixedclear {
	height: 1%;
}
/* Page Element Styles*/
A.option {
	color : #5C8651;
	background-color : transparent;
	width : 160px;
	text-decoration : none;
	border : 1px solid #D5E3D4;
	padding-left : 8px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 3px;
	line-height : 19px;
	display : block;
	font-weight : normal;
}

A.s-option {
	color : #5C8651;
	background-color : #DBE7D9;
	width : 160px;
	text-decoration : none;
	border : 1px solid #D5E3D4;
	padding-left : 8px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 3px;
	line-height : 19px;
	display : block;
}
.atitle {
	color : #5AB3C5;
	text-decoration : none;
	font : 14px Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	font-weight : bold;
}
.gtitle {
	color : #CA8653;
	font : 16px Arial, Helvetica, sans-serif;
	font-weight : bold;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

A.leftnav {
	width : 100px;
	text-decoration : none;
	padding-left : 2px;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-right : 2px;
	line-height : 8px;
	font-weight : normal;
	background-color : #FFFFFF;
	color : #C12F31;
	letter-spacing: 0.05em;
	display: block;
	font : bold 10px Arial, Helvetica, sans-serif;
	font-family : "Times New Roman";
}
A.leftnav:hover {
	color :  #000000;
}
A.leftnavs {
	width : 120px;
	text-decoration : none;
	border : 1px solid #D9E8F4;
	padding-left : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 2px;
	line-height : 15px;
	font-weight : normal;
	background-color : #CFE2F1;
}


