@charset "utf-8";
/* CSS Document */
div
{
	
}
img 
{
	vertical-align:bottom;
}
BODY
{
	background-position: left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0 15px;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	color:#ffffff;
	width:1200px;						/* <---------------------- Not Liquid */
}
h1{
	font-family:"Segoe UI", Tahoma, "Trebuchet MS", Arial;
	font-size:18px;
	padding:7px 0;
}
h2{
	font-family:"Segoe UI", Tahoma, "Trebuchet MS", Arial;
	font-size:14px;
	padding:7px 0;
	font-weight:normal;
}
hr
{
	border-bottom: solid 1px #afafaf;
	border-top: solid 0px #afafaf;
	border-left: solid 0px #afafaf;
	border-right: solid 0px #afafaf;
}

/* --------------------------------------------------------
Splash
---------------------------------------------------------*/
.splashBg {
	background-attachment: scroll;
	background-color: #f3f3f3;
	background-image: url(../images/Splash_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width:auto !important;
}
#splashContainer {
	padding:173px 0 0 0;
	text-align:center;
}
#splashMainBtns{
	margin:0 0 16px 0;
	!margin:0 0 16px 0;
}
#headContainer{
	padding:0 0 20px 0;
	background-color:#FFFFFF;
}
#mainContainer{
	
}

/* --------------------------------------------------------
Login
---------------------------------------------------------*/
#loginContainer {
	padding:173px 0 0 0;
	text-align:center;
}
#loginForm {
	Width:410px;
	border:solid 1px #000000;
	background-color:#ffffff;
	color:#000000;
	padding:1px;
	margin:auto;
}
#login {
	border:solid 1px #000000;
	background-color:#ffffff;
	color:#000000;
	padding:1px;
	text-align:left;
}
.loginHead
{
	background-image: url(../images/LoginHead.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	border:solid 1px #aa1b1b;
	padding:9px;
	color:#ffffff;
	font-weight:bold;
	background-color:#c71e1e;
	margin-bottom:20px;
}
.loginLabel{
	width:125px;
	text-align:right;
	padding-right:10px;
}
/* --------------------------------------------------------
Aligning
---------------------------------------------------------*/
.align_left{
	float:left;
}
.align_right{
	float:right;
}
.clear_all{
	clear:both;
}
#headerTitle{
	padding:55px 15px 0 15px;
	color: #dd0000;
	font-size:14px;
	font-weight:bold;
}

/* --------------------------------------------------------
Navigation
---------------------------------------------------------*/
#MainNavigation{
	background-attachment: scroll;
	background-image: url(../images/mainNavBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:23px;
	padding-top:10px;
	margin:0;	
}
.solidblockmenu{
	font-size: 12px;
	width: 100%;
	overflow: hidden;	
}
.solidblockmenu li{
	display: inline;
}
.solidblockmenu li a{
	color: white;
	padding: 9px 25px 9px 25px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/mainNavSeparator.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.solidblockmenu li a:visited{
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
}


.AdminLeftButtons{
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	background-color:#ffffff;	
}
.AdminLeftButtons div{
	color: white;
	padding-top: 9px;
	padding-bottom:9px;
	padding-left:15px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/AdminBtnBg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	border:solid 1px #000000;
	margin-bottom:1px;
	!margin-bottom:0px;
}


/* --------------------------------------------------------
Left Navigation
---------------------------------------------------------*/
.leftNav{
	width:242px;
}
.leftNavInsideCover{
	background-color:#8f8f8f;
	border:solid 1px #000000;
	padding:3px 3px;
}

/* --------------------------------------------------------
Footer
---------------------------------------------------------*/
#footer{
	text-align:center;
}
#footer a:link, #footer a:visited {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

/* --------------------------------------------------------
Nugget
---------------------------------------------------------*/
.nuggetBase {
	background-color:#4a5055;
}
.nuggetTitle {
	padding:10px;
	display:block;
	color:#fff;
}
.nuggetContent {
	padding:0 20px;
	background:#4a5055;
}
.nuggetContent p {
	margin:0;
	padding:0;
}
/* top */
.wr_top_left_bg {
	background:url(../images/nugget_topleft.jpg) top left no-repeat;
}
.wr_top_right_bg {
	background:url(../images/nugget_topright.jpg) top right no-repeat;
}
.wr_extended_bg {
	background:url() repeat-x;
}
/* bottom */
.wr_bot_left_bg, .wr_bot_right_bg, .wr_extended_bot_bg {
	height:20px;
}
.wr_bot_left_bg {
	background:url(../images/nugget_botleft.jpg) bottom left no-repeat;
}
.wr_bot_right_bg {
	background:url(../images/nugget_bitright.jpg) bottom right no-repeat;
}
.wr_extended_bot_bg {
	background:url() repeat-x;
}

/* --------------------------------------------------------
Page
---------------------------------------------------------*/
.pageNugget{
	margin:0 0 0 30px;
}
.pageWidth{
	width:928px;							/* <---------------------- Not Liquid */
	/*width:100%;
	!width:100%;*/
}
.pageWidthSmall{
	width:500px;
}
.pageNuggetSmall{
	margin:0 0 0 0px;
}
.FFHeightFix{
	
}
#mainTitle{
	font-family:"Segoe UI", Tahoma, "Trebuchet MS", Arial;
	font-size:18px;
	color:#FFFFFF;
	padding:0 0 10px 0;
	text-align:right;
	height:28px;
}
#subTitle{
	font-family:"Segoe UI", Tahoma, "Trebuchet MS", Arial;
	font-size:18px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #afafaf;
	border-bottom-color: #afafaf;
	padding:8px 0 0 0;
	height:35px;
	!height:27px;
}
#subTitle .breadcrumb{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding:8px 0 0 10px;
}
#content{
	padding:10px 0;
}
#contentSmall{
	padding:0px 0;
}
.text_right{
	text-align:right;
}
.tabTable div{
	margin-right:8px;
}
.tabBody
{
	background-color: #FFFFFF !important;
	color: #000000;
	padding: 10px;
}
.bold{
	font-weight:bold;
}
.errorContainer{
    background-color:#ffffff;
    margin:0 0 10px 0;
}
.errorHead
{
	background-image: url(  '../images/error.jpg' );
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 40px;
	
}
.ErrorPage{
    padding:0 0 0 0;
	
}

#ErrorForm {
	Width:1196px;
	border:solid 1px #000000;
	background-color:#ffffff;
	color:#000000;
	padding:1px;
	margin:auto;
}
#Error {
	border:solid 1px #000000;
	background-color:#ffffff;
	color:#000000;
	padding:1px;
	text-align:left;
}
.ErrorDisply
{
	background-image: url(../images/LoginHead.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	border:solid 1px #aa1b1b;
	padding:9px;
	color:#ffffff;
	font-weight:bold;
	background-color:#c71e1e;
	margin-bottom:20px;
}
.ErrorDescription{
    padding:0 10px 10px 10px;
}

/* --------------------------------------------------------
Margins
---------------------------------------------------------*/
.marginTop20{
	margin:20px 0 0 0;
}
.buttonMargin{
	margin-top:10px;
	margin-bottom:10px;
}
.marginLeft20{
	margin:0 0 0 20px;
}
.margin0{
	margin:0 !important;
}
/* --------------------------------------------------------
Widths
---------------------------------------------------------*/
.widthFull{
	width:100%;
}
.width48{
	width:48%;
}
.width98{
	width:98%;
}
.width75{
	width:75%;
}
.width60{
	width:60%;
}
.width50{
	width:50%;
}
.width35{
	width:35%;
}
.widthSize0{
	width:30px;
}
.widthSize1{
	width:50px;
}
.widthSize2{
	width:75px;
}
.widthSize3{
	width:100px;
}
.widthSize4{
	width:125px;
}
.widthSize5{
	width:150px;
}
.widthSize6{
	width:175px;
}
.widthSize7{
	width:200px;
}
.widthSize8{
	width:225px;
}
.widthSize9{
	width:250px;
}
.widthSize10{
	width:275px;
}
.widthSize11{
	width:65px;
}
.widthSize12{
	width:245px;
}
.widthSize13{
	width:122px;
}
.widthSize14{
	width:300px;
}
.widthSize15{
	width:325px;
}
.widthSize16{
	width:350px;
}
.gridWidth{
	width:888px;
}
.gridWidthInside{
	width:868px;
}
.ratesGridWidth{
	width:858px;
}

/* --------------------------------------------------------
Form Items
---------------------------------------------------------*/

.itemRow{
	padding:0 0 10px 0;
	
}
.whiteItemRow{
	padding:0 0 10px 0;
	color:#FFFFFF;
}

.lableContainer{
	margin:3px 0 0 0;
}
label{
	padding:5px 0 0 0;
}
select{
	font-family:Tahoma, Verdana, Arial, "trebuchet MS";
	font-size:11px;
}
input{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}
.inputText{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height:16px;
	padding:3px 0 0 0;
	
}
.inputTextLarge{
	border: 1px solid #C5C5C5;
	background-color: #FFFFFF;
	height:16px;
	padding:3px 0 0 0;
	width:225px;
}
.inputFile{
	padding:3px 0 0 0;
	width:225px;
}
.inputTextArea{
	border: 1px solid #C5C5C5;
	background-color: #FFFFFF;
	padding:3px 0 0 0;
	width:225px;
}
button
{
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #e0e0e0;
	border: 1px solid #000000;
}
.DropdownLarge{
	border: 1px solid #C5C5C5;
	background-color: #FFFFFF;
	width:225px;
}
/* --------------------------------------------------------
Grid Items
---------------------------------------------------------*/
.datagrid 
{	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color:#FFFFFF;
	font-size: 11px;
	margin-top: 8px;	
	margin-bottom: 8px;
	color:#000000;
}
.datagrid tr
{
	height:30px;
}
.datagrid tr.inactive
{
	background-color:#efefef;
}
.datagrid tr.highlight
{
	background-color:#ffcece;
}
.datagrid td, .datagrid th 
{
	white-space: nowrap;
	padding: 0 0 0 3px;
	border-bottom: solid 1px #bababa;
	border-left: solid 1px #bababa; 
}
.datagrid th 
{
	border-right: solid 1px #c0c0c0; 
}
.datagrid th 
{	
	background-color:#c0c0c0; 
	text-align:left;
	font-size:12px;
} 

.datagrid th a 
{
	color:#FF0000;
	text-align:left;
}
.datagrid thead a 
{
	color: black;
}

.datagrid tr.empty 
{
	background-color:#ffffff;
	font-weight:bold;
	font-size:12pt;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.datagrid tr.alternate 
{
	background-color: #d8d8d8;
}
.datagrid tfoot, .datagrid tr.tfoot 
{
	font-weight: bold; 
	background-color: #dbe5f1;
}

.datagrid colgroup.weight 
{
	width: 40px;
}

.datagrid tr.alt
{
	background-color:#DCDCDC;
}

.datagrid A:hover
{
	color:#FF0000; 
}

.datagrid A
{
	color:#0000FF;
}


.colorgrid 
{	
	border: 0px !important;
	background-color:#FFFFFF;
	font-size: 11px;
	margin-top:8px;
	color:#000000;
}
.colorgrid tr
{
	height:20px;
	border: solid 1px #FFFFFF;
}
.datagrid tr.highlight
{
	background-color:#ffcece;
}
.colorgrid td
{
	white-space: nowrap;
	padding: 5px; 
	border: solid 1px #FFFFFF;
	
}
.colorgrid th
{
	height:1px; 
	border: solid 1px #FFFFFF;
}
.colorgrid A:hover
{
	color:#FF0000; 
}

.colorgrid A
{
	color:#0000FF;
}

.colorgrid tr.selectedRaw{
	background-color:#e1e1e1;
}







/* --------------------------------------------------------
Treeview Items
---------------------------------------------------------*/
#treeviewContainer{
	background-color:#ffffff;
	border:solid 1px #000000;
	margin:10px 0 0 0;
	padding:5px 2px 2px 2px; 
	overflow:hidden;
	width:188px;
}
#treeviewContainer a:link, #treeviewContainer a:visited{
	color:#000000; 
	
}

/* --------------------------------------------------------
Calendar 
---------------------------------------------------------*/
.calendar img 
{
	vertical-align:top;
	padding:0 0 0 0;
	!padding:1px 0 0 0;
}
.calendar input
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height:16px;
	padding:3px 0 0 0;
}
.calendarSize1 input{
	width:40px;
}
.calendarSize2 input{
	width:50px;
}
.calendarSize3 input{
	width:75px;
}
.calendarSize4 input{
	width:100px;
}
.calendarSize5 input{
	width:125px;
}
.calendarSize6 input{
	width:125px;
}
.calendarSize7 input{
	width:125px;
}

/* --------------------------------------------------------
Sort Control
---------------------------------------------------------*/
.sortControlContainer{
	
}
.sortControlContainer input{
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #e0e0e0;
	border: 1px solid #000000;
	height:21px;
	width:175px !important;
}
.sortControlContainer select{
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* --------------------------------------------------------
Accordian Control
---------------------------------------------------------*/
.accordionHeader
{
	color: #ffffff;
	background-image: url(../images/AcordianBg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	border: 1px solid #196cc8;
	background-color: #227de5;
	padding: 2px 0 0 5px;
	height: 21px;
	font-weight:bold;
	margin:5px 0 0 0;
}
.accordionContent{
	padding:10px;
}


/* --------------------------------------------------------
Pop up Control
---------------------------------------------------------*/
.modelBackground{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modelPopup{
	background-color:#ffffff;
	background:solid 3px #000000;
	padding:3px;
	color:#000000;
}


.InformationText
{
	background-image: url(  '../images/confirm.jpg' );
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 5px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 40px;
	height:20PX;
	color:Green;
}

