/* CSS Document */

@import 'layout.css';
@import 'effects.css';
html {
	margin: 0px;
	padding: 0px;
	}

body
{
/*	behavior:url(hover.htc);*/
	height:100%;
	font: normal 76%/1.2em Arial, Helvetica, sans-serif;	
	line-height: 14px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center;
}
/* old layout */
.container1_div{
	background:url(../images/top1.jpg) repeat-x  top left;

}
#container2_div{
	padding-top:74px; padding-bottom:0px;
	height:100%;
}

.body_cell{
padding:10px;
border: thick solid white;
border-left:none;
background:url(../images/portal/bg-horz.jpg);
	
}
.body_table{
	border-right:thin solid black;
	background-color:#FFFFFF;	
	
}
.right_col{
	border-right:thin solid black;
	height:100%;
	background-color: #eeeeee;
}
.right_col_cell{
	border:#CCCCCC thick solid; 
	color:#990000;
	padding-left:5px;
}
.header_statement{
	height:100%;

	display:inline-block;
	color:#FFFFFF;
	font: normal 76%/1.2em Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	padding:5px;

}
.header_cell{
	height:100%;
	border-right:thin solid white;
	display:inline-block;
	color:#FFFFFF;
	font: normal 76%/1.2em Arial, Helvetica, sans-serif;	
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	padding:5px;
	
}
.header_cell a{
	color:#FFFFFF;
}
.header_cell:hover{
	height:100%;
	border-right:thin solid white;
	display:inline-block;
	color:#FFFFFF;
	font: normal 76%/1.2em Arial, Helvetica, sans-serif;	
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
	background-color:#666600;
	vertical-align:middle;
	
}
/* end of old layout

/* form styles */
input{

	font-family:Arial, Helvetica, sans-serif, Andalus;
	font-size:9px;
	color:#000066;

}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;

}

select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
color:#000066;
}
.field_title{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;
	font-weight:bold;
	text-align:right;
}

.search_btn{
	background:url(../images/btn.jpg) no-repeat;
	height:25px;
	width:34px;

}
.search_input{

	height:18px;
	font-weight:bold;
	color:#666666;
	line-height:18px;
	font-size:12px;
}
/*  end of from styles */

/* titles */
.header {
	font: normal 76%/1.2em Arial, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	line-height: 14px;
}
.headerblue {
	color: #6573AB;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title{
	font: normal 76%/1.2em Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size:14px;
	color:#000000;
	
}
.title_div{
	background:url(../images/tit_bkb.jpg);	
	font-family:century,Arial, Helvetica, sans-serif; 
	font-size:14px;
	height:25px;
	font-weight:bold;	
	color:#FFfFFF;
	padding-top:1px;
	padding-left:10px;
	padding-bottom:0px;
	line-height:20px;
}
.title_div2{
	background:url(../images/oldtit_bkb.jpg);	
	font-family:century,Arial, Helvetica, sans-serif; 
	font-size:14px;
	height:25px;
	font-weight:bold;	
	color:#FFfFFF;
	padding-top:1px;
	padding-left:10px;
	padding-bottom:0px;
	line-height:20px;
}
/* end of titles */

/* h1-5 tags */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
	  color: #660000;
	  text-align:left;
	  font-size: 12px;
	  font-weight: bold;
	  }

h3 {
	  color: #000000;
	  font-size: 12px;
	  font-weight: bold;
	  text-align: left;
	}	
h4 {
	  color: #660000;
	  text-align:left;
	  font-size: 14px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  padding-left: 40px;
	  vertical-align: middle;
  
}

h5 {
	  color: #000000;
	  font-size: 13px;
	  line-height: 15px;
	  font-weight: bold;
	  text-align: left;
	  vertical-align: middle;
	  padding-left: 40px;
}

/* a tag */
a:link {
		color: #000000;
		text-decoration: none;
}
a:visited {
		color: #983723;
		text-decoration: none;
	}
a:hover {
		color: #983723;
		text-decoration: underline;
	}
a:active {
		color: #983723;
		text-decoration: none;
	}

/* Table Classes*/ 
.table_form_green{
	background:#d4d4d4;
	border: thin dotted #990000;
	border-top:solid thick #990000;

}

.table_form_title_green{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	padding-top:3px;
	vertical-align:middle;
	color:#000000;

}
.table_form_title_side_green{
	background:#ffe787;
	border-bottom: thick  solid #990000;
	font-family:Palatino Linotype,Georgia, Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	padding-top:2px;
	color:#000000;
}
/* Table Rows Classes*/
.header_row{
	background:url(../images/tit_bkb.jpg);
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;

}

.dark_row{
	background:#ADB8C0;
	font-family:Times;
	font-size:11px;
}
.attention_row{
	background:#F18A87;
	font-family:Times;
	font-size:11px;
}

.light_row{
	background:#d4d4d4;
	font-family:Times;
	font-size:11px;
}



/* Special Text*/
.error_msg{
	color:#000000;
	text-transform:uppercase;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
}
.hint{
	color:#000066;
	
	font: normal 76%/1.2em Arial, Helvetica, sans-serif;	
	font-size:10px;
	font-weight:lighter;
	text-decoration:none;
}
/* utilities */
.whiteline {
  height: 1px;
  background-color: #ffffff;
  float:none;
}

/* Menu */
/*ics style */
td.menu {
	background:url(../images/menu_item.jpg) no-repeat left;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color:#006633;;
	vertical-align: middle;
	height: 25px;
	text-decoration: none;
	padding-top:0px;
	padding-left:25px;
	font-weight:bold;	
}
td.menu:hover {
	background-image:url(../images/hovered_menu_item.jpg);
}
.menu_table{
background:url(../images/side_menu.jpg) no-repeat top;
border:none;
width:160px;
}
.menu_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color:#006633;;
	text-decoration: none;
	font-weight:bold;	
}
.menu_text:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color:#660000;
	text-decoration: none;
	font-weight:bold;	
}
/*end of ics style*/

/* soft menu */
.soft_menu_bk
{
	padding:5px;
	padding-top:10px;
	background-repeat: repeat-y;
	background-color: #eeeeee;
	background:url(../images/left_bk.gif)  repeat-y;
}
.soft_menu_cell
{
	/*border:#333333 thin solid;	*/
	padding:2px;
	height:25px;
	padding-left:7px;
/*	text-transform:capitalize;
	font-family:Georgia, "Times New Roman", Times, serif;*/

}
.soft_menu_cell:hover
{
/*	margin-left:5px;
	width:90%;
	background:url(../images/cell_bk.jpg);
	
	padding-left:10px;*/
}
.soft_menu_text
{

	text-transform:capitalize;
	color:#333333;
	font-weight:bold;
	font-size:14px;
	
}
.soft_menu_text:hover
{

	color:#990000;
	font-weight:bolder;

	text-decoration:none;
}




.title_red_bk{
background:url(../images/title_bk.JPG) top  repeat-x; 
color:#FFFFFF; font-family:Georgia, 'Times New Roman', Times, serif; 
text-transform:uppercase; 
font-weight:bolder; 
font-size:16px; 
padding:5px;  
height:27px;
}

.soft_circle{

height:35px; 
/*background:url(../images/circle.jpg) no-repeat; */
line-height:20px; 
color:#333333; 
vertical-align:middle; 

}
.soft_title
{

	font-weight:bold;
	width:70%;
	line-height:20px;
	font-size:15px;
	color:#777777;
}

