/* Default CSS Stylesheet for a new Web Application project */
body
{
	background-image: url(images/library/image/site/bg_new.jpg);
	margin: 0px;
	padding: 0px;
}
body,p,font,span,div,td,a	
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    color: #646464;
}
h1, .h1, h1 span
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #B01E23;
}
h2, .h2, h2 span
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #B01E23;
}
h3, .h3, h3 span
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #B01E23;
}
h4, .h4, h4 span
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #323232;
    margin: 0px;
}
a, a:active, a:link, a:visited
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
	color: #7B5D3C;
}
a:hover
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
	color: #7B5D3C;
}
a.orange, a.orange:active, a.orange:link, a.orange:visited
{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dashed 1px #ff9900;
}
a.orange:hover
{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #ff9900;
}

a.blue, a.blue:active, a.blue:link, a.blue:visited
{
	color: #3333ff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dashed 1px #3333ff;
}
a.blue:hover
{
	color: #3333ff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #3333ff;
}

a.maroon, a.maroon:active, a.maroon:link, a.maroon:visited
{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dashed 1px #990000;
}
a.maroon:hover
{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #990000;
}

td.menuitem a
{
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B01E23;
}
td.menuitem a:hover
{
	background-color: #D03E43;
}

form {margin:0px;}




tr.dgPager td
{
	background-color: #cccccc;
	color: #000000;
	font-family: Verdana;
	vertical-align: bottom;
	text-align: center;
	height: 30px;
	height: 100%;
	padding-bottom: 9px;
}
tr.dgPager td a, tr.dgPager td a:visited, tr.dgPager td a:link, tr.dgPager td a:active
{
	font-size: 12px;
	border: 1px solid #777777;
	background-color: #cccccc;
	text-decoration: none;
}
tr.dgPager td a:hover
{
	font-size: 12px;
	border: 1px solid #777777;
	background-color: #cccccc;
	text-decoration: none;
}
tr.dgPager td span
{
	font-size: 12px;
	border: 1px solid #777777;
	background-color: #bbbbbb;
}
	
tr.dgItem td
{
	background-color: #dddddd;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}

tr.dgAlt td
{
	background-color: #cfcfcf;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}

tr.dgHead td
{
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}
tr.dgEdit td
{
	background-color: #dddddd;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}
tr.dgEdit td input
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	background-color: #ffffff;
	border: 1px solid black;
	margin: 0px;
	padding-top: 4px;
	line-height: normal;
	height: 25px;
	vertical-align: middle;
	width: 100%;
}
