﻿/* CSS Classes Related to Controls */

/* IE 6 Telerik hacks */
*html .rfdSkinnedButton .rfdDecorated
{
 color: white !important;
}

*html .rfdSkinnedButton:hover .rfdDecorated
{
 color: white !important;
}
/* IE 6 Telerik hacks */


/*	BUTTONS */

.Buttons,
.Buttons_Bold
{
	border-right: #cccccc 1px solid;
	color: white;
	border-top: #cccccc 1px solid;
	font-size: 14px;
	border-left: #cccccc 1px solid;
	cursor: hand;
	border-bottom: #cccccc 1px solid;
	font-weight: normal;
	background-color: White;
	background-image: url(../../images/blue.gif);
	background-position: right top;
	background-repeat: repeat-x;
	padding: 3px;
}

.Buttons_Bold
{
	font-weight: bold;
}

.ButtonRight
{
	float: right;
}

.WizardButtonDiv
{
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.WizardPage
{
	height: 25em;
	position: relative;
	background-color: White;
}

.GridFormDiv
{
	padding: 0.5em;
}

/*	END OF BUTTONS */

/* LABELS */

.Labels_PageHeading
{
	font-family: Arial;
	font-size: 18pt;
	color: #3b3b45;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -1px;
	display: block
}

.Labels_Heading
{
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

.Labels_PageSubHeading
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

.Labels_Validation
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-style: normal;
	font-weight: normal;
}
.Labels_Messages /* error messages, system messages etc */
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-style: normal;
	font-weight: normal;
}
.Labels
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-right: 0.5em;
}

.Labels_Required
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-right: 0.5em;
}

.Labels_Optional
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.Labels_Small
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.Labels_Medium
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.Labels_Large
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.Labels_Bold
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.Labels_SmallBold
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.Labels_MediumBold
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.Labels_LargeBold
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.LabelUpsell
{
	font-family: Arial;
	color: Red;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.LabelDisabled
{
	color: GrayText;
}


/* END OF LABELS */

/* LINKS */
.Links a:link
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #27413e;
	cursor: hand;
	text-decoration: none;
}

.Links a:hover
{
	text-decoration: underline;
}

.LinksRight
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #27413e;
	cursor: hand;
	text-decoration: none;
	float: right;
}

.LinksRight a:hover
{
	text-decoration: underline;
}

.LinksBold a:link
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #27413e;
	cursor: hand;
	text-decoration: none;
}

.LinksBold a:hover
{
	text-decoration: underline;
}


/* END OF LINKS */

.InputDisabled
{
	background-color: #eaeaea;
	border: #CCCCCC 1px solid;
	color: #000000;
	cursor: default; 
}

.RadPage
{
	padding: 5px 5px 5px 5px;
	background-color: White;
}

.Textboxes
{
	border: #CCCCCC 1px solid;
	font-size: 12px;
	font-family: Arial;
	margin-right: 5px;
	margin-bottom: 5px;
}

.RadTextboxes
{
	border: #CCCCCC 1px solid;
	border-color: #CCCCCC;
	font-size: 12px;
	font-family: Arial;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Select
{
	border: #CCCCCC 1px solid;
	font-size: 12px;
	font-family: Arial;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Textboxes_RightAlign
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 12px;
	font-family: Arial;
	text-align: right;
}

.DropDownLists
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 12px;
	font-family: Arial;
	margin-right: 5px;
	margin-bottom: 5px;
}



/* end of css classes related to Controls */



html, body
{
	margin: 0px;
	padding: 0;
	font-family: Arial;
	color: #333333;
}

.bg
{
	background-image: url(images/bgblue.gif);
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #d4d5db;
}

.main-div
{
	background-image: url(images/blueDivbg.gif);
	background-position: right top;
	background-repeat: repeat-x;
	border-top: 1px solid #684026;
}

.ContentFrame
{
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

hr
{
	margin-top: 1px;
}

.RadGrid td
{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

td
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	font-style: normal;
	font-weight: normal;
}
td.padding
{
	padding: 2px;
}
.FieldLabels_Bold
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	font-style: normal;
	font-weight: bold;
}

.HeaderCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.GridRecordCountFooter
{
	font-weight: bold;
}

.MenuHelp
{
	color: white;
	font-weight: bold;
}

table.patterntable
{
	border: 1px solid #cdcdcd;
	background-image: url(images/tb_bg.jpg);
}


/*Master Template Unique classes*/
.headerbg
{
	background-image: url(images/top_bgblue.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #684026;
}


/*App name*/
.appname-tdleft
{
	background-image: url(images/title_lefty.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 5px;
	height: 15px;
}

.appname-tdbg
{
	background-image: url(images/title_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
.appname-tdright
{
	background-image: url(images/title_righty.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 15px;
}

/*Info name*/
.info-tdleft
{
	background-image: url(images/info_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 19px;
	height: 25px;
}

.info-tdbg
{
	background-image: url(images/info_ext.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
.info-tdright
{
	background-image: url(images/info_right.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 25px;
}


.MilesGridInactive
{
	background-color: #FFCCCC;
}

.MilesGridInactiveAlternating
{
	background-color: #FFDDDD;
}

/*Info tables*/
.cornerTL
{
	background-image: url(images/Cus-corner-tl.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height: 10px;
	width: 10px;
}
.cornerTR
{
	background-image: url(images/Cus-corner-tr.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height: 10px;
	width: 10px;
}
.cornerBR
{
	background-image: url(images/Cus-corner-br.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height: 10px;
	width: 10px;
}
.cornerBL
{
	background-image: url(images/Cus-corner-bl.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height: 10px;
	width: 10px;
}
.edgeT
{
	background-image: url(images/Cus-pat-t.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 10px 0 10px;
}
.edgeR
{
	background-image: url(images/Cus-pat-r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.edgeB
{
	background-image: url(images/Cus-pat-b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.edgeL
{
	background-image: url(images/Cus-pat-l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.table_borderColor
{
	border: 1px solid #0088B2;
}
/*End Info tables*/


