@charset "UTF-8";
/* CSS Document */

input.name {
font-size: 10px;
}
/* Begin Tab list styles */

#ddimagetabs{
background-image:  url("/templatesCURRENT/images/993300_shim.gif");
background-repeat: repeat-x;
width: auto;
height: 25px;
background-position: bottom;
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: #ffffff; /*font color */
text-shadow:#330000 2px 2px 2px;
width: 117px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
margin-bottom: -2px;
padding-top: 6px; /*vertical offset of tab text from top of tab*/
background-image: url("/templatesCURRENT/images_669999_alt/tab_whole.jpg"); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
z-index: 1;
}

#ddimagetabs a.current{
background-image: url("/templatesCURRENT/images_669999_alt/tab_whole_active.jpg"); /*URL to tab image onmouseover */
background-color:#ffffff;
color: #660000;
text-shadow:#999999 2px 2px 2px;
z-index: 1;
}

#ddimagetabs a:hover{
background-image: url('/templatesCURRENT/images_669999_alt/tab_whole_over.jpg'); /*URL to tab image */
background-color: #FFFFFF;
color: #660000;
text-shadow:#ffffff 1px 1px 1px;
z-index: 1;
}

#ddimagetabs a.current:hover{
background-color: #FFFFFF;
background-image: url('/templatesCURRENT/images_669999_alt/tab_whole_active.jpg'); /*URL to tab image onmouseover */
color: #660000;
text-shadow:#999999 2px 2px 2px;
z-index: 1;
}

#tabcontentcontainer{
width:auto; /*width of 2nd level content*/
height:auto; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
padding: 20px 0px 0px 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-top: 0px;
z-index: 2;
border-right:2px solid #660000;
border-left:1px solid #993300;
border-bottom:3px solid #330000;
}

.tabcontent{
width:99%;
/* Reveal tab content for working - chg none to block */
display:none;
}

.divcol {
width:23%; 
height:auto; 
}

.divcolfloat-r {
float:right;
width:23%; 
height:auto; 
}

.divcolfloat-l {
float:left;
width:23%; 
height:auto; 
}

.divcolfloat-l-brd-l {
float:left;
width:23%; 
height:auto;
border-left: 1px solid #660000;
margin-left:5px;
padding-left:10px; 
}

.divshimfloat-l {
float:left;
width:1px; 
height:auto;
margin:0px 5px 0px 5px;
background-image:url('/templatesCURRENT/images/660000_shim.gif');
background-repeat: repeat-y;
}

.clear-b {
clear: both;
}

.clear-r {
clear: right;
}

.clear-l {
clear: left;
}

.clearshim {
float:left;
width:1px; 
height:auto;
}

.print{
display:none;
}

#ddimagetabs #customtab1{
width: 150px; /*width of custom tab image */
background-image: url('/templatesCURRENT/images_669999_alt/tab_whole-lg.jpg'); /*URL to custom tab image */
}

#ddimagetabs #customtab1.current{
background-image: url('/templatesCURRENT/images_669999_alt/tab_whole_active-lg.jpg'); /*URL to tab image onmouseover */
color: #660000;
}

#ddimagetabs #customtab1.current:hover{
background-image: url('/templatesCURRENT/images_669999_alt/tab_whole_active-lg.jpg'); /*URL to tab image onmouseover */
color: #660000;
text-shadow:#999999 2px 2px 2px;
}

#ddimagetabs #customtab1:hover{
background-image: url('/templatesCURRENT/images_669999_alt/tab_whole_over-lg.jpg'); /*URL to tab image */
background-color: #FFFFFF;
color: #660000;
text-shadow:#ffffff 1px 1px 1px;
z-index: 1;
}
/* End Tab list styles */

