﻿/* dobbs1.css style definitions copyright (c) 2010 dobbs enterprise solutions, inc. */

/* Standard Overides */
html, body
{
    height: 100%;
    width: 100%;
    background: #000000;
    overflow: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative; /* added 10/18/2010 to try to get radRotator control to scroll in its parent certain browsers */
}

body 
{
	padding: 0;
	margin: 0;
	background: #000000;
	font-size:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #C0C0C0;	
}

h1
{
    margin: 0em;
    padding: 0px;
    color: #808000;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    vertical-align: top;
    height: 25px;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: normal;
    width: 98%;
}

h2
{
    margin: 0em;
    padding: 0px;
    color: #808080;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    vertical-align: top;
    height: 1em;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: normal;
    width: 98%;
}



/* Custom Classes */

.positionrelative
{
    position: relative;
}

.radrotatorparent
{
    position: relative;
    overflow: auto;
}

.nopaddingnomargins
{
	padding: 0;
	margin: 0;
}


.centercontent
{
    text-align: center;
    vertical-align: middle;
}

.centerall
{
    margin: auto;
}


.divheader1
{
    background-position: top;
    margin: 0em;
    padding: 0px 0px 0px .3125em;
    background-image: url('Images/Backgrounds/divHeader5_Test.png');
    background-repeat: repeat-x;
    width: 99.25%;
    height: 1.875em;
    vertical-align: top;
    font-size: 1.0625em;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #646400; /* original faded green color is: #646400;  */
}

/* Use this version to contain controls in the header */
.divheader1Container
{
    background-position: top;
    margin: 0em;
    padding: 0px 0px 0px .3125em;
    background-image: url('Images/Backgrounds/divHeader5_Test.png');
    background-repeat: repeat-x;
    width: 99.25%;
    height: 1.875em;
    vertical-align: top;
    font-size: 1.0625em;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #646400;
    position: relative;
}


.standardparagraph
{
    border-width: 0px;
    margin: 10px 20px 10px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-style: none;
    padding: 0px;
    white-space: normal;
    font-size: .875em;
    font-weight: normal;
    font-style: normal;
    color: #C0C0C0;
    text-align: justify;
    vertical-align: top;
    line-height: normal;
    word-spacing: normal;
    width: auto;
    font-variant: normal;
    text-transform: none;
    letter-spacing: normal;
    height: auto;
    visibility: visible;
    cursor: default;
    clear: none;
    float: none;
    display: block;
    text-indent: 0px;
    overflow: visible;
}

/* Horizontal Rule 1 */
.hrstandard
{
    margin: 2px auto 2px auto;
    border-style: inset;
    border-width: 0px 0px 1px 0px;
    border-color: #4A4A4A;
    color: #4A4A4A;
    width: 80%;
    height: 1px;
    text-align: center;
}



.textcontainer
{
    margin: 0px;
    font-size: .75em;
    font-weight: normal;
    font-style: normal;
    color: #C0C0C0;
    padding: 5px 10px 10px 10px;
    text-align: left;
    overflow: auto;
    width: 98%;
    line-height: normal;
    vertical-align: top;
}

.titledtextcontainer
{
    margin: 2px;
    font-size: .75em;
    font-weight: normal;
    font-style: normal;
    color: #C0C0C0;
    background-image: url('Images/Backgrounds/TitleBar5_test.png');
    padding: 5px 10px 10px 10px;
    background-repeat: repeat-x;
    text-align: left;
    overflow: auto;
    width: 98%;
    height: 100%;
}


.logoheadertext
{
    padding: 10px 5px 1px 10px;
    margin: auto;
    font-size: .75em;
    font-weight: normal;
    font-style: normal;
    color: #C0C0C0;
    text-align: left;
    width: auto;
    height: auto;
    vertical-align: middle;
}


.inline1
{
    display: inline-block;
    height: auto;
    width: 150px;
    margin-top: 5px;
    margin-left: 5px;
}

.validator1
{
    display: inline-block;
    height: auto;
    width: 20px;
    margin-top: 5px;
    margin-left: 5px;
}

.multilinetextbox1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-size: .75em;
    font-weight: normal;
    font-style: normal;
    color: #C0C0C0;    
    background-color: #444444;
    margin-left: 5px;
}

.lowercase
{
    text-transform: lowercase;
}

/* radCAPTCHA ************************************************************************************/

/* NOTE: This style MUST be named .rcRefreshImage - it overrides a telerik setting to allow an image to be displayed on the linkbutton that refreshes the CAPTCHA image */
.rcRefreshImage
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('Images/General/png16/reload_16.png') no-repeat;
    position: absolute;
    top: 5px;
    left: 160px;
}

/* NOTE: This style was created by dobbs to try to display a hot image on mouseover to replace the image defined in .rcRefreshImage above. */
.rcRefreshImageHot
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('Images/General/png16/reload_16_hot.png') no-repeat;
    position: absolute;
    top: 5px;
    left: 160px;
}

/************************************************************************************ radCAPTCHA */



/* Validation Helpers ************************************************************************************/

.customvalidationsummary
{
    padding: 0px;
    margin: 0px 5px 0px 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    font-weight: normal;
    font-style: normal;
    color: #FF0000;
    background-image: url('Images/General/png16/isBeta_info_16.png');
    background-repeat: no-repeat;
}

.validationsummaryheadertext
{
    padding: 0px;
    margin: 0px 0px 0px 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
    font-variant: normal;
}

.validationimage
{
    text-align: center;
    vertical-align: middle;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 2px 0px 0px 2px;
    height: 16px;
    width: 16px;
}

/************************************************************************************ Validation Helpers */


/* Some Float stuff */

.floatLeft5pxPadding
{
    padding: 5px;
    float: left;
}

.floatRight5pxPadding
{
    padding: 5px;
    float: right;
}

.leftFloatingImage
{
    padding: 5px;
    float: left;
}

/* Some little styles to add margins where needed ************************************************************************************/

/* left */
.margin1pxLeft
{
    margin-left: 1px;
}

.margin2pxLeft
{
    margin-left: 2px;
}

.margin3pxLeft
{
    margin-left: 3px;
}

.margin4pxLeft
{
    margin-left: 4px;
}

.margin5pxLeft
{
    margin-left: 5px;
}

.margin6pxLeft
{
    margin-left: 6px;
}

.margin7pxLeft
{
    margin-left: 7px;
}

.margin8pxLeft
{
    margin-left: 8px;
}

.margin9pxLeft
{
    margin-left: 9px;
}

.margin10pxLeft
{
    margin-left: 10px;
}

.margin15pxLeft
{
    margin-left: 15px;
}

.margin20pxLeft
{
    margin-left: 20px;
}

.margin70pxLeft
{
    margin-left: 10px;
}


/* right */
.margin1pxRight
{
    margin-right: 1px;
}

.margin2pxRight
{
    margin-right: 2px;
}

.margin3pxRight
{
    margin-right: 3px;
}

.margin4pxRight
{
    margin-right: 4px;
}

.margin5pxRight
{
    margin-right: 5px;
}

.margin6pxRight
{
    margin-right: 6px;
}

.margin7pxRight
{
    margin-right: 7px;
}

.margin8pxRight
{
    margin-right: 8px;
}

.margin9pxRight
{
    margin-right: 9px;
}

.margin10pxRight
{
    margin-right: 10px;
}

.margin15pxRight
{
    margin-right: 15px;
}

.margin20pxRight
{
    margin-right: 20px;
}

/* top */
.margin1pxTop
{
    margin-top: 1px;
}

.margin2pxTop
{
    margin-top: 2px;
}

.margin3pxTop
{
    margin-top: 3px;
}

.margin4pxTop
{
    margin-top: 4px;
}

.margin5pxTop
{
    margin-top: 5px;
}

.margin6pxTop
{
    margin-top: 6px;
}

.margin7pxTop
{
    margin-top: 7px;
}

.margin8pxTop
{
    margin-top: 8px;
}

.margin9pxTop
{
    margin-top: 9px;
}

.margin10pxTop
{
    margin-top: 10px;
}

.margin15pxTop
{
    margin-top: 15px;
}

.margin20pxTop
{
    margin-top: 20px;
}

/* top */
.negativemargin1pxTop
{
    margin-top: -1px;
}

.negativemargin2pxTop
{
    margin-top: -2px;
}

.negativemargin3pxTop
{
    margin-top: -3px;
}

.negativemargin4pxTop
{
    margin-top: -4px;
}

.negativemargin5pxTop
{
    margin-top: -5px;
}

.negativemargin6pxTop
{
    margin-top: -6px;
}

.negativemargin7pxTop
{
    margin-top: -7px;
}

.negativemargin8pxTop
{
    margin-top: -8px;
}

.negativemargin9pxTop
{
    margin-top: -9px;
}

.negativemargin10pxTop
{
    margin-top: -10px;
}

.negativemargin15pxTop
{
    margin-top: -15px;
}

.negativemargin20pxTop
{
    margin-top: -20px;
}

.negativemargin25pxTop
{
    margin-top: -25px;
}

.negativemargin30pxTop
{
    margin-top: -30px;
}

.negativemargin35pxTop
{
    margin-top: -35px;
}

.negativemargin40pxTop
{
    margin-top: -40px;
}

.negativemargin45pxTop
{
    margin-top: -45px;
}

.negativemargin50pxTop
{
    margin-top: -50px;
}


/* bottom */
.margin1pxBottom
{
    margin-bottom: 1px;
}

.margin2pxBottom
{
    margin-bottom: 2px;
}

.margin3pxBottom
{
    margin-bottom: 3px;
}

.margin4pxBottom
{
    margin-bottom: 4px;
}

.margin5pxBottom
{
    margin-bottom: 5px;
}

.margin6pxBottom
{
    margin-bottom: 6px;
}

.margin7pxBottom
{
    margin-bottom: 7px;
}

.margin8pxBottom
{
    margin-bottom: 8px;
}

.margin9pxBottom
{
    margin-bottom: 9px;
}

.margin10pxBottom
{
    margin-bottom: 10px;
}

.margin15pxBottom
{
    margin-bottom: 15px;
}

.margin20pxBottom
{
    margin-bottom: 20px;
}


/* misc */

.doNotDisplay
{
    display: none;
}

/************************************************************************************ Some little styles to add margins where needed */

.slideShowDropDown
{
    padding: 0px;
    width: 180px;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}



.bullet1
{
    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet1.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;
    width: 98%;
}

.bullet2
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet2.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;
    width: 98%;
}

.bullet3
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet3.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}

.bullet4
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet4.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}

.bullet5
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet5.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}

.bullet6
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet6.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}

.bullet7
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet7.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}

.bullet8
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet8.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}

.bullet9
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet9.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}

.bullet10
{

    color: #C0C0C0;
    background-image: url('Images/Bullets/bullet10.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1em;
    text-indent: 20px;    
    width: 98%;
}





/* Contact Us Button Styles */
.contactUsHot
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url('Images/General/pngMisc/button_contactus_hot.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    text-indent: 2em;
    color: #00FF00;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.contactUsNormal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url('Images/General/pngMisc/button_contactus_normal.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    text-indent: 2em;
    color: #008000;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;    
}



.emphasizeText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #808000;
}



.failureNotificationBold
{
    font-size: 1.2em;
    color: Red;
    font-weight: bold;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


p.ex {color:rgb(0,0,255);}



/* Added 11/26/2011 */
.divFlexibleColumnContainer
{
 margin:0 auto;
 overflow:auto;
}

.divFlexibleColumn5ColumnsColumn
{
    width:20%;
 margin:0;
 padding:0;
 float:left;
}

.divFlexibleColumn6ColumnsColumn
{
    width:16.6666%;
 margin:0;
 padding:0;
 float:left;
}

.divFlexibleColumn3ColumnsColumn
{
    width:33.33%;
 margin:0;
 padding:0;
 float:left;
}

.divFlexibleColumnNoWidth
{
 margin:0;
 padding:0;
 float:left;
}




/* Padding and Margins 
----------------------------------------------------------*/

.marginTop10
{
    margin-top: 10px;
}

.marginTop20
{
    margin-top: 20px;
}

.marginTop30
{
    margin-top: 30px;
}

.marginTop40
{
    margin-top: 40px;
}

.marginTop50
{
    margin-top: 50px;
}

.marginBottom10
{
    margin-bottom: 10px;
}

.marginBottom20
{
    margin-bottom: 20px;
}

.marginBottom30
{
    margin-bottom: 30px;
}

.marginBottom40
{
    margin-bottom: 40px;
}

.marginBottom50
{
    margin-bottom: 50px;
}

.marginLeft0
{
    margin-left: 0px;
}

.marginLeft2
{
    margin-left: 2px;
}

.marginLeft5
{
    margin-left: 5px;
}

.marginLeft10
{
    margin-left: 10px;
}

.marginLeft15
{
    margin-left: 15px;
}

.marginLeft20
{
    margin-left: 20px;
}

.marginLeft30
{
    margin-left: 30px;
}

.marginLeft40
{
    margin-left: 40px;
}

.marginLeft50
{
    margin-left: 50px;
}

.marginLeft60
{
    margin-left: 60px;
}

.marginLeft70
{
    margin-left: 70px;
}

.marginLeft80
{
    margin-left: 80px;
}

.marginLeft90
{
    margin-left: 90px;
}

.marginLeft100
{
    margin-left: 100px;
}

.marginRight0
{
    margin-right: 0px;
}

.marginRight2
{
    margin-right: 2px;
}

.marginRight5
{
    margin-right: 5px;
}

.marginRight10
{
    margin-right: 10px;
}

.marginRight15
{
    margin-right: 15px;
}

.marginRight20
{
    margin-right: 20px;
}

.marginRight30
{
    margin-right: 30px;
}

.marginRight40
{
    margin-right: 40px;
}

.marginRight50
{
    margin-right: 50px;
}

.marginRight60
{
    margin-right: 60px;
}

.marginRight70
{
    margin-right: 70px;
}

.marginRight80
{
    margin-right: 80px;
}

.marginRight90
{
    margin-right: 90px;
}

.marginRight100
{
    margin-right: 100px;
}

