﻿/*
BLUE BLOCK COLORS: 282872
RED BLOCK COLOR: #D5463B
*/


html, body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:Black;
	margin-top: 0px;
}

.OuterEdgeLeft
{
	background-color: #E5DCB9;
	width: 35px;	
}

.OuterEdgeRight
{
	background-color: #E5DCB9;
	width: 45px;	
}

h1 {
	color:#3f3c2d;
	font-size:20px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: white; /* #E5DCB9 */
	vertical-align: top;
}
img {
	border: 0px;
}

.AddLinks 
{
	color:#282872;
}

.PageHeader
{
	font-weight:bold;
	font-size:18px;
	color:#282872;
}

a {
	text-decoration: underline;
	color:#282872;
}
a:hover {
	text-decoration: underline;
	color:#D5463B;
}

a.BlueLink{
	text-decoration: underline;
	color:#282872;
}
a.BlueLink :hover {
	text-decoration: underline;
	color:#282872;
}

.TopTab 
{
	background-color:#8b846a;
	background-image:url(images/menu.gif);
	color:white;
	height: 15px;
	text-decoration: none;
	width:89px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	font-style:normal;
}

a.TopTab
{
	color:White;
}

.TopTabBottom
{
	background-color:#8b846a;
	height:2px; 
}


#nav {
		
}

LeftContent
{
	background: bottom left url(images/body_bot.gif) no-repeat;
}

#contentInner
{
	background-color: white;
}

/* ------ GRID ----- */

.GridMain
{
	border: solid 1 black; 
	background-color:Silver;
}

.AltRowCSS
{
	background-color:silver;
	color:Black;
	border: solid 1px black;
}

.ItemRowCSS
{
	background-color: #FFFF99;
	color:Black; 
	vertical-align:top;
	border: solid 1px black;
}

.GridHeader
{
	background-color: #282872;
	color:white;
	height:30px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	font-style:normal;
}

.GridHdrBG
{
	background-color: Silver;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.GridImageMed
{
	height:21px;
	width:21px;
	/*border-style: groove;
	border-width:thick;*/
	border: solid 1px black;
}

.GridImageLinks
{
	height:80px;
	width:80px;
}

.GridPagerStyle
{
	font-size:14px;
	color:Red;
	text-align:center;
}

.InfoImg
{
	height:21px;
	width:21px;
	border: none;
}


/* MENUS */



#nav-menu a
{
	background: none;
	background-color: #E5DCB9;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border: 0.1em solid black;
	text-decoration: none;
	color: #0d2474;
	text-align: center;
	margin-right: 10px;
}

#nav-menu a:hover
{
	/*background: none;
	background-color: #E5DCB9; */
	background: url(images/background.gif) #fff bottom left repeat-x;
	
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border: 0.1em solid black;
	color: black;
	text-align: center;
	text-decoration: underline;
	margin-right: 10px;	
}

#nav-menu
{
	width:550px;
} 

/* end MENU */

.ImageBig
{
	border-right: solid 1 black;
	border-bottom: solid 2 silver;
}

.InputLabel
{
	text-align:right;
}

    
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:#D5463B;
	padding:3px;
	width:250px;
}

.modalPupUp2 
{
	background-color:white; 
	border-width:3px;
	border-style:solid;
	border-color:#282872;
	padding:3px;
	width:600px;
	height:500px;	
}

/* ----------------------------------------------- */
BODY, DIV, TD, TH, P {
	font-size:9pt;
	font-family: Verdana, sans-serif;
}

BODY 
{
	/*
	background-image:url(~/images/fcr_bkg.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
*/
}

#theader {
	background-image:url(images/fcr_top2.gif);	
	
}

#tmenu {
	margin:5px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:Silver;
}

#tsub {
	margin:0px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:Silver;
}

.link TH {
	font-size:1px;
	width:8px;
	height:20px;
	border-top:1px solid black;
	border-left:1px solid black;	
}

.link TD {
	height:20px;
	border-top:1px solid black;
	padding-left:4px;	
}

#eximg {
	background-image:url(images/fcr_excavator.gif);
	background-repeat:no-repeat;
	background-position:right;
}

/* mouseover row style */
.tablecloth-theme .row-over { background-color:#ECFBD4; }

/* mouseover row style */
.tablecloth-theme .row-select 
{ 
    background:#BCE774;
    color:#555;
}

.ImageBorder 
{
	border: solid 1px #282872; 
}