body{
	margin:0;
	padding:0;
	color:#000;
	/*background-color: rgb(20, 30, 100); */
	background-color: #333;
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#wrap {
	width:801px;
	margin:0 auto;
	/*background-color:#fff;*/
	background: url("../images_front/bg.png") #fff;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#header {
	background:#333;
}

#nav {
	background:#333;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#sidebar {
	float:left;
	width:193px;
	width:157px;
	/*background:#333;*/
	background: url("../images_front/bg.png") #333;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#sidebar table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#sidebar table td {
	padding: 0px;
	margin: 0px;
}

#main {
	float:right;
	width:601px;
	padding: 0px 20px 0px 5px;
	margin: 0px;
	
}

img {
	border:none;
	background-color: none;
}

img a{
	border:none;
	background-color: none;
}


a img {
	border:none;
	
}

.eventd{
	text-align: center;
}

.tab{
	padding-left: 15px;
}

ul.linkcolor li a{
	color: #0099cc;
	text-decoration: underline;
}

ul.linkcolor li a:hover{
	text-decoration: none;
	color: #336699;
}

p.backlink a{
	color: #fbfbfb;
	vertical-align: bottom;
	background: #b1b1b1;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	margin-left: 0px;
}
p.backlink a:hover{
	color: #003366;
}

/*p.submitlink {
	text-align: center;
	
}*/

p.submitlink a{
	color: #fff;
	border: 1px solid #01759b;
	background-color: #01759b;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    
    border-radius: 6px;
	
}

p.submitlink a:hover{
	color: #003366;
	text-decoration: underline;
}

.error{
	vertical-align: top;
	color: red;
}

.pass{
	color: green;
	font-weight: bold;
	font-size: 1.1em;
}

.blueinfo{
	color: #015a78;
	font-weight: bold;
	font-size: 1.05em;
}

.orange{
	color: #c4042d;
	font-weight: bold;
	font-size: 1.05em;
}

.news{
	color: rgb(20, 30, 100);
	margin-left: 5px;
}

.news a{
	color: rgb(20, 30, 100);
}

.news a:hover{
	color: rgb(20, 30, 100);
	opacity: 0.5;
}


.tabfornews {
	line-height: 25px;

}

.normaltextcolororange a{
	color: #ff9900;
	text-decoration: underline;
}

.normaltextcolororange a:hover{
	text-decoration: none;
	color: #ff9999;
}

ul.nobullet
{
    list-style-type: none;
	padding-left: 0px;
}

table.fillform{
	margin: 0 10px;

}

table.fillform th{
	text-align: left;
}

table.fillform td.havebox{
	padding: 2.5px 0;
	padding-bottom: 5px;	
}

table.fillform td.resetlink a{
	color: #ffffff;
	border: 1px solid rgb(220,111,101);
	background-color: rgb(220,111,101);
	padding: 2px 5px;
	text-decoration: none;
}

table.fillform .aright{
	text-align: right;
	vertical-align: top;
}

table.fillform .bigfontright{
	text-align: right;
	vertical-align: top;
	font-size: 1.5em;
}

table.fillform td.havesubtable{
	padding: 0px;
	margin: 0px;
	border:none;
}

table.fillform td.tab{
	padding-left: 4px;
}

table.fillform td.tab3{
	padding-left: 3px;
}

table.fillform td.tabb{
	padding-left: 15px;
	font-weight: bold;
}

table.fillform .arightwide{
	text-align: right;
	vertical-align: top;
	width: 200px;
}

table.fillform .aleftwide{
	text-align: left;
	vertical-align: top;
	width: 400px;
}

table.fillform .topalign{
	vertical-align: top;	
}

table.fillform td.eventd{
	text-align: center;
}

table.showborderm{
	margin: 0 15px 0 10px;
	border-collapse: collapse;
	width: 90%;
}

table.showborderm th {
	border: 1px  solid #ddd;
	padding: 5px;
	background-color: #efefef;
	color: #000;
}

table.showborderm th.aleft{
	text-align: left;
}

table.showborderm td{
	border: 1px solid #ddd;
	padding: 5px;	
	vertical-align: top;
}

table.showborderm td.eventd{
	text-align: center;
	vertical-align: top;
}

table.showborderm td a:visited, table.showborderm td a:link , table.showborderm td a:active {
	color: #000;
	text-decoration: underline;
}

table.showborderm td a:hover {
	color: rgb(66,155,200);
	text-decoration: underline;
}

table.showborderm th a:visited, table.showborderm a:link , table.showborderm a:active {
	color: #000;
	text-decoration: none;
}

table.showborderm th a:hover {
	color: rgb(66,155,200);
	text-decoration: underline;
}

table.showborderm tr:nth-of-type(2n) {background: #ffffff;}
table.showborderm tr:nth-of-type(2n+1) {background: #eeeeee;}




@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

img.imgblink {
    animation: blink 1s;
    animation-iteration-count: infinite;
}



#footer {
	clear:both;
	background:#333;
	margin-bottom: 0px;
}
