/*** Standard HTML Elements ***/

a:link {
	color: #396EAA;
}
a:visited {
	color: #396EAA;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	margin: 0px;
	background: #C0C0C0 url(../images/background_main.jpg) repeat-x left top; 
	font: 0.7em Verdana,Helvetica,Arial,sans-serif;
	padding: 5px;
}

fieldset 
{
	margin: 2px;
	padding: 0px 12px 12px 12px;
	display: block;
	min-height: 500px;
	height: 500px;
}

img { border: none; }

hr {
border: 0;
color: #000;
background-color: #000;
height: 1px;
width: 75%;
margin-top: 20px;
margin-bottom: 10px;
}

legend 
{
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}

/*** Standard Page Elements ****/

#pagetitle {height: 70px; font-size: 20px; font-weight: bold; color: White;}

#breadcrumb {
	padding-top: 4px;
	padding-left: 10px;
	background: #919191;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}

#body 
{
	margin: 5px;
	padding: 0px;
	width: 97%; 
	/*text-align: center;*/
	background: #C0C0C0 url(../images/background_body.gif) repeat-x left top;
	border-right: solid 0px #919191;
	border-bottom: solid 0px #919191;
}


#bodycontent
{

	font-size: 14px;
	padding: 0px;
	border: 0px solid #000000;
	background: #FFFFFF;
	color: #666666;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;	
	height: 100%;
	min-height: 500px;
	
}	


#subnav
{
	padding: 3px;
	vertical-align: middle;
}


.formsection {
	background-image:url(../images/background_formsection.gif);
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

.formcontent 
{
	min-height: 450px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.formcmd
{
	margin-top: 10px;
}


.formmessage { width: 99%; text-align: center; color: Tomato; margin: 10px 0px 10px 0px; }

.footer { border: none; background-color:#919191; text-align: center;	margin: 10px 0px 0px 0px; padding: 5px; }

.menu {
	margin-left: 28px;
	background: url(../images/tab_bg.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
}


/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 24px;
	background: url(../images/tab_dim.gif) no-repeat #8fa1b7;
	width: 100px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(../images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px; font-weight: bold;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem  a:hover {
	text-decoration: underline;
}
.menuPopupItem a:hover{
	text-decoration: underline;
}
/* make drop down menu container style */
.menuPopup {
	background: url(../images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
	
}

/* make drop down menu item style */
.menuPopupItem {
	background: url(../images/background_drop_menu.jpg) repeat #8C9FB4;
		font-weight: bold;

	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

	



.Grid { font-size: 13px; text-align: center; margin-top: 20px;}


.ErrorMessage
{
	color: Tomato; font-weight: bold;
	display: block;
}


.WarningMessage
{
	color: Tomato; font-weight: bold; 
}

.SuccessMessage
{
	color: Green;
}

.TableCaption { font-size: 14px; font-weight: bold; white-space: nowrap; }
table.Table { border: none; }
.Table td { vertical-align: top; padding: 5px 5px 5px 5px; }

.InputLabel { font-weight: bold; }
.DisplayLabel { font-weight: bold; }
.BackGround1 { background-color: #EFF3FB;}
.BackGround2 { background-color: #fff; }

.TextBoxCurrency { vertical-align: top; font-size: 12px; display: block;}
.TextBoxCurrency input { vertical-align: middle; width: 50px;}


.EmptyPanel { white-space: nowrap; display:block; text-align: center; width: 99%; top:50%; margin-top:25px ; font-size: medium; font-weight: bold; color: #ccc; }
.GradientTitle { background:#C0C0C0 url(../images/blue_gradient.jpg) repeat-x left top; padding: 0px; }


/*input[type="radio"] + label { font-weight: bold;}*/
