﻿body 
{
	background-color:#000;
	background-image:url(images/bground_lg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial;
	margin:0px;
	padding:0px;
	font-size:12px;
}

h1
{
 color:#002a5c;
 font-size:22px;
 padding:0px;
 margin:0px;	
}

h2
{
 color:#68809c;
 font-size:14px;
 padding:0px;
 margin:0px;	
}


#header-container
{
	width:906px;
	height:184px;

}

#header-left
{
	width:3px;
	height:184px;
	background-image:url(images/header_l.jpg);
	background-repeat:no-repeat;
	float:left;
}

#header-center
{
	width:900px;
	height:184px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	
}

#header-right
{
	width:3px;
	height:184px;
	background-image:url(images/header_r.jpg);
	background-repeat:no-repeat;
	float:left;
}

#logo-container
{
	text-align:left;
	float:left;
	padding-top:20px;
}

#nav-container
{
	text-align:right;
	float:right;
	vertical-align:bottom;
}



#body-container
{
	width:906px;

}

#body-left
{
	width:3px;
	height:auto;
	background-image:url(images/body_l.jpg);
	background-repeat:repeat-y;
	float:left;
}

#body-center
{
	width:900px;
	height:auto;
	background-color:#efefef;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	
}

#body-right
{
	width:3px;
	height:auto;
	background-image:url(images/body_r.jpg);
	background-repeat:repeat-y;
	float:left;
}


#bottom-container
{
	width:906px;
	height:6px;

}

#bottom-left
{
	width:3px;
	height:6px;
	background-image:url(images/bottom_l.jpg);
	background-repeat:no-repeat;
	float:left;
}

#bottom-center
{
	width:900px;
	background-image:url(images/bottom_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	
}

#bottom-right
{
	width:3px;
	background-image:url(images/bottom_r.jpg);
	background-repeat:no-repeat;
	float:left;
}

#home-address
{
 color:#747474;
 font-family:Verdana;
 font-size:12px;
 padding-top:10px;
 padding-bottom:10px;
  font-weight:400;
}

#search
{
 border:solid 1px #c0c0c0;
 padding:10px;	
}

a
{
	color:#547090;
	text-decoration:none;
}

a:hover
{
	color:#547090;
	text-decoration:underline;
}

.clear
{
	clear:both;
}

#left_images
{
	width:300px;
	float:left;
	background-color:#b2b2b2;
	text-align:center;
	padding:5px;
}

#right_content
{
	width:500px;
	float:right;
}

#back_link
{
	 padding:5px;
	 width:auto;
	 text-align:right;
	 background-color:#dedddd;
	 margin-bottom:10px;
}

.addnew_link
{
	 padding:5px;
	 width:auto;
	 text-align:right;
	 background-color:#dedddd;
	 margin-bottom:10px;
}
.delete_link
{
	padding:5px;
	 width:auto;
	 text-align:right;
	 background-color:#e6a1a1;
	 margin-bottom:10px;
}

#footer
{
	width:906px;
	text-align:right;
	color:#6c7e9c;
}

.login
{
	line-height:30px;
}

.result_good
{
 background-color:#d1eeaf;
 background-image:url(images/ajax-result.gif);
 background-position:right top;
 background-repeat:no-repeat;
 padding:10px;
 border:solid 1px #669133;
 color:#669133;
}

.result_bad
{
 background-color:#f6c3c3;
 padding:10px;
 border:solid 1px #b44b4b;
 color:#b44b4b;
}

.pnlupload
{
	padding-left:20px;
	padding-bottom:10px;
	border-bottom:solid 1px gray;
	margin-bottom:10px;
}

.partner_type
{
	color:#5e7693;
	display:inline;
}