﻿/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.SearchPanel
{
	border: solid 1px blue;
	padding: 5px;
}


#main
{
	/*border: medium double #CCCCFF;*/
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
	overflow: auto;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu
{
	padding: 0 0 2px;
	margin: 0;
	background-color: White;
}

ul.menu li
{
	font: 8pt tahoma;
	width: 100%;
	list-style: none;
	background-color: White;
	text-align: center;
	color: #000000;
	padding:3px 0 3px 0;
}
ul.menu li table
{
	width:98%;
}
ul.menu li table tr td
{
	text-align: right;
	border-bottom: dashed 1px blue;
	padding:2px 0 5px 0;
}
ul.menu li.selectedmenu
{
	font-size: 8pt;
	width: 100%;
	list-style: none;
	background-color: #ffffff;
	font-family: tahoma;
	text-align: right;
	color: #000000;
	padding: 2px;
}
ul.menu li .sub-menu
{
	display:none;filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; position: absolute; right: 20px; background-color: White;
}
ul.menu li:hover .sub-menu
{
	background-color:#FFEBD8;display:block;
}
ul.menu li a
{
	text-decoration: none;
	color: blue;
	width: 100%;
}
ul.menu li table tr td:hover {cursor:pointer;}

ul.menu li:hover
{
	background-color: #FFEBD8;
	text-decoration: none;
}

ul.menu li.selectedmenu:hover
{
	background-color: #ffffff;
	text-decoration: none;
	cursor: default;
}

ul.menu li.selectedmenu a
{
	cursor: default;
}

ul.menu li a:active
{
	text-decoration: none;
}

ul.menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 0px;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	padding-right: 20px;
}
.validation-summary-errors li
{
	font-weight: bold;
	color: #ff0000;
	list-style-type: disc;
}

.Toolbar .button, .widget td .button, .button
{
	background-image: url("/content/images/mbtn.jpg");
	background-position-y: top;
	background-repeat: repeat-x;
	direction: rtl;
	border: 1px solid darkgray;
	cursor: pointer;
	color: #444;
	padding-left: 5px;
	padding-right: 5px;
	font-family: tahoma;
	font-size: 9pt;
	height: 22px;
	font-weight: normal; /*background-color: lightsteelblue;*/
}

.Toolbar .button:hover, .widget td .button:hover
{
	direction: rtl;
	border: 1px solid darkgray;
	cursor: hand;
	color: #000;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
}

.Toolbar
{
	background: #fbfbfb url('/Content/images/toolbar/ToolbarRowBackground.gif') repeat-x top;
	border: solid 1px #6788be;
	height: 30px;
	margin:0px;
	width: 100%;
	display: none;
}

.Toolbar td
{
	padding: 0px;
	margin: 0px;
}

.Toolbar a
{
	width: 10px;
	border: solid 1px #6788be;
	font-family: Tahoma;
	font-size: small;
	font-weight: bolder;
	color: #2f4f9f;
	text-decoration: none;
}
.Toolbar a table:hover
{
	background: #ababab url('/Content/images/toolbar/toolOverBg.gif') repeat-x bottom;
	border: solid 1px #6788be;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}


.btnSearch
{
	background: transparent url(/Content/Images/icons.png) -304px 0px;
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 50;
	filter: alpha(opacity=50);
}
.btnSearch:hover
{
	background: transparent url(/Content/Images/icons.png) -304px 0px;
	display: inline-block;
	width: 20px;
	height: 20p;
	opacity: 100;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.ExportToExcel
{
	color: #006699;
	cursor: pointer;
	font: small-caption;
}
.combo
{
	width: 200px;
}
.widget-center-header
{
	width: 80%;
	background: url(/Content/Images/template_09.png) repeat-x;
	color: White;
}
.tdCoding
{
	font: 8pt tahoma;
	width: 100%;
	color: blue;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px;
}
.tdCodingOver
{
	vertical-align: top;
	padding: 0px;
	width: 100%;
	color: blue;
	text-decoration: none;
	
}
.tdCoding div, .tdCodingOver div
{
	font-size: 11px; height: 1px; display: none; overflow: hidden; text-align: center;;
}
.tdCoding span{padding: 0px 15px 0px 15px; background: url(/Content/Images/arr_over.gif) no-repeat right;}
.tdCodingOver span {padding: 0px 15px 0px 15px; cursor: pointer; background: url(/Content/Images/arr_over_down.gif) no-repeat right;}

