@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bodyBKG.png) repeat-x #79bfe0;
	margin:0; padding:0;
}
#mainWrapper{ width:100%; height:auto; padding:0; margin:0; text-align:center;}
#mainCenterWrapper{ margin:0 auto 0 auto; width:980px; height:125px; text-align:left;}
#headerWrapper{ float:left; background:url(../images/header.png) no-repeat; width:980px; height:198px; margin:0;}
#titleBarWrapper{ float:left; background:url(../images/titleBKG.png) no-repeat; width:980px; height:39px; text-align:center; color:#FFF; font-size:20px; padding:10px 0 0 0; margin:0;}
#photoBarWrapper{ float:left; background:url(../images/photoBarBKG.png) no-repeat; width:980px; height:100px; margin:-3px 0 0 0;}
#middleWrapper{ float:left; width:980px; height:auto; margin:0;}

#footerWrapper{ float:left; background:url(../images/footerBKG.png) no-repeat; width:980px; height:45px; margin:0;}

/**
	****** UI Components - Table  ****************************************************************
	**/	
	.uiTable {
		width:100%;
		border-left:1px solid #e9eef0;
		border-top:1px solid #e9eef0;
		border-bottom:none;
		margin:auto;
		}
		
	.uiTable th {
		background:url(../images/th_green/table/header-bg.gif); 
		text-align:left; 
		color:#2b1e03; 
		border:1px solid #fff; 
		border-right:none;
		padding:0;
		line-height:normal;
		}
		
	.uiTable th h3 {
		font-size:10px; 
		/*padding:6px 8px 8px;*/
		padding:2px;
		}
		
	.uiTable td {
		padding:4px 6px 6px;
		border-bottom:1px solid #e9eef0;
		border-right:1px solid #e9eef0;
		color:#4c748c;
		}
		
	.uiTable .head h3 {
		background:url(../images/th_green/table/sort.gif) 7px center no-repeat; 
		cursor:pointer; 
		padding-left:18px
		}
		
	.uiTable .desc, .sortable .asc {
		background:url(../images/th_green/table/header-selected-bg.gif);
		}
		
	.uiTable .desc h3 {
		background:url(../images/th_green/table/desc.gif) 7px center no-repeat; 
		cursor:pointer; 
		padding-left:18px
		}
		
	.uiTable .asc h3 {
		background:url(../images/th_green/table/asc.gif) 7px  center no-repeat; 
		cursor:pointer; 
		padding-left:18px
		}
		
	.uiTable .head:hover, 
	.uiTable .desc:hover, 
	.uiTable .asc:hover { 
		color:#fff; 
		}

	.uiTable .evenrow td {
		background:#f9fafa;
		}
		
	.uiTable .oddrow td {
		background:#f7f8f9;
		}
		
	.uiTable td.evenselected {
		background:#f7f8f9;
		}

	.uiTable td.oddselected {
		background:#f3f5f6;
		}
		
	.uiTable tfoot {
		background:#fff; 
		font-weight:bold;
		}
		
	.uiTable tfoot td {
		padding:6px 8px 8px;
		}
	
	.uiTable a {
		color:#4c748c;
		text-decoration:none;
	}
	
	.uiTable .ceck{
		width:20px;
		background:none;
	}
	
	.uiTable tr th.ceck h3{ background:transparent;}
	
	
	.uiTable a:link 			{ }
	.uiTable a:visited		{ }
	.uiTable a:hover 		{ text-decoration:underline;}
	.uiTable a:active 		{ color:black;}
	.uiTable input 			{ width:auto;margin:3px;padding:0px;}

/**
	****** Form components ****************************************************************
	**/			
	
	
	.fields{
		/*
		background:#fbfbfb;
		padding:5px;
		*/
		overflow:hidden;
	}
	
	.fields h2{
		font-size:18px;
		padding:0 5px;
		margin:5px 0 15px 0;
		border-bottom:1px solid #D3D3D3;
		color:#000000;
	}
	
	.fields p {
		padding:0;
		background:transparent;
		margin-bottom:2px;
	}
	
	.fields p p {
		font-size:10px;
		text-align:left;
		color:#D3D3D3;
		background:green;
	}
	
	.fields p span{
		display:none;
		padding:0px 3px 5px 5px;
		margin-left:10px;
		font-size:13px;
	}
	
	.fields p.error {
		background:transparent url(../img/th_blue/bk_field_err.png) repeat-y top right; 
	}
	
	.fields p.error span{
		display:inline-block;
		color:#d54e4e;
	}
	
	.fields p.error .sText{
		border-top:1px solid #d08686;
		border-left:1px solid #d08686;
		border-right:1px solid #f6e9e9;
		border-bottom:1px solid #f6e9e9;
		background:#fff8f8 url(../img/th_blue/bk_field_error.png) repeat-x top right; 
	}
	
	.fields p.error label {	
		color:#de4444;
	}
	
	.fields label{
		font-size:13px;
		background:transparent;
		display:inline-block;
		height:22px;
		padding-left:10px;
	}
	
	.sSelect{
		color:#000000;
		height:24px;	
		width:188px;
		line-height:16px;
		background:white url(../img/th_blue/bk_field.png) repeat-x top right; 
		padding:2px;
		border-top:1px solid #8d8e8d;
		border-left:1px solid #8d8e8d;
		border-right:1px solid #e0e1e0;
		border-bottom:1px solid #e0e1e0;
	}
	
	.sText:focus{
		border-top:1px solid black;
		border-left:1px solid black;
	}	
		
	.sTextarea{
		border-top:1px solid #8d8e8d;
		border-left:1px solid #8d8e8d;
		border-right:1px solid #f6e9e9;
		border-bottom:1px solid #f6e9e9;
		background:#fff8f8 url(../images/th_green/bk_field_error.png) repeat-x top right; 
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 13px;
		padding: 3px;
	}
	
	.sTextarea:focus{
		border-top:1px solid black;
		border-left:1px solid black;
	}	

	.tleft 			{ text-align:left;}
	.tright 			{ text-align:right;}
	.sep	 		{ margin-top:15px; }
	
	.tiny			{ width:52px; }
	.small 			{ width:84px; }
	.medium			{ width:115px; }
	.large			{ width:320px;}
	.stat 			{ width:60px; }
	
	input 			{ width:180px; }
	
	.sOption ,
	.sCheck {
		width:auto;
	}
	
	.sText{
		color:#000000;
		height:18px;	
		line-height:16px;
		background:#fff url(../img/th_blue/bk_field.png) repeat-x top right; 
		padding:3px;
		border-top:1px solid #8d8e8d;
		border-left:1px solid #8d8e8d;
		border-right:1px solid #e0e1e0;
		border-bottom:1px solid #e0e1e0;
	}
	
/* MENU */

ul#topnav {
	margin: -7px 0 0 5px; 
	padding: 0; 
	list-style: none;	
	font-size: 10px;
	clear: both;
	float: left;
	width:980px;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
	border-right:#7AA8E0 1px solid 
}
ul#topnav a, ul#topnav span {
	padding: 10px 22px; 
	float: left; 
	text-decoration: none; 
	color:#FFC;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: none; ;
}
ul#topnav a {	color:#3CC; }
ul#topnav span {
	display: none;
}
 
ul#topnav.v2 span{
	/*background: url(a_bg.gif) repeat-x left top;*/
}
ul#topnav.v2 a{
	color: #555;
	/*background: url(a_bg.gif) repeat-x left bottom;*/
}
.topnavSelected{ color:#3CC;}

/* paginator */
.paginator { 
margin : 0; 
padding : 0; 
list-style : none; 
display : block; 
width:100%;
padding : 8px 0 0; 
margin-top : 10px;
font-size:10px;
} 

.paginator li { 
display : inline; 
} 

.paginator li a { 
color : #000; 
/*background : #B2CA50;*/
/*border : 1px solid #222; */
padding : 4px 7px; 
-moz-border-radius:3px;
-webkit-border-radius:3px;
} 

.paginator li a:hover { 
color : #ffffff; 
background : #111; 
} 

.paginator li.current a {
 color : #000; 
 background:#B2CA50;
 border:1px solid #222;
}

/* */
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


/* messages */
.err {
	background : #e28b65;
	border : 1px solid #a5260f; 
	height: 75px;
}
.succes {
	background : #b9e57b; 
	border : 1px solid #41a808; 
	height: 75px;
}
.err .err_icon {
	float:left;
	width:48px;
	height:48px;
	margin:14px;
	background:url('../images/fail.png') no-repeat 0 0;
	behavior:url(js/iepngfix.html) !important; 
}
.succes .succes_icon {
	float:left;
	width:48px;
	height:48px;
	margin:14px;
	background:url('../images/success.png') no-repeat 0 0;
	behavior:url(js/iepngfix.html) !important; 
}
.desc {
	float:left;
	width:80%;
}
.desc p {
	float:left;
	color:#000 !important;
}
.desc span {
	float:left;
	width:100%;
	font-weight : bold; 
	font-size : 1.2em; 
	padding-bottom : 2px; 
	margin-top:15px;
}
.err .desc span {
	color : #981d05; 
}
.succes .desc span {
	color : #3a9805;
}

/* bottom menu links */
a.bottom_menu_lnk:link {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
a.bottom_menu_lnk:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
a.bottom_menu_lnk:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}

/* grid simulation */
td.gridBorderLeft {
	border-left: 2px #003366 solid;
}

td.gridBorderRight {
	border-right: 2px #003366 solid;
}

td.gridHeader {
	background-image:url('../images/grid/sky_blue_grid.gif');
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-top: 2px #003366 solid;
	color:#003366;
	font-weight: bold;
}

td.gridSubColumnHeader {
	background-color: #cfe4fe;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	color:#003366;
	font-weight: bold;
}

.gridLineOdd {
	background-color: #e9e7fd;
}

.gridLineEven {
	background-color: #d6d6d6;
}

input.gridCleared {
	border: 0px;
	height:18px;	
	width: 100%;
	color: #666666;
}

table.tblEqup{
	margin-left:20px;
	width:930px;
}
.tblEqup caption{
	color:#fffffd;
	text-align:center;
	font-weight:bold;
	background-image:url(../images/titleBKG_1column.png);
	background-position:left;
	background-repeat:no-repeat;
	height:35px;
	padding-top:18px;
}
.tblEqup tr td{
	padding-left:20px;
	height:40px;
}
table.tblGrid{

}
.tblGrid tr td{
	padding:3px;
	border-bottom:1px dotted #0000ff;
	border-right:1px dotted #0000ff;
}
.show{
	visibility:visible;
}
.hide{
	visibility:hidden;
}
.errMsg{
	font-size:18px;
	color:#ffff00;
}