html, body {
	width: 100%;
	height: 100%;
}

body	{
						margin:0px;
						padding:0px;
						background-color:#2F3C43;
						font-family:Tahoma;
						}
td {
						vertical-align:top;
						font-size:11px;
						line-height:14px;
						font-family:Tahoma;
						color:#96B6C2;
						}	
img {
						border:0;
						}											
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/						
/*ul {
						list-style-type:none;
						margin:0px; 
						padding:0px; 
						}	*/
em, i {
						font-style:normal;
						}						
form {
						padding:0px;
						margin:0px;
						}						
/*----------------------------------------------------   a	 ---------------------*/						
a	{
						color:#1C2224;
						font-size:11px;
						text-decoration:underline;
						}
a:hover	{
						color:#1C2224;
						font-size:11px;
						text-decoration:none;
						}
span a	{
						color:#ffffff;
						font-size:11px;
						text-decoration:none;
						}
span a:hover	{
						color:#ffffff;
						font-size:11px;
						text-decoration:underline;
						}
i a	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:none;
						}
i a:hover	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:underline;
						}						
em a	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:underline;
						}
em a:hover	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:none;
						}													
em a	{
						color:#66B8D9;
						text-decoration:underline;
						}
em a:hover	{
						color:#66B8D9;
						text-decoration:none;
						}                                             
/*------------------------------------------------------ strong,  strong a	 ---------------------*/
strong  {
						color:#ffffff;
						}
strong i {
						color:#1C2224;
						}
strong a	{
						color:#66B8D9;
						text-decoration:underline;
						}
strong a:hover	{
						color:#66B8D9;
						text-decoration:none;
						}
b	{
						color:#66B8D9;
						}																		
/*----------------------------------------------------   input, textarea	 ---------------------*/						
input, textarea {
						width:190px;
						background-color:transparent;
						border:1px solid #66B8D9;
						font-family:Tahoma;
						font-size:11px;
						color:#96B6C2;
						line-height:13px;
						padding-left:2px;
						padding-right:2px;
						margin:0px 0px 0px 0px;
						}												
input{
						height:20px;
						}
textarea	{
						height:71px;
						
						/*overflow:hidden;*/
						}	
/*-----------------------------------------------------   bg_talling	 ---------------------				*/													
.bg_top	{
						background-color:#3E4D55;
						background-image:url(/assets/images/bg_top.gif);
						background-position: right top;
						background-repeat: repeat-x;
						}
.bg_bottom {
						background-image: url(/assets/images/bg_bottom.gif);
						background-position: left bottom;
						background-repeat: repeat-x;
						}
.bg_top_1	{
						background-color:#3E4D55;
						background-image:url(/assets/images/bg_top.gif);
						background-position: right top;
						background-repeat: repeat-x;
						}	
.bg_bottom_1 {
						background-image: url(/assets/images/bg_bottom_1.gif);
						background-position: left bottom;
						background-repeat: repeat-x;
						}
.head_bg {
						background-image: url(/assets/images/head_bg.jpg);
						background-position: left bottom;
						background-repeat: repeat-x;
						}						
/*-----------------------------------------------------  	li	 	---------------------*/
/*li	{
						background-image: url(/assets/images/list_0_1.gif);
						background-position: 0px 3px;
						background-repeat: no-repeat;
						font-size:11px;
						margin:0px 0px 3px 0px; 
						padding:0px 0px 0px 11px;
						line-height:12px;						
						color:#66B8D9;
						}
li a	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:underline;
						}
li a:hover	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:none;
						}		*/				
/*------------------------------------------------------- footer	 ---------------------*/
.footer	{
						color:#E0EAEF;
						font-size:11px;
						padding-top:8px;
						}	
.footer a	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:underline;
						}
.footer a:hover	{
						color:#66B8D9;
						font-size:11px;
						text-decoration:none;
						}
/*-----------------------------------------------------   end   ---------------------*/						
						

.nav-link, .nav-link-selected {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 12px;
	color: #96B6C2;
}

.nav-link:hover, .nav-link-selected {
}

.nav-link .nav-link-left, .nav-link-selected .nav-link-left {
	width: 39px;
	height: 33px;
	float: left;
	
	background: url(/assets/images/m_0_left.gif) no-repeat;
}

.nav-link:hover .nav-link-left, .nav-link-selected .nav-link-left {
	cursor: pointer;
	background: url(/assets/images/m_0_left_act.gif) no-repeat;
}

.nav-link .nav-link-mid, .nav-link-selected .nav-link-mid {
	height: 7px;
	float: left;
	background: url(/assets/images/m_0_mid.gif);
	
	padding-left: 4px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 18px;
}

.nav-link:hover .nav-link-mid, .nav-link-selected .nav-link-mid {
	color: #96B6C2;
	font-size: 12px;
	cursor: pointer;
	background: url(/assets/images/m_0_mid_act.gif);
}

.nav-link .nav-link-right, .nav-link-selected .nav-link-right {
	width: 8px;
	height: 33px;
	float: left;
	
	background: url(/assets/images/m_0_right.gif) no-repeat right;
}

.nav-link:hover .nav-link-right, .nav-link-selected .nav-link-right {
	cursor: pointer;
	background: url(/assets/images/m_0_right_act.gif) no-repeat right;
}

#error_messages {
	color: red;
	margin-bottom: 12px;
}