/*****************************************************************
  NORMAL
******************************************************************/
body, span, p, pre
{
    font-family: Arial, Tahoma, Verdana, Sans-Serif !important;
    font-size: 11px;
    color: #666;
    font-weight: normal;
    outline-style: none !important;
}

p
{
    clear: both;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

.small
{
    font-size: 10px;
    color: #999;
    margin: 0px 0px 0px 0px;
}

/*****************************************************************
  HEADERS
******************************************************************/



h3 a
{
    color: #666; /*medium grey*/
}

h3 a:hover
{
    color: White;
}

h4
{
    color: #00907f;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 1px 0px;
}
h5
{
    font-weight: bold;
    font-size: 12px;
}
*+html h1 {
	padding: 0 0 5px 0;
}
* html h1 {
	padding: 0 0 5px 0;
}
h2 {
	background: url(../images/h2_bg.png) top right no-repeat;
	padding-bottom: 16px;
	font-size: 14px;
}
h3.gradient {
	color: #00907f;
	border: 0;
	background: url(../images/h3_bg.png) right -2px no-repeat;
	padding-bottom: 16px;
	float: left;
	padding-right: 20px;
}
h3.quote p {
	margin: 0;
}

/* ----------------- */
* html h1 {
	width: 600px;
}
h3.error, p.error, span.error
{
    color: #be4b51;
    background-color: #f3dee0;
    background-image: url(../images/error.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 23px;
    border: 0px !important;
}

.quote .top {
	background: #eff4f9 url(../images/quote-left.gif) no-repeat;
	height: 11px;
}
.quote .bot {
	background: url(../images/quote-right.gif) no-repeat;
	height: 11px;
}
.quote .mid {
	background: #eff4f9;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #778DA3;
	padding-left: 8px;
}

h3.quote
{
    border: 0px !important;
    background-image: url(../images/quote-left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-color: #eff4f9;
    padding: 0px !important;
}


h3.quote p
{
    font-weight: bold;
    font-style: italic;
    font-weight: bold;
    padding: 0px !important;
    background-image: url(../images/quote-right.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
}
h3.quote p span
{
    width: 95%;
    display: block;
    padding: 15px 0px 10px 20px;
    color: #778da3;
    font-size:11px;
}

/*****************************************************************
  LINKS
******************************************************************/

a
{
    color: #6699cc;
    text-decoration: underline;
}
a:hover
{
    color: #fff;
    background-color: #00907f;
    border-bottom: 2px solid #00907f;
}
.content a:hover {
	background-color: #00907f !important;
}
a.nobg:hover
{
    background-color: Transparent !important;
    background-image: none !important;
    border: 0px !important;
}

/*****************************************************************
  UNORDERED LIST ITEM
******************************************************************/

ul
{
    margin: 0px 0px 0px 0px;
    padding: 4px 16px 4px 16px;
    font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(../images/bullet.gif);
    font-size: 11px;
    color: #39424c;
}

ul li
{
    list-style-image: url(../images/bullet.gif);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #666;
}


/*****************************************************************
  DEFAULT ORDERED LIST ITEM
******************************************************************/

ol
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}

ol li
{
    margin-bottom: 20px;
    list-style-type: decimal;
    padding: 5px 3px 5px 3px;
}

/*****************************************************************
  FAQS - ORDERED LIST
******************************************************************/

ol.FAQs li:hover
{
    background-color: #f4f4f4;
}

ol.FAQs li strong
{
    color: #39424c;
}

ol.FAQs li:hover strong
{
    color: #00907f;
}


/*****************************************************************
  TERMS & CONDITIONS - ORDERED LIST
******************************************************************/

ol.terms
{
}

ol.terms li
{
    font-weight: bold;
    color: #39424c;
    list-style-type: decimal;
}

ol.terms li li
{
    font-weight: normal;
    list-style-type: lower-alpha;
    margin-bottom: 0px;
}

ol.terms li li li
{
    list-style-type: lower-roman;
    font-style: italic;
    color: #999;
}

ol.terms li:hover
{
    color: #00907f;
}
/*****************************************************************
  DIVIDERS
******************************************************************/

hr, hr.dashed
{
    color: white;
    border-top: 1px dashed #ccc;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

hr.dotted
{
    color: white;
    border-top: 1px dotted #ccc;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

/*****************************************************************
  CONTAINERS
******************************************************************/

div.container
{
    min-height: 175px;
    background-color: #f9f9f9;
    padding: 20px 0px 20px 20px;
    position: relative;
    border-top: 4px solid #00917f;
    margin-bottom: 10px;
    float: left;
}

div.container .form
{
    padding-left: 60px;
}

div.container .form p
{
    padding-left: 33px;
}

div.container .form input
{
    width: 200px;
}

div.container .topleft /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/top_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: 0px;
}

div.container .topright /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/top_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    right: 0px;
}


div.container .bottomleft /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/bottom_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.container .bottomright /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/bottom_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/*****************************************************************
  TEXTBOX
******************************************************************/

input, select
{
    /*border: 1px solid #d8e4e7;*/
    border: 1px solid #ccc;
    font-size: 11px !important;
    font-family: Arial !important;
    color: #666 !important;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    line-height: 2.0em;
    text-indent: 3px;
}

textarea
{
    border: 1px solid #d8e4e7;
    font-size: 11px !important;
    font-family: Arial !important;
    color: #666 !important;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    line-height: 2.0em;
    text-indent: 3px;
}

label
{
    text-transform: capitalize;
}



/*****************************************************************
  BUTTON
******************************************************************/

input.button, a.button
{
    color: #fff !important;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none !important;
    line-height: 2.1em;
    width: 87px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/buttons/button_normal.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-color: Transparent !important;
    border: none !important;
    cursor: pointer !important;
}


input.button:hover, a.button:hover
{
    text-decoration: none !important;
    background-image: url(../images/buttons/button_hover.gif) !important;
    cursor: pointer !important;
}


/*****************************************************************
  TABLES
******************************************************************/

table.aae_default
{
    position: relative;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    border: 0px !important;
}


table.aae_default tr.header
{
    background: url(../images/tables/tablehead_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 30px;
    overflow: hidden !important;
    padding: 0px;
    margin: 0px;
    position: relative !important;
}

table.aae_default tr.header th
{
    color: #fff;
    background-color: Transparent !important;
    font-weight: bold;
    height: 30px;
    text-transform: capitalize;
    position: relative !important;
    line-height: 2.6em;
    text-indent: 0px;
    text-align: left;
    overflow: hidden;
}

table.aae_default tr.header th.first
{
  background: url(../images/tables/tablehead_left.gif) top left no-repeat;
	padding-left: 8px;
}
table.aae_default tr.header th.last
{
  background: url(../images/tables/tablehead_right.gif) top right no-repeat;
	padding-left: 8px;
}

.right_cnr
{
    height: 30px;
    position: relative;
}
table.aae_default tr.header .right_cnr img.right
{
    display: inline;
    width: 3px;
    height: 30px;
    float: right;
    overflow: hidden;
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

table.aae_default tr.header th span.title
{
    color: White;
    font-size: 12px;
    width: 250px !important;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: 0px;
    display: inline; #
position:absolute;
}



table.aae_default tr td
{
  /*height: 30px;*/
}

table.aae_default td
{
	padding: 4px 0 4px 8px;
	border-bottom: 1px dotted #ccc;
}

table.aae_default tr.selected td, table.aae_default tr:hover
{
    background-color: #a6bccc;
    color: white;
    border-bottom: 1px dotted #ccc;
}

table.aae_default tr.alt, table.aae_default tr.alt td
{
    background-color: #edf3f8;
    border-bottom: 1px solid #6799cb;
}

table.aae_default td.last
{
    padding-left: 8px;
    border-bottom: 3px solid #3d5871 !important;
}



/*TEXT EDITOR TEMPLATES*/

.template_wrapper
{
    border: 0px !important;
    width: 650px;
    min-height: 1px;
    clear: both;
    float: none;
    overflow: hidden; #
_overflow:visible;

}

.template_wrapper div
{
    border: 0px !important;
}


.t1_right .rightDiv, .t2_left .leftDiv, .t3_right .rightDiv, .t4_left .leftDiv
{
    margin-top: 42px;
}

.t1_right .rightDiv p, .t2_left .leftDiv p
{
    margin: 0px;
    font-size: 9px;
    text-transform: lowercase;
}


.rightDiv a
{
    background-color: Transparent !important;
    border: 0px !important;
}
