html
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px 0px;
    padding: 0px;
    color: #000000;
    background: #faa61a;
    font: .7em Verdana, Arial, Helvetica, sans-serif;
}

/* site sections */
#shell
{
    width: 874px;
    margin:0;
}
#head
{

}
#logo
{
}
#content
{
    clear: both;
    padding: 0;
    border: 0;
    width: 892px;
    background: #fff;
}
#footer
{
    clear: both;
    padding: 5px;
    margin-top: 20px;
    color: #fff;
}
#footer a
{
    color: #fff;
}
#menu
{
    clear: both;
    width: 100%;
}

#content_left
{
    width: 200px;
}

#content_right
{
    width: 120px;
}

/* basic selectors */
a:link
{
    color: #666666;
    text-decoration: none;
}
a:visited
{
    color: #666666;
    text-decoration: none;
}
a:active, a:hover
{
    color: #000099;
    text-decoration: none;
}

h1
{
    color: #5b626c;
    font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h2
{
    color: #014f9f;
    font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    margin-top: 0px;
    padding-bottom: 0px;
}

h2 span
{
    color: Gray;
}

h3
{
    color: #5b626c;
    font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    margin-top: 0px;
    padding-bottom: 0px;
}

h4
{
    color: #014f9f;
    font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h5
{
    color: #000;
    font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6
{
    color: #000;
    font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img
{
    border: 0px;
}
hr
{
    color: #ccc;
    height: 1px;
}

/* layout styles */
.left
{
    float: left;
}

.right
{
    float: right;
}

/* Inputs */

.btn
{
    background-color: #f2f0e4;
    color: #000000;
    cursor: hand;
    cursor: pointer;
    background-color: #f2f0e4;
    color: #000000;
    border: solid 1px darkgray;
    font-size: 11px;
    padding-right: 4px;
    padding-left: 4px;
}

.btn:hover
{
    background-color: #c2cfe5;
    border: solid 1px #335ea8;
    color: #000000;
}

.chk
{
    margin: 5px;
    vertical-align: middle;
}

.sel
{
    font-size: 11px;
    border: solid 1px darkgray;
}

.txt, .sel_sm, .txt_sm
{
    font-size: 13px;
    border: solid 1px darkgray;
}

/* fieldset */

fieldset
{
    border: #c6ccce 1px solid;
    padding: 11px;
    margin-bottom: 20px;
    font-size: 11px;
}

fieldset legend
{
    height: 16px;
    font: bold 11px Verdana;
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid darkgray;
    color: #336699;
    background-color: whitesmoke;
    text-align: center;
}

fieldset div
{
    font-size: 11px;
}

fieldset label
{
    width: 100px;
}

fieldset legend span
{
    font-weight: normal;
    font-size: 11px;
    color: #666;
}

fieldset p
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
    line-height: 15px;
    padding-top: 0px;
}

fieldset table
{
    border: none;
    position: relative;
}

fieldset input
{
    font-family: tahoma;
    font-size: 11px;
}

fieldset table td
{
    font-size: 11px;
    line-height: 1.6em;
    text-align: left;
}

fieldset span
{
    font-size: 11px;
    padding-bottom: 4px;
    line-height: 16px;
    width: 150px;
}

fieldset strong
{
    font-size: 11px;
    color: #333;
    padding-bottom: 4px;
    line-height: 26px;
    width: 150px;
}

/* AJAX Progress */

.div_progress
{
    border: solid 1px darkgray;
    background-color: #ffffff;
    padding: 13px 20px 20px 20px;
    z-index: 999999;
    width: 330px;
}

.div_overlay
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=40);
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
    margin: 0;
    top: 0;
    left: -80px;
    position: absolute;
    z-index: 88888;
    background-color: darkgray;
    overflow: hidden;
    text-align: center;
}

.waiting
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

/* Errors */
.error
{
    color: red;
    padding: 10px;
    border: solid 1px #ff3300;
    background-color: #efefef;
    font-weight: bold;
    font-size: 11px;
    background: #fff url(../../images/warning.gif) no-repeat 5px 10px;
    width: 450px;
    min-height: 50px;
    z-index: 101;
}

.error ul
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: none;
}

.error ul li
{
    padding: 0px;
    padding-left: 1.5em;
    background: url(../../images/bullet.gif) no-repeat 0px 1px;
    margin: 2px 0px;
    list-style-type: none;
    font-size: 11px;
    padding-bottom: 8px;
    line-height: 1.1em;
}

.required
{
    background: #ffc;
    border: 1px solid #ff0000;
    color: #776B1B;
}

.error-tip {
	line-height: 20px;
	color: #ff0000;
	padding: 2px;
	font-weight: bold;
	font: 12px Tahoma,Arial,Helvetica,sans-serif;
	padding: 3px;
	color: #333333;
	border: 1px solid #0a6599;
	background: #ffffcc;
}

.frm_error
{
    border: 1px solid #c00;
    background-color: #ffffcc;
}

#form_error_contact
{
    color: #666666;
}

h2.title_error
{
    font-size: 1.8em;
    color: #c00;
}

.ErrorExplanation, #ctl00_cnt_ErrorExplanation_ErrorExplanation
{
    border: #c00 2px solid;
    padding: 0px;
    width: 80%;
}

.ErrorExplanation h2, #ctl00_cnt_ErrorExplanation_ErrorExplanation h2
{
    padding-left: 29px;
    font-weight: bold;
    font-size: 11px;
    background: url(../../images/alertbad_icon.gif) #c00 no-repeat left 50%;
    padding-bottom: 5px;
    margin: 0px;
    color: #fff;
    padding-top: 5px;
    text-align: left;
}

.ErrorExplanation .errorinterior, #ctl00_cnt_ErrorExplanation_ErrorExplanation .errorinterior
{
    padding: 11px;
    margin: 0px;
}

/* General */
ul.arrows
{
    padding: 0px;
    font-size: 11px;
    margin: 0px 0px 0px;
}

ul.arrows li
{
    padding: 0px;
    padding-left: 1.5em;
    background: url(../../images/bullet.gif) no-repeat 0px 1px;
    margin: 2px 0px;
    list-style-type: none;
    font-size: 11px;
    padding-bottom: 8px;
    line-height: 1.1em;
}

ul.bullets
{
    padding: 0px;
    font-size: 12px;
    margin: 0px 0px 12px;
}

ul.bullets li
{
    padding: 0px;
    padding-left: 1.5em;
    background: url(../../images/bullet.gif) no-repeat 0px 2px;
    margin: 3px 0px;
    list-style-type: none;
    font-size: 11px;
    padding-bottom: 8px;
    line-height: 1.3em;
}

/* Tables */
table.data 
{
	border-collapse: collapse;
	border: 1px solid #126a9c;
	margin: 0 0 20px 0;
	font-size: 11px;
}

table.data th, table.data tr.header td
{
	text-align: left;
	padding: 4px;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	font-weight: bold;
}

table.data tr.header 
{
	background: url(../images/bg_button_gray.gif) #F0F0F0 repeat-x;
}

table.data th.right, table.data td.right
{
	text-align: right;
}

table.data th.center, table.data td.center 
{
	text-align: center;
}

tr.title td 
{
	background: #126a9c;
	color: #fff;
	border-bottom: 1px solid #126a9c;
	font-size: 13px;
	font-weight: bold;
}

tr.title td a 
{
    color: #ffffff;
}

table.data td  
{
	vertical-align: top;
	padding: 4px;
}

table.data th a:link, table.data th a:visited 
{
  position: relative;
  display: block;
  color: #000;
}

table.data th a:hover 
{
  position: relative;
  color: #2583b1;
}

/*-------------------------------------
 	The Success and Error Update Panel divs
---------------------------------------*/

.message
{
    width: 550px;
    text-align: center;
}

.message div
{
    background-color: #cccccc;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 10px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    text-align: left;
}

.message div img
{
    padding-right: 10px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.message p
{
    margin-top: 0px;
    background-color: whitesmoke;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 18px;
    font-family: Tahoma;
    font-size: 11px;
    border-top:none;
    text-align: left;
}

.message_red div
{
    background-color: #ebd9d9;
    color: #910709;
    border: solid 1px #910709;
    padding: 10px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
}

.message_red div img
{
    padding-right: 10px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.message_red p
{
    margin-top: 0px;
    background-color: whitesmoke;
    color: #910709;
    border: solid 1px #910709;
    padding: 18px;
    font-family: Tahoma;
    font-size: 11px;
    border-top:none;
}

.validator
{
    width: 550px;
}

.validator_ext
{
    background-color: #f9f9f9;
    color: #910709;
    border: solid 1px #999999;
    padding: 20px;
    font-family: Tahoma;
    font-size: 11px;
    border-top: none;
    text-align: left;
}

.validator_top img
{
    padding-right: 7px;
    float: left;
    border: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 3px;
}

.validator_top
{
    background-color: #cccccc;
    border: solid 1px #999999;
    padding: 10px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #910709;
    text-align: left;
    height: 15px;
}

/* Tip & Definition */

.tip
{
    border: #666666 1px solid;
    padding: 10px;
    width: 400px;
    color: #333333;
    border: solid 1px #335ea8;
    background-color: #dee5f0;
}

.definition
{
    border: #c6ccce 1px solid;
    background: #f7f9f9;
    margin-right: 10px;
    padding: 10px;
    font-size: 11px;
}

.tools
{
    border: #c6ccce 1px solid;
    background: #ffffcc;
    margin-right: 10px;
    padding: 10px;
    font-size: 11px;
}

.tools img
{
    padding-right: 10px;
    margin-bottom: -5px;
}

.quote
{
    color: #0ba047;
    font-size: 14px;
    font-family: Times New Roman;
}

/* Paging */

.pages a, .pages span 
{
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.3em;
    border: 1px solid #c6ccce;
    background: #fff;
}

.pages span.ellipsis 
{
    border: none;
    background: none;
}

.pages span.current 
{
    border: 1px solid #c6ccce;
    font-weight: bold;
    background: #c6ccce;
    color: #fff;
}

.pages a 
{
    border: 1px solid #c6ccce;
    text-decoration: none;
}

.pages a:hover 
{
    border-color: #06c;
}

.pages a.nextprev, .pages span.nextprev 
{
    font-weight: bold;
}

.pages a.nextprev_r 
{
    font-weight: bold;
    float: right;
}

.pages span.nextprev 
{
    color: #666;
}

.pages span.nextprev 
{
    border: 1px solid #ddd;
}

.pages span.nextprev_r 
{
    border: 1px solid #ddd;
    color: #014f9f;
    float: right;
}

