/******************** general html ********************/

body {
	font-family: Verdana;
	color: #FFFFFF;
	margin:0;
	padding:0;
	font-size: 12px;
}

form {
	margin: 0px;
}

td {
	text-align: left;
}

input {
	color: #000067;
	background-color: #FFFFFF;
}

select {
	color: #000067;
	background-color: #FFFFFF;
}

textarea {
	color: #000067;
	background-color: #FFFFFF;
}

p {
	text-align: justify;
}

hr {
	border: 1px solid #33CCFF;
}











/******************** forms ********************/

.input_style {
	color: #000067;
	background-color: #FFFFFF;
/* 	background-color: transparent; */
	padding: 3px;
	border: 1px solid #33CCFF;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}






/******************** window ********************/

.main_table {
	margin: 0px;
	color: #FFFFFF;
	background-color: #0033cc;
	border: #000000 thin solid;
	position: absolute;
	left: 0px;
	top: 0px;
}


.site_bar {
	background-image: url(../img/bar_side.jpg);
	background-repeat: repeat-x;
	background-color: #0033cc;
	width: 160px;
}


.main_bar {
	background-image: url(../img/bar_main.jpg);
	background-repeat: no-repeat;
	background-color: #0033cc;
}


.bar_logo {
	background-image: url(../img/bar_logo.jpg);
	background-repeat: no-repeat;
/* 	background-color: #000099; */
}


.bottom_bar {
	background-image: url(../img/bar_bottom.jpg);
	background-repeat: repeat-y;
	background-color: #000099;
}


.thin_vertical {
	background-image: url(../img/bar_thin_vertical.jpg);
	background-repeat: no-repeat;
	background-color: #0033cc;
}

.thin_horizontal {
	background-image: url(../img/bar_thin_horizontal.jpg);
	background-repeat: no-repeat;
	background-color: #000099;
}



.contend_table {
	background-color: #0033CC;
	border: 1px solid #33CCFF;
	font-size: 12px;
/* 	text-indent: 3px; */
	padding: 3px;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
/* 	-opera-border-radius: 10px; */
/* 	-o-border-radius: 10px; */
	-o-border-radius: 10em;
	-opera-border-radius: 10em;
}


.list_table {
	color: #000000;
}


.output	{
	padding: 3px;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FF9393;
	color: #990000;
	font-weight: bolder;
	border: 1px solid #990000;
/* 	border: 1px solid #33CCFF; */
}








/******************** table rows ********************/
.tr_a {
	color: #ffffff;
	text-intend: 10px;
}

.tr_b {
	color: #000000;
	text-indent: 4px;
	background-color: #FFFFFF;
}

.tr_c {
	color: #000000;
	text-indent: 4px;
	background-color: #CDDEE9;
}

.tr_t {
	text-indent: 2px;
	font-weight: bolder;
	font-size: 18px;
 	background-image: url(../img/bar_title.gif);
/* 	background-image: url(../img/tr_t.jpg) */
	background-repeat: repeat-x;
}









/******************** text ********************/


.help_text {
	font-weight: bold;
}



/******************** navigation ********************/


.flags {
	border: 1px solid #ffffff;
}


.nav_link_field_inactive {
	text-decoration: none;
	font-weight: bold;
	color: #8282FF;
}


.nav_dark {
/* 	text-decoration: none; */
	color: #0000EE;
/* 	border: 1px solid transparent; */
}
.nav_dark:visited {
/* 	text-decoration: none; */
	color: #0000EE;
/* 	border: 1px solid transparent; */
}
.nav_dark:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #0040FF;
	border: 1px solid #33CCFF;
}
.nav_dark:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #0040FF;
	border: 1px solid #33CCFF;
}


.main_menu {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
/* 	color: #EBF4FF; */
	border: 1px solid #0033CC;
}
.main_menu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
/* 	color: #EBF4FF; */
	border: 1px solid #0033CC;
}
.main_menu:hover {
	text-decoration: none;
	font-weight: bold;
/* 	color: #ffff00; */
	color: #ffffff;
	border: 1px solid #33CCFF;
	background-color: #0040FF;
}
.main_menu:active {
	text-decoration: none;
	font-weight: bold;
/* 	color: #ffff00; */
	color: #ffffff;
	border: 1px solid #33CCFF;
	background-color: #0040FF;
}



.mini_link {
	text-decoration: none;
	color: #33CCFF;
	font-size: 10px
}
.mini_link:visited {
/* 	text-decoration: none; */
/* 	font-weight: bold; */
/* 	color: #ffffff; */
/* 	color: #EBF4FF; */
}
.mini_link:hover {
/* 	text-decoration: none; */
/* 	font-weight: bold; */
	color: #ffffff;
/* 	color: #33CCFF; */
}
.mini_link:active {
/* 	text-decoration: none; */
/* 	font-weight: bold; */
	color: #ffffff;
/* 	color: #33CCFF; */
}



.nav_link_field {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #33CCFF;
/* 	padding: 1px; */
/* 	border: 1px solid #0033CC; */
/* 	color: #EBF4FF; */
}
.nav_link_field:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #33CCFF;
/* 	border: 1px solid #0033CC; */
/* 	color: #EBF4FF; */
}
.nav_link_field:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #33CCFF;
	border-color: #33CCFF;
	background-color: #0040FF;
}
.nav_link_field:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #33CCFF;
	border-color: #33CCFF;
	background-color: #0040FF;
}


.flag_link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #0033CC;
/* 	color: #EBF4FF; */
}
.flag_link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #0033CC;
/* 	color: #EBF4FF; */
}
.flag_link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #33CCFF;
	border-color: #33CCFF;
	background-color: #0040FF;
}
.flag_link:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #33CCFF;
	border-color: #33CCFF;
	background-color: #0040FF;
}


.nav_link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
/* 	color: #EBF4FF; */
}
.nav_link:visited {
/* 	text-decoration: none; */
/* 	font-weight: bold; */
/* 	color: #ffffff; */
/* 	color: #EBF4FF; */
}
.nav_link:hover {
/* 	text-decoration: none; */
/* 	font-weight: bold; */
/* 	color: #ffffff; */
}
.nav_link:active {
/* 	text-decoration: none; */
/* 	font-weight: bold; */
/* 	color: #ffffff; */
}



div.nav_menu {
/* 	width: 130px !important; */
	width: 140px !important;
/* 	height: 24px; */
	top: 0px;
	left: 0px;
	vertical-align: middle;
}
div.nav_menu a  {
/* 	width: 130px !important; */
	width: 140px !important;
/* 	height: 24px; */
	display: block;
	text-indent: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font: bold .8em;
	border: 1px solid #0033CC;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.nav_menu a:link {
	text-decoration: none;
}
div.nav_menu a:hover {
/* 	text-decoration:underline; */
	background-color: #0040FF;
	border: 1px solid #33CCFF;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}



div.admin_menu {
	width:160px !important;
/* 	height: 24px; */
	top: 0px;
	left: 0px;
	vertical-align: middle;
}
div.admin_menu a  {
	width: 160px !important;
	height: 24px;
	display: block;
	text-indent: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font: bold .8em;
	border: 1px solid #0033CC;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.admin_menu a:link {
	text-decoration: none;
}
div.admin_menu a:hover {
/* 	text-decoration:underline; */
	background-color: #0040FF;
	border: 1px solid #33CCFF;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

















