/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #444;
	/* font: normal 10pt Arial,Helvetica,sans-serif;*/
	font-family: Tahoma;
	font-size: 13px;
	background: url(../images/under-construction.png) no-repeat center right transparent;
}

a {color: blue;}
a:visited {color: blue;}

#page
{
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	margin: 0;
	padding: 0;
	height: 95px;
}

#logo
{
	padding: 0px 0 20px 10px;
	font-size: 30px;
	background:white url(bg.gif) repeat-x left top;
	height: 120px;
	
}

#logo a {color: #325882; text-decoration: none;}

#mainmenu
{
	position: absolute;
	top: 59px;
}

#mainmenu ul
{
	padding: 0;
	margin: 0;
	padding: 0.4em 0 0.3em 0;
}

#mainmenu ul li
{
	display: inline;
	margin-left: 3px;
}

#mainmenu ul li a
{
	padding: 0.4em 0.4em;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: #E6F2FF;
	color: #6399cd;
}

#content
{
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
}

#footer
{
	padding: 15px;
	margin: 20px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #EEE;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.red{ color: #ff0000;}

.txt13{ font-size: 13px;}
.txt14{ font-size: 14px;}
.txt15{ font-size: 15px;}
.txt18{ font-size: 18px;}

ul.tmpUl li {padding: 3px;}