* {margin: 0; padding: 0;}

html,body,#page {height: 100%}
body > #page {height: auto; min-height: 100%;}
body {background: white; color: #333; font: normal 12px "Trebuchet MS", Trebuchet MS, Trebuchet, Times New Roman, serif; line-height: 1.4em; background:white url(bg.gif) repeat-x left top;}

h1, a, a:visited {color: #009933}
a:hover {text-decoration: none; color: #006600;}

h1 {font-size: 24px; font-weight: normal; margin: 30px 0 20px 0;}
h3 {font-size: 12px; font-weight: normal; color: #000; background-color: #e5faea; padding: 1px 1px 1px 10px; border-left: 3px solid #009933; border-bottom: 1px solid #009933; margin: 35px 0 15px 0;}

p {margin: 10px 0 15px 10px;}

table{border: 1px solid #009933; border-collapse: collapse;}
th{background: url(/images/gr_bg.gif); color: #fff; padding: 5px 10px; text-align: left;}
td{padding: 3px 10px; border-bottom: 1px solid #009933;}


div#header {height: 75px; background: url(/images/gr_bg.gif); border-bottom: 2px solid #000;}

img#logo {width: 492px; height: 50px; margin: 7px 0px 10px 20px;}

div#mainmenu{background: #e5f5ea; height: 20px; padding: 4px 0; border-bottom: 1px solid #ddd; font-size: 13px;}
div#mainmenu ul li{display: inline;}
div#mainmenu ul li a {text-decoration: underline; color: #000; font-weight: bold; margin: 0px 20px;}
div#mainmenu ul li a:hover, #mainmenu ul li a.active {text-decoration: none; color: #000;}

div#content {padding: 0px 20px 82px 20px;}
div#content ul, div#content ol {margin: -15px 0 5px -3px;}
div#content ul li, div#content ol li {margin-left: 30px;}

div#content ul.jsc{
	margin: 20px 0 20px 0px;
	font-size: 15px;
	line-height: 2;
	list-style: disc;
}

div#content ul.jsc li{
	background-color: #e5f5ea; padding: 1px 1px 1px 10px; border-left: 3px solid #009933; border-bottom: 1px solid #009933; margin-bottom: 7px;
}


dl.pubs {margin: 0 0 15px 12px;}
dl.pubs dd{margin-top: 10px; width: 75px; font-size: 10px; border-bottom: 1px solid #eee;}
dl.pubs dt{margin: -1.4em 0 0px 85px;}


div#footer {position: relative; height: 30px; border-top: 2px solid #000; margin: -62px 0 0 0; clear: both; background: url(/images/gr_bg.gif) repeat top right; text-align: right; padding: 14px 20px 16px 0;}
div#footer img#developedby {border: 0; margin: 0 0 0 15px;}

/* Pagination */

ul.yiiPager a:link, ul.yiiPager a:visited {border:solid 1px #009933 !important; color:#093 !important;}
ul.yiiPager a:hover{border:solid 1px #006600 !important; color: #060 !important;}
ul.yiiPager .selected a {background:#009933 !important;	color:#FFFFFF !important;}
ul.yiiPager .hidden a {border:solid 1px #DEDEDE !important;color:#888888 !important;}


/* 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;
}

