@import url("reset.css");

body { 
	background: url(../images/header_bg_tile.jpg) repeat-x;
	margin:0;
	padding:0;
	font-size: 62.5%;
}
input {
	 width:200px;
	 margin:5px;
	 
	}
textarea {
	 
	 margin:5px;
	 
	}
td ,th {
	vertical-align:middle;
}
select {
	 width:205px;
	 margin:5px;
	 
	}
.field_label_right{ 
 	text-align:right;
 	vertical-align:middle;
	font-weight:bold;
	white-space:nowrap;margin:5px;
}
.field_label_left{ 
 	text-align:left;
 	vertical-align:middle;
	font-weight:bold;
	white-space:nowrap;margin:5px;
}
.field_label_right_top{ 
 	text-align:right;
 	vertical-align:top;
	font-weight:bold;
	white-space:nowrap;margin:5px;
}
.deleteButton{
	background: url(../images/icon_delete.png) no-repeat;
	width:10px;
	height:12px;
	
	}
.editButton{
	/*background: url(../images/icon_delete.png) no-repeat;*/
	width:10px;
	height:12px;
	
	}
.clear {
	clear:both;
	overflow: hidden;
}

/* Fonts */
.textblack, .textblack a { 
	color:#000;
	text-decoration: none;
}
.textblue, .textblue a { 
	color:#0272b9;
	text-decoration: none;
}
.textblack a:hover  .textblue a:hover {
	text-decoration: underline;
}
h2 {
	color: #005ea1;
	font: bold 24px  Arial;	
   -webkit-font-smoothing: antialiased;
   border-bottom:1px dotted ;
   padding-bottom:5px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #005ea1;
	text-decoration: underline;
}
h4 {
	color: #005ea1;
	font: 11px Arial;
   -webkit-font-smoothing: antialiased;	
   border-bottom:1px dotted ;
   padding-bottom:5px;
   
}

h4 a {
	color: #005ea1;
	text-decoration: none;
	border-bottom:0px none ;
}
h4 a:hover {
	color: #005ea1;
	text-decoration: underline;
	border-bottom:0px none ;
}
#container {
	background: url(../images/header_bg.jpg) no-repeat;
	margin: 0 auto;
	/*
	overflow: hidden; 
	*/
	width: 990px;
}

/* Header */
#header {
	height: 110px;
}
.logo {
	float: left;
	height: 66px;
	margin: 22px 0 0 -10px;
	width: 217px;
}
.icon {
	float:left;
	padding: 0 7px 0 0;
}
.header-breadcrum{
	color: #000;
	float: left;
	font: 12px Arial;
	margin: 0px;
   -webkit-font-smoothing: antialiased;
}
.header-breadcrum a{
	text-decoration: none;
}
.header-breadcrum a:hover {
	text-decoration: underline;
}
.header-top-nav {
	float:right;
	text-align: right;
}
.header-top-links a {
	color: #005ea1;
	font: 10px Arial ;
	padding: 5px 0 0 10px;
	text-decoration: none;
   -webkit-font-smoothing: antialiased;	
}
.header-top-links a:hover {
	text-decoration: underline;
}
.header-cms {
	float:right;
	padding: 20px 0 0 0;
	text-align: center;
}

/* Navigation Menu */
#navigation-menu {
	background:url(../images/side_border_dots.jpg) no-repeat;
	float:left;
	font:bold 12px Arial;
   -webkit-font-smoothing: antialiased;
}
/* head-sub-menu  */
#head-sub-menu li{
	background:url(../images/side_border_dots.jpg) no-repeat;
	padding: 10px 0 0 22px;
	width: 100%;
}
.navigation-menulist li {
	display: block;
	/*height: 32px;*/

	padding: 10px 0 0 10px;
	width: 167px;
	background: url(../images/navigation_bg.jpg) repeat-x;
	background-position: 1px;
}
.navigation-menulist li a, #navigation-menu a{
	color:#000;
	text-decoration:none;
}
.navigation-menulist li a:hover, #navigation-menu a:hover{
	color:#0272b9;
	text-decoration:none;
}

/*   left submenu */
 
#nav-menu{
	cursor:pointer;
	
	}


/* Button (Red) */
.redbutton, .graybutton  {
	float:left;
	color: #FFF;
	font: bold 12px Arial;
	-webkit-font-smoothing: antialiased;
	width: 270px;
	cursor:pointer;
}
.button-left, .graybutton-left {
	background: url(../images/button_left.jpg) no-repeat;
	float: left;
	height: 26px;
	padding: 5px 0;
	width: 10px;
}
.button-right, .graybutton-right {
	background: url(../images/button_right.jpg) no-repeat;
	float: left;
	height: 26px;
	padding: 5px 0;
	width: 10px;
}
.button-mid, .graybutton-mid {
	background: url(../images/button_bgtile.jpg) repeat-x;
	float: left;
	height: 26px;
	padding: 5px 10px;
	text-align: center;
	width: auto;
}
.button-mid a, .graybutton-mid a {
	color: #FFF;
	text-decoration: none;
}
.button-mid a:hover, .graybutton-mid a:hover {
	color: #ffdddd;
 	text-decoration: none;
}

/* Button (Gray) */

.graybutton {
	color: #232323;
	display:block;
	font: bold 9px Arial;
	height: 0;
	-webkit-font-smoothing: antialiased;
	width:140px;
}
.graybutton-left {
	background: url(../images/buttongray_left.jpg) no-repeat;
	float: left;
	height: 26px;
	padding: 5px 0;
	width: 10px;
}
.graybutton-right {
	background: url(../images/buttongray_right.jpg) no-repeat;
	float: left;
	height: 26px;
	padding: 5px 0;
	width: 10px;
}
.graybutton-mid {
	background: url(../images/buttongray_mid.jpg) repeat-x;
	float: left;
	height: 26px;
	padding: 5px 2px;
	text-align: center;
	width: auto;
}
.graybutton-mid a {
	color: #232323;
	text-decoration: none;
}
.graybutton-mid a:hover {
	color: #555;
	text-decoration: none;
}
/* Content */
#content-conteiner {
	font-size:11px;
}
#content {
	float:right;
	font: 12px Arial;
	margin: 25px 0 0 25px;
	width:750px;
   -webkit-font-smoothing: antialiased;	
   font-size:11px;
}
#content p {
	padding: 5px 0 0 0;
}
.listtext {
	float: left;
	margin: 5px 10px 0 10px;
}
.form, .listing-table-container {
	margin: 25px 0;
}
.form p, .listing-table-container p {
}
.inputfield-big {
	float:left;
	width: 348px;
	margin: 0 25px 25px 0;
}
.inputfield-small {
	float:left;
	width: 205px;
}
.listing-table-container {
	background: url(../images/table_bg.jpg) no-repeat;
	width: 750px;
}
.table-header {
	color: #FFF;
	font: bold 11px Arial;
	-webkit-font-smoothing: antialiased;
	cursor: default;
}
.listing-col{
	margin: 8px 0 10px 0px; 
	white-space:nowrap;
	padding: 0 2px;
	vertical-align:middle;

	 
	}
.tabledots {
	background:url(../images/tabledots.gif) repeat-y;
	border-bottom:1px dotted ;	
	padding: 0 2px;
	}
.formsend {
	float:right;
	margin: 0 6px 0 0;
}
label {
	float:left;
	margin: 5px 0 0 0;
	width: 80px;
}
.textfield, .textarea {
	float:left;
	padding: 0 10px;
	width: 228px;
}
.textarea {
	height: 100px;
	margin: 0 25px 25px 0;
	width: 601px;
}
/* Footer */
#footer {
	background-color: #003470;
	color: #005ea1;
	height: 40px;
	margin: 20px 0 0 0;
	overflow: hidden; 
}
#footer p {
	margin: 12px auto;
	width: 990px;
	font: 10px Arial;
	letter-spacing: 1px;
   -webkit-font-smoothing: antialiased;	
}
 
#navigation-menu   .cat_open a{
			color:red;
			display:block;
		}
#head-sub-menu   .cat_open_sel a{
			color: #060;
			display:block;
		}
#head-sub-menu   .cat_open_norm a{
			color:#000;
			display:block;
		}
#head-sub-menu  .cat_close{
	color:black;
	display:none;
	
}
/****************/
 
.cat_open_norm {
			color:#000;
			display:block;
		}
 .cat_open_sel {
			color: #060;
			display:block;
		}
 .cat_open {
			color:red;
			display:block;
		}
  .cat_close{
	color:black;
	display:none;
	
}
/* validation css*/
.error{
	color:red;
	border:1px solid red;
	}
.actionLinks{
	 
    color: #005EA1;
    font: 11px Arial;
    padding-bottom: 5px;
	
	}