/* CSS Document */

body
{
	margin: 0px auto;
	text-align: center;
	padding: 0;
	color: #AFAFAF;
	background: url(background.gif) #222222;
}

a, a:link, a:active, a:visited
{
	text-decoration: none;
	color: #AFAFAF;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
	margin: 0;
	padding: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

form, ul, li
{
	margin: 0;
	padding: 0;
}

input, textarea
{
	background-color: #AFAFAF;
}

select
{
	margin-bottom: 2px;
}

p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #AFAFAF;
}

h2
{
	color: #DBDBDB;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AFAFAF;
}

#wrapper_logo
{
	position: relative;
	margin: 0px auto;
	width: 990px;
	margin-top: 10px;
	text-align: right;
	padding: 0;
	z-index: 2;
	
}

#wrapper_main
{
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px;
	margin-top: 2px;
	text-align: center;
	width: 990px;
	border: solid 1px #000000;
	background: url(bevel_bottom.gif) bottom left no-repeat;
}

#wrapper_header
{
	position: relative;
	display: table;
	width: 100%;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom: solid 1px #000000;
	background: url(bevel_mid.gif) top left repeat-y;
}

#header
{
	position: relative;
	display: table;
	width: 100%;
	background: url(bevel_top.gif) top left no-repeat;
}

#header_left
{
	position: relative;
	float: left;
	display: table;
	padding: 10px 10px 0px 20px;
	width: 150px;
}

#header_right
{
	position: relative;
	display: table;
	float: left;
	padding: 10px 10px 0px 20px;
}

#wrapper_contents
{
	position: relative;
	clear: both;
	width: 100%;
	background: url(bevel_mid.gif) top left repeat-y;
}

#wrapper_details
{
	position: relative;
	float: left;
	width: 106px;
	padding: 10px 17px;
	text-align: left;
	font-weight: bold;
}

#wrapper_slideshow
{
	position: relative;
	float: left;
	display: table;
	text-align: left;
	padding: 20px;
	width: 800px;
	border-left: solid 1px #000000;
}

#wrapper_footer
{
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 13px;
	background: url(bevel_bottom.gif) top left no-repeat;
}

#footer
{
	position: relative;
	margin: 0;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.field_text
{
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}

td.field_input
{
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}

.save1
{
	background-color: #333333;
	border-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}

.delete1
{
	background-color: #8D0000;
	border-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}

.error1
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.success1
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.agent_menu_curve_top_mob
{
	height: 35px;
	display: block;
	margin: 0px auto;
	font-size: 10px;
}

.agent_menu_curve_bottom_mob
{
	height: 20px;
	display: block;
	margin: 0px auto;
}


.agent_menu_curve_top_mob
{
	background: url(../images/agent_menu_curve_top_mob.gif) bottom center no-repeat;
}

.agent_menu_curve_mid_mob
{
	background: url(../images/agent_menu_curve_mid_mob.gif) center repeat-y;
	display: table;
	width: 300px;
	font-size: 11px;
	padding-top: 20px;
	margin: 0px auto;
}

.agent_menu_curve_bottom_mob
{
	background: url(../images/agent_menu_curve_bottom_mob.gif) top center no-repeat;
}