/* Global Style */
h1, h2, h3, h4, h5, h6 {
    color: #1B76BC;
    font-family:Arial,Helvetica,sans-serif;font-weight:normal;line-height: 1;
    text-align: left;
}
h1{   
    font-size: 23px;   
    margin: 0 0 1em;
    padding: 0;
    line-height: 1.2;}
h2{   
    font-size: 21px;
    margin: 0 0 0.5em;
    padding: 10px 0 0;
	 line-height:14px;}
h3{
    margin-bottom:0.65em;
    font-size:19px;
}
h4{
    margin-bottom:0.65em;
    font-size:17px;
}
h5{
    margin-bottom:0.65em;
    font-size:15px;
}
#frame_content_left h2{
    font-weight: bold;
}
a, a:hover, a:link  {
    outline-style:none;
}
a {
    color: #1B76BC;
    text-decoration: none;
    text-align: left;
}
#powered a {
    color: #9F9F9F;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a.out {
    padding-left:18px;
    background-image:url(images/link_out_bg.gif);
    background-position:left center;
    background-repeat:no-repeat;
}
form  {
    margin:0;
    padding:0;
}
fieldset{
    margin:0em 0em 1.5em 0em;
    padding:1.4em;
    border:1px solid #c6c6c6;
}
legend{
    font-weight:bold;
    font-size:1.2em;
}
a img {
    border:0;
}
table {
    width: 100%;
}
table th {
    text-align: left;
}
table td.none {
    border: 0px solid #000000;
}
.clear { clear:both;}
.block { overflow:hidden; }
/* Header Title Style */
/* Header Search Style */
#header_links li{
    float:left;
    padding:0px;
    list-style: none;
}
#header_links, #header_links a{
    text-decoration:none;
    color:#FFF;
}
#header_links a{
    margin: 0 10px;
}
#header_links a.meta_first{
    margin: 0 10px 0px 0px;
}
#header_links a:hover{
    color:#ffffff;
    text-decoration: underline;
}
#header_links .search{
    padding:6px 9px;
}
#header_links .search input.search_input{
    width:140px;
    margin-top:0.3em;
    margin-right:0.1em;
    margin-bottom:0.3em;
    padding:1px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
    background:#f6f6f6 url(images/search_input_bg.gif) no-repeat 2px;
    padding-left: 24px;
}
#header_links .search input.search_input:focus{
    background-color:#ffffdd;
    border:1px solid #173A8B;
}
#header_links .search input.search_button{
    margin-top:6px;
    padding-right:0;
    padding-left:0;
    vertical-align:top;
}
#heading h1{
    border-bottom: 1px solid #1B76BC;
    color: #1B76BC;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1.2;
    text-align: left;
}
/* Footer Inside Style */
#footer_inside a{
    text-decoration:none;
    color:#999999;
}
#footer_inside a:hover{	
    text-decoration:underline;
}
/* Box Style */
.box {
    float:left;
    clear:both;
    padding:0px;
    margin:0px;
    width:100%;
}
.box h1{
    margin:0;
    padding:6px;
    background-color:#f0f0f0;
    font-weight:bold;
    font-size:1.2em;
    line-height:1;
}
.box h2 {	
    margin:0px;
    padding: 7px 0 7px 0;
    font-size:13px;
}
.box h2 a{
    color:#1B76BC;
    font-weight:bold;
}
.box div.content{	
    margin:9px 0;
    padding:0px;
}
.box  p.date{
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
    color: #000;
}
.box  p.more{
    padding:0px;
    margin:0px;
    font-size:0.9em;
    margin-bottom:0.25em;
    margin-top:0.0em;
    text-align:right;
}
.box  p.more a{
    color:#1B76BC;
}
.box  p.more a:hover{
    color:#1B76BC;
    text-decoration: underline;
}
#subnav_box h3{
    background-color:#1B76BC;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin: -10px -11px 10px;
    padding: 6px 13px;
}
/* Content form style */
#frame_content_left input,
#frame_home input,
#boxes_home input {
    width:260px;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
}
* html #frame_content_left input,
#frame_home input,
#boxes_home input {
    width:auto;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
    float: left;
}
#frame_content_left input[type=submit],
#frame_content_left input[type=button],
#frame_content_left input[type=reset],
#frame_home input[type=submit],
#frame_home input[type=button],
#frame_home input[type=reset],
#boxes_home input[type=submit],
#boxes_home input[type=button],
#boxes_home input[type=reset],
input.submit,
input.button,
input.reset{
    width:auto;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px 10px 4px 10px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
}
#frame_content_left input[type=checkbox],
#frame_content_left input[type=radio],
#frame_home input[type=checkbox],
#frame_home input[type=radio],
#boxes_home input[type=checkbox],
#boxes_home input[type=radio],
input.checkbox,
input.radio{
    width:auto;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px 15px 4px 15px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
    float: left;
}
#frame_content_left select,
#frame_home select,
#boxes_home select {
    width:270px;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px 4px 4px 4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
}
#frame_content_left textarea,
#frame_home textarea,
#boxes_home textarea {
    width:260px;
    margin:0.25em 0.25em 0.25em 0em;
    padding:4px;
    background-color:#f6f6f6;
    border:1px solid #c6c6c6;
    font-size:1.0em;
    height: 60px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
#frame_content_left input:focus,
#frame_content_left select:focus,
#frame_content_left textarea:focus,
#frame_home input:focus,
#frame_home select:focus,
#frame_home textarea:focus,
#boxes_home input:focus,
#boxes_home select:focus,
#boxes_home textarea:focus {
    background-color:#ffffdd;
    border:1px solid #173A8B;
}
/* tabber*/
#tab_container{
    width: 100%;
    float: left;
    border: 1px solid #999;
}
#tab_container ul.tabs li.first{
    margin-left: 10px;
}
ul.tabs {
    margin: 0;
    padding: 10px 0 0 0;
    float: left;
    list-style: none;
    height: 26px; /*--Set height of tabs--*/
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0 2px;
    padding: 0;
    height: 25px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 25px; /*--Vertically aligns the text within the tab--*/
    border: 1px solid #999;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background:none repeat scroll 0 0 #EEEDED;
}
ul.tabs li a {
    text-decoration: none;
    color: #1B76BC;
    font-weight: bold;
    display: block;
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;
}
ul.tabs li a:hover {
    color: #000;
}
html ul.tabs li.active, html ul.tabs li.active a{
    color: #000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border-bottom: 1px solid #fff;
    /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; width: 100%;
    background: #fff;
}
.tab_content {
    padding: 0 10px;
    font-size: 12px;
}