@charset "utf-8";
/* CSS Document */
div.pagination
{
    padding: 3px;
    margin: 3px;
}

div.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #dedede;
    text-decoration: none; /* no underline */
    color: #565656;
}
.alert {
	background: #fff6bf url(../imgs/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
div.pagination a:hover, div.pagination a:active
{
	border: 1px solid #c2e1ef;
	color: #336699;
	background-color: #dff4ff;
}

div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #8c8c8c;
    font-weight: bold;
    background-color: #8c8c8c;
    color: #FFFFFF;
}
div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
} 
#MainMenu 
{
	height:31px;
	margin:0;
	border:0;
	background-color: #FFFFFF;
	background-image: url(../imgs/navbg.gif);
	background-position: top;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 1px 0 0 ;
	padding:0;
}
#tab a 
{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	background-image: url(../imgs/navbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tab a span 
{
	display:block;
	padding:0 25px 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#333333;
	font-weight:bold;
	line-height:31px;
	background-image: url(../imgs/navbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right top;

	border-color:;
	background-image: url(../imgs/navbghover.gif);
	background-repeat: repeat-x;
}
.footertext, a:link.footertext,a:active.footertext,a:visited.footertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:hover.footertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.displayurl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0078b5;
	text-decoration: none;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left top;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-image: url(../imgs/navbghover.gif);
	background-repeat: repeat-x;
}
.headerbg {
	background-image: url(../imgs/headerbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.whiteheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0b0204;
	margin: 5px;
	background-image: url(../imgs/pagebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
#container
{
	width: 800px;
	border: thin solid #666666;
}
.menulinks, a:link.menulinks,a:active.menulinks,a:visited.menulinks {
	text-indent: 5px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-position: top;
}

a:hover.menulinks {
	text-indent: 5px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #0078b5;
	text-decoration: none;
}
.browsetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}.codeborder {
	border: thin dashed #CCCCCC;
	padding: 4px;
	margin-bottom: 8px;
}
.codedisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0078b5;
	text-decoration: none;
}
.headerbgGrey {
	background-image: url(../imgs/headerbggrey.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menulink, a:link.menulink, a:active.menulink, a:visited.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
a:hover.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #666666;
	text-indent: 5px;
}
.forminput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	width: 500px;
}
