﻿/* DEFAULTS
----------------------------------------------------------*/

/* Site-Wide styles */

body {
	font-family: Arial,Geneva,sans-serif;
	margin: 0 auto;
	width: 1080px;
	background-color: #252525;
	padding: 0;
}

#bodycontainer {
	margin: 0 0px;
	width: 1080px;
}

#masthead {
    border-style: none;
	float: left;
	height: 87px;
	width: 100%;
	background: url(../images/banners/masthead.jpg) top no-repeat;	
}

#masthead #logoBanner {
	float: left;
}

#masthead #logoBanner img {
	border: none;
	float: left;
	margin: 02px 0px 0px 5px;	/* RDM23: Change Use masthead image */
	padding: 0px;
}

#masthead #userAccountInfo {
	clear: right;
	color: #FFFFFF;		/* RDM24 Change userAccountInfo font color */
	float: right;
	height: 30px;
	font-size: .8em;
	font-weight: bold;
	margin: 35px 80px 5px 10px;
	text-align: right;
	vertical-align: bottom;
}

#imgHome
{
    vertical-align: middle;
    text-align: center;
}

#imgBannerLogo {
	border: none;
	float: left;
	margin: 02px 0px 0px 15px;	/* RDM23: Change Use masthead image */
	padding: 0px;
}


/* Start Application Navigation Bar Utility styles */

#applicationNavigationBar
{
    border-style: none;
    background-position: top;
    background-image: url(../images/master/applicationNavigationBar.jpg); /* RDM2: add application navigation bar image            */
    background-repeat: repeat-x; /* RDM2: add application navigation bar image            */
    clear: both;
    font-size: .8em;
    height: 44px;
    margin: 0;
}

#leftNavColumn
{
    border-style: none;
    height: 44px;
    width: 30px;
    float: left;
}

#centerNavColumn
{
    border-style: none;
    height: 44px;
    width: 750px;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

.SignIn
{
    background-image: url('../images/buttons/btnApp.jpg');
    background-repeat: no-repeat;
    height: 40px;
    width: 60px;
    padding-top: 4px;
    position: relative;
    left: 55px;
    text-align: center;
}

.btnApp
{
    background-image: url('../images/buttons/btnApp.jpg');
    background-repeat: no-repeat;
    width: 140px;
    text-align: center;
    vertical-align: middle;
}

.btnAppLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 20px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
    position: relative;
    top: 7px;
}

.btnAppLink:hover
{
    color: maroon;
    cursor: pointer;
}

.btnAppBarLeft
{
    background-image: url('../images/buttons/btnAppBarLeft.jpg');
    background-repeat: no-repeat;
    width: 15px;
    padding-right: 2px;
}

.btnAppBar
{
    background-image: url('../images/buttons/btnAppBar.png');
    background-repeat: no-repeat;
    width: 95px;
    height: 40px;
    text-align: center;
    padding-right: 2px;
    vertical-align: middle;
}

.btnAppBarLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 40px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
}

.btnAppBarLink:hover {
	color: maroon;
	cursor: hand;
}

.btnAppBarRight
{
    background-image: url('../images/buttons/btnAppBarRight.jpg');
    background-repeat: no-repeat;
    height: 30px;
    width: 15px;
}


/* Start Page Footer styles */

#footer {
	clear: both;
	float: left;
	height: 50px;
	margin: 0 0 10px;
	width: 100%;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

#footerborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: silver;
	text-decoration: none;
	background-image: url(../images/master/Footer_Gradient.gif);
	text-align: right;
	height: 20px;
	vertical-align: bottom;
}

#footercopyright {
	margin: 10px auto;
	font-size: .7em;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
}

/* Start Application Main Body styles */

.bodyreport {
	margin: 0 0px;
	width: 100%;
    color: #FFFFFF;
}

#bodycontainer {
	margin: 0 0px;
	width: 100%;
}

#mainContent3ColumnContainer {
	background-color: #800000;
	min-height: 100px;
	padding:0 100px 0 60px;
}

#mainContent3ColumnWrapper {
	border-left: 60px solid #800000;
	border-right: 100px solid #800000;
	display: inline;
	float: left;
	margin-left: -60px;
	margin-right: -100px;
	width: 100%;
}

#centerMainColumn
{
    background-color: #FFFFFF;
    float: left;
    min-height: 500px;
    width: 100%;
    margin-top: 5px;
    margin-right: -100%;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    -border-top-right-radius: 7px;
}

#centerMainColumnPadding
{
    margin: 5px 30px 5px 30px;
    overflow: auto;
}

#leftMainColumn {
	float:left;
	width:60px;
	margin-left:-60px;
	position:relative;
}

#leftMainColumnPadding {
	margin: 10px;
	width: 180px;
}

#rightMainColumn {
	float:right;
	width:100px;
	margin-right:-100px;
	position:relative;
}

#rightMainColumnPadding {
	margin: 5px 10px;
	width: 180px;
}

#ApplicationTitle
{
    background: url("../images/master/screenHeading.png") repeat-x scroll 0 0 transparent;
    background-color: #FFFFFF;
    font-size: 1.0em;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
}

/* Standard text input/output styles */

.datalbl
{
    font-family: Arial, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.datatxt
{
    font-family: Arial, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

.datatxtlgboldred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #800000;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
    vertical-align: bottom;
}

.datatxtlgbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
    vertical-align: bottom;
}

/* User Sign In styles */

.signinlbl
{
    font-family: Arial, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    width: 200px;
    text-align: left;
}

.signintxt
{
    font-family: Arial, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    width: 100px;
    text-align: left;
}

/* BUTTONS ---------------------------------------------------------------*/  

.button
{
    border-style: outset;
    border-width: 2px;
    height: 28px; 
    background: url("../images/buttonbackground_1X28.png") repeat-x scroll 0 0 transparent;
    clear: both;
    margin: 0px;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    -border-radius: 7px; 
    font-weight: bold; 
}

.button:hover
{
    color: maroon;
    cursor: pointer;
}

.button:disabled 
{
	color: gray;
}

.button:enabled 
{
	color: black;
}

.buttonclear
{
    border-style: outset;
    border-width: 2px;
    height: 28px;
    background: url("../images/buttonbackground_1X28.png") repeat-x scroll 0 0 transparent;
    clear: both;
    margin: 0 20px 0 20px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -border-radius: 7px;
    font-weight: bold;
}

.buttonclear:hover
{
    color: maroon;
    cursor: pointer;
}

/* CHECKBOX ---------------------------------------------------------------*/  

.checkbox
{
    font-family: Arial, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    width: 100px;
    text-align: left;
    font-weight: bold;
}

/* FORM ELEMENTS ----------------------------------------------------------*/

.fieldset
{
    margin: 10px;
    padding: 10px;
    border: 1px solid #800000;
    width: 600;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

fieldset p
{
    margin: 2px 10px 5px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.legend
{
    font-size: small;
    font-weight: bold;
    color: #800000;
    text-align: left;
    background-color: #FFFFFF;
}


.shortButton {
	width: 35px;
	-moz-border-radius: 7px;		/* RDM14: Change button radius and font to bold	*/
	-webkit-border-radius: 7px;		/* RDM14: Change button radius and font to bold	*/
	-border-radius: 7px;				/* RDM14: Change button radius and font to bold */
	font-weight: bold;				/* RDM14: Change button radius and font to bold */
}

.longButton {
    width: 125px;
}

.veryLongButton {
    width: 175px;
}


a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 50px;
    line-height: 1.6em;
}


/* GRID DATA   
----------------------------------------------------------*/
.griddata
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
}

.griddatabold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
}
.griddatamed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
}

.griddatamedbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
}

.griditemcenter
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
    text-align: center;
    height: 20px;
}
.griditemcentertop
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
    text-align: center;
    height: 20px;
}

.griditemcenterlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    height: 20px;
}

.griditemleft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
    text-align: left;
    height: 20px;
}

.griditemlefttop
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
    text-align: left;
    height: 20px;
}

.griditemleftdkred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #800000;
    vertical-align: top;
    text-align: left;
    height: 20px;
}

.griditemright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
    height: 20px;
}

.gridheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: bottom;
    text-align: center;
    background-color: #800000;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
}

.gridheaderleft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: bottom;
    text-align: left;
    background-color: #800000;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    padding-left: 4px;
}


/* HEADINGS ----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 0px solid #4b6c9e;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    background-image: url('../Images/TireTread.jpg');
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 60px;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 520px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 20px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.labelData
{
    color: #000080;
}

.errormessage
{
    color: #FF0000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13;
    font-weight: bold;
}

/* Home page panels   
----------------------------------------------------------*/

.homemainpanel
{
    border: 3px ridge #C0C0C0;
    border-style: outset;
    width: 820px;
    height: 445px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../images/master/diamondplate.jpg');
    background-repeat: repeat;
}

.homemainpanel_Old
{
    border-width: 2px;
    border-style: outset;
    width: 800px;
    height: 425px;
    background-color: #F3F3F3;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 10px;
}
.hometoppanel
{
    border-width: 2px;
    border-style: inset;
    height: 40px;
    background-color: #FFFFFF;
    padding: 5px;
    margin: 10px 10px 5px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.homeleftpanel
{
    border-width: 3px;
    border-style: inset;
    width: 250px; 
    height: 400px; 
    text-align: left;
    background-color: #FFFFFF;
    margin: 20px 0px 20px 20px;
    float: left; 
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.homerightpanel
{
    border-width: 2px;
    border-style: inset;
    width: 500px;
    height: 400px;
    text-align: left;
    background-color: #FFFFFF;
    margin: 20px 20px 20px 0px;
    float: right;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.homepanelheader
{
    height: 15px;
    background-color: #800000;
    padding: 5px;
    -moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.homepanelitem
{
    background-color: #FFFFFF;
    margin: 5px 5px 10px 5px;
}

.homepanellink
{
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.homepaneltext
{
    font-size: small;
    font-weight: normal;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

/* Body Text   
----------------------------------------------------------*/

.medBlack
{
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
}

.medBlackBold
{
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    margin-top: 10px;
}

.medRed
{
    color: #800000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
}

.medGreenBold
{
    color: #008000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
}

.medRedBold
{
    color: #800000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
}

.smBlack
{
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
}

.smBlackBold
{
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
}

.smBlackRt
{
    color: #000000;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
}

.smRedBold
{
    color: #800000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
}
/* PAGE SECTIONS  
----------------------------------------------------------*/

div.datagroup
{
    margin: 5px;
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

select.ddlEntry
{
    background-color: #FFFFDF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.textEntry
{
    border-style: inset;
    background-color: #FFFFDF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    vertical-align: top;
    text-align: left;
}

.textEntryMed
{
    border-style: inset;
    background-color: #FFFFDF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    vertical-align: top;
    text-align: left;
}

.textDisplay
{
    border-style: inset;
    background-color: #F0F0F0;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.ajax__html_editor_extender_texteditor
{
    background-color: #FFFFDF;
}
input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* Customer Information Layout  
----------------------------------------------------------*/
td.acctinfolbl
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: small;
    color: #000000;
    vertical-align: top;
}

td.acctinfolblred
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    font-size: small;
    color: #FFFFFF;
    vertical-align: top;
    background-color: #800000;
    font-weight: bold;
    padding-right: 4px;
}

td.acctinfolblredctr
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: small;
    color: #FFFFFF;
    vertical-align: top;
    background-color: #800000;
    font-weight: bold;
}

td.acctinfodata
{
    text-align: left;
    font-size: small;
    vertical-align: top;
    font-weight: bold;
}

td.acctinfodatart
{
    text-align: right;
    font-size: small;
    vertical-align: top;
    font-weight: bold;
}
td.acctinfoamt
{
    text-align: right;
    font-size: small;
    vertical-align: top;
    background-color: #DADADA;
    padding-right: 4px;
}

td.acctinfodate
{
    text-align: center;
    font-size: small;
    vertical-align: top;
    background-color: #DADADA;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 0px;
}

.hidden
{
    display: none;
} 
/*GridView---------------------------------------------*/

.gridview
{
width: 100%;
border: 1px solid black;
background: white;
text-align: center;

}
.gridview th
{
text-align: center;
background: #013b82;
color: white;
}
.gridview .pager
{
text-align: center;
background: #013b82;
color: White;
font-weight: bold;
border: 1px solid #013b82;
}
.gridview .pager a
{
color: #666;
}

.gridview a
{
text-decoration: none;
color: White;
}
.gridview a:hover
{
color: Silver;
}
.gridview .sortedasc
{
background-color: #336699;
}
.gridview .sortedasc a
{
padding-right: 15px;
background-image :url(../images/up_arrow.png);
background-repeat: no-repeat;
background-position: right center;
}
.gridview .sortedasc a:hover
{
color:White;
}
.gridview .sorteddesc
{
background-color: #336699;
}
.gridview .sorteddesc a
{
padding-right: 15px;
background-image :url(../images/down_arrow.png);
background-repeat: no-repeat;
background-position: right center;
}
.gridview .sorteddesc a:hover
{
color:White;
}
.gridview .alternating
{
background: #d8d8d8;
}

/*-----------------------------------------------------*/
/*CSS for detail grid view */
/*-----------------------------------------------------*/

/*SubGridView------------------------------------------*/
.subgridview
{
    width: 96%;
    border: none;
    text-align: left;
    margin: 5px 5px 5px 5px;
    background: whitesmoke;
    margin-left: 4%;
}
.subgridview th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background: #000000;
    vertical-align: bottom;
}
/*-----------------------------------------------------*/ 
