﻿
html, body {
	margin:0;	padding:0;	 font-family: Arial, Helvetica, sans-serif; color: #333333;
}

/* CSS Classes Related to Controls */

/*	BUTTONS */

.Buttons
{
   border: #cccccc 1px solid; color: white; cursor:pointer; padding: 3px;	
   background:url(../../images/blue.gif) repeat-x White right top; font-size:0.8em;
   		
}

.Buttons_Bold
{
   border: #cccccc 1px solid; color: white; cursor:pointer; padding: 3px;	
   background:url(../../images/blue.gif) repeat-x White right top; font-size:0.8em;
   font-weight:bold;
}

/*	END OF BUTTONS */

/* LABELS */

.Labels_PageHeading
{
	font-size: 18px; color: #3b3b45;	font-style:normal;	font-weight: bolder; letter-spacing: -1px;
}

.Labels_PageSubHeading
{

	font-size: 12px; font-weight: bold;
}

.Labels_Validation
{

	font-size: 11px; color: Red;	

}
.Labels_Messages /* error messages, system messages etc */
{

	font-size: 11px; color: Red;	
	
}
.Labels
{
	font-size: 11px;
}
.LabelsMenu
{
	font-size: 11px; color:#00425d; text-transform:uppercase; font-weight:bold;
}
.LabelsSubmenu
{
	font-size: 11px; color:#026f9b; text-transform:Capitalize; font-weight:bold;
}
.Labels_Small
{
	font-size: 11px;
}
.Labels_Medium
{
	font-size: 13px;
}
.Labels_Large
{
	font-size: 14px;
}
.Labels_Bold
{
	font-size: 12px; font-weight: bold;
}

.Labels_SmallBold
{
	font-size: 11px; font-weight: bold;
}
.Labels_MediumBold
{
	font-size: 13px; font-weight: bold;
}
.Labels_LargeBold
{
	font-size: 14px; font-weight: bold;
}
/* END OF LABELS */

/* LINKS */
a.Links:link
{
	font-size: 11px; color:#27413e;	cursor:pointer;	text-decoration:none;
}

a.Links:hover
{
	text-decoration:underline;
}

a.LinksBold:link
{
	font-size: 11px; font-weight:bold;	color:#27413e; cursor:pointer; text-decoration:none;
}

a.LinksBold:hover
{
	text-decoration:underline;
}

/* END OF LINKS */

.Textboxes
{
	border: #CCCCCC 1px solid; font-size: 11px;
}

.Textboxes_RightAlign
{
	border:#CCCCCC 1px solid; font-size: 11px; text-align:right;
}

.DropDownLists
{
	border-right: #CCCCCC 1px solid; font-size: 11px;

}

.FieldLabels_Bold
{
	font-size: 11px; color: Black; font-weight: bold;
}

.GridRecordCountFooter
{
	font-weight: bold
}

.MenuHelp
{
	color: white; font-weight: bold
}

.MilesGridInactive
{
	background: #FFCCCC
}

.MilesGridInactiveAlternating
{
	background: #FFDDDD
}

td.padding
{
	padding:2px;
}


.HeaderCell
{
 background-color: inherit; font-weight: bold; 
}


table.patterntable
{
	border: 1px solid #cdcdcd;	background:url(../../images/tb_bg.jpg);
}

/* end of css classes related to Controls */

.bg{ background: url(../../images/bgblue.gif) right top repeat-x #d4d5db;
}
	
.main-div{background: url(../../images/blueDivbg.gif) right top repeat-x; border-top: 1px solid #684026;
}


select
{
	background: url(../../images/select_bg.jpg);border: 1px solid #c1c1bf;
}



td
{
	font-size: 12px; color: Black;	font-style: normal;	font-weight:normal;
}


/*Master Template Unique classes*/
.headerbg
{
	background: url(../../images/top_bgblue.jpg) left top repeat-x; border-bottom: 1px solid #684026;
}


/*App name*/
.appname-tdleft
{
	background: url(../../images/title_lefty.gif) left top no-repeat; width:5px; height:15px;
	}

.appname-tdbg
{
	background:url(../../images/title_bg.gif) left top repeat-x; padding:0 10px 0 10px;
	color: #FFF;text-decoration: none; font-size: 10px;
}
.appname-tdright
{
	background: url(../../images/title_righty.gif) no-repeat; width:5px; height:15px;
}

/*Info name*/
.info-tdleft
{
	background:url(../../images/info_left.gif) left top no-repeat; width:19px; height:25px;
	}

.info-tdbg
{
	background: url(../../images/info_ext.gif) left top repeat-x; padding:0 10px 0 10px;	color: #FFF;
	text-decoration: none;	font-size: 10px;
}
.info-tdright
{
	background: url(../../images/info_right.gif) no-repeat; width:19px; height:25px;
}

/*Info tables*/
.corner-top-left {
	background: url(../../images/Cus-corner-tl.png) no-repeat;	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.corner-top-right {
	background: url(../../images/Cus-corner-tr.png) no-repeat;	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.corner-bott-right {
	background: url(../../images/Cus-corner-br.png) no-repeat; 	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.corner-bott-left {
	background: url(../../images/Cus-corner-bl.png) no-repeat;	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.pattern-top{
	background: url(../../images/Cus-pat-t.gif) repeat-x; height:10px;
}
.pattern-right {
	background: url(../../images/Cus-pat-r.gif) repeat-y; width:10px;
}
.pattern-bottom {
	background: url(../../images/Cus-pat-b.gif) repeat-x; height:10px;
}
.pattern-left {
	background: url(../../images/Cus-pat-l.gif) repeat-y;  width:10px;
}
/*End Info tables*/
