/*
///////////////////////////////////////

                        Basic Structure

///////////////////////////////////////
*/

body
{
	padding:0;
	margin:0;
	background:white url("../images/interface/page_bg.jpg") no-repeat top center;
}
a
{
	
}
a:visited
{
	
}
a:active
{
	
}
a:hover
{
	
}
.left 		{ float:left; margin: 0 20px 10px 0; }
.right 		{ float:right; margin: 0 0 15px 15px; }
.spacer 	{ height:15px; }
.hidden 	{ display:none; }

.error_message_box td
{
	vertical-align:middle;
}
.error_message_box  table
{
	padding:0;
	margin:0;
}
.success_message_box td
{
	vertical-align:middle;
}
.success_message_box  table
{
	padding:0;
	margin:0;
}

.error
{
	border:red;
	background:#FFB0B3;
	color:black;
	padding:5px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}
th, td
{
	vertical-align:top;
}

/*
///////////////////////////////////////

                          Page Wrapper

///////////////////////////////////////
*/

#page
{
	margin:auto;
	width:950px;
	position:relative;
}

/*
///////////////////////////////////////

                                 Header

///////////////////////////////////////
*/

#header
{
	width:950px;
	height:153px;
	background: transparent url("../images/interface/header_bg.gif");
}
#header #search
{
	position:absolute;
	top:49px;
	left:704px;
	z-index:20;
}
#search .search_box, #search .search_button
{
	vertical-align:middle;	
}
#search .search_box
{
	width:153px;
	height:19px;
	
}

/*
///////////////////////////////////////

                                   Menu

///////////////////////////////////////
*/

#menu
{
	position:absolute;
	top:96px;
	left:249px;
}

#menu ul
{
	margin:0; 
	padding:0;
}

#menu li
{
	margin:0;
	float: left;
	position: relative;
	display: inline;
	list-style-type:none;
}
#menu a
{
	position: relative;
	display: block;
	width: 142px;
	height: 34px;
	background: transparent url('../images/interface/menu_tab.png') no-repeat center center;
	color: #eee;
	text-decoration: none;
	font-size: 12px;
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
	margin-right:-30px;
}

#menu li.there a
{
	background-image: url("../images/interface/menu_tab_over.png");
	color:black;
}

#menu li.menu_0 { z-index:100; }
#menu li.menu_1 { z-index:99; }
#menu li.menu_2 { z-index:98; }
#menu li.menu_3 { z-index:97; }
#menu li.menu_4 { z-index:96; }
#menu li.menu_5 { z-index:95; }
#menu li.menu_6 { z-index:94; }
#menu li.menu_7 { z-index:93; }
#menu li.menu_8 { z-index:92; }
#menu li.menu_9 { z-index:91; }
#menu li.menu_10 { z-index:90; }

#menu li.menu_0.there,
#menu li.menu_1.there,
#menu li.menu_2.there,
#menu li.menu_3.there,
#menu li.menu_4.there,
#menu li.menu_5.there,
#menu li.menu_6.there,
#menu li.menu_7.there,
#menu li.menu_8.there,
#menu li.menu_9.there,
#menu li.menu_10.there
{ 
	z-index: 101; 
}

/*
///////////////////////////////////////

                        Feature Graphic

///////////////////////////////////////
*/

#feature
{
}

/*
///////////////////////////////////////

                                Content

///////////////////////////////////////
*/

#content
{
	clear:both;
	margin-top:15px;
	float:left;
	margin-bottom:15px;
}
#primary
{
	padding:15px;
	padding-right:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#444;
	width:620px;
	float:left;
	min-height:300px;
}
#primary h1
{	
	font-size:36px;
	color:black;
}
#primary h2
{
	font-size:28px;
	color:#5f5850;
}
#primary h3
{
	font-size:20px;
	color:#5f5850;
}

/*
///////////////////////////////////////

                               Sidebar

///////////////////////////////////////
*/

#sidebar
{
	width:270px;
	float:left;
	margin-left:25px;
	margin-top:25px;
}
#sidebar .menu
{
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:26px;
}
#sidebar ul.fl_menu
{
	margin:0; 
	padding:0;
}
#sidebar ul.fl_menu li
{
	margin:0; 
	padding:0;
	list-style:none;
}
#sidebar ul.fl_menu a
{
	height:23px;
	display:block;
	border:1px solid #ccc;
	border-bottom:0;
	color:#002c53;
	padding-left:5px;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background: transparent url("../images/interface/sidebar_menu_bg.gif") repeat-x top left;
}
#sidebar ul.fl_menu li.last a
{
	border-bottom:1px solid #ccc;
}
#sidebar ul.fl_menu a:hover
{
	color:#06F;
}
#sidebar ul.fl_menu li.there a
{
	background-image:none;
	background:#005daf;
	color:white;
}

/*
///////////////////////////////////////

                     Misc Page Elements

///////////////////////////////////////
*/



/*
///////////////////////////////////////

                     Footer & Copyright

///////////////////////////////////////
*/

#footer
{
	clear:both;
	background:#625b53;
	padding:15px 0;
	width:950px;
}
#footer .copyright, #footer .slogan
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#bab7b3;
	line-height:normal;
	margin:0 20px;
}
#footer .copyright a, #footer .slogan a
{
	color:#bab7b3;
}
#footer .slogan
{
	float:right;
}

/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

table.data
{
	border-spacing:0 0;
	border-collapse:collapse;
	border:1px solid #aaa;
}
table.data td, table.data th
{
	padding:2px 5px;
	font-size:11px;
	border:1px solid #aaa;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
}
table.data th
{
	background:#002c53 url("") repeat-x center center;
	border:1px solid #aaa;
	color:white;
}

/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

fieldset
{
	margin:0;
}
fieldset legend
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
fieldset table
{
	margin-top:10px;
	margin-bottom:10px;
}
table.input
{
	padding:4px;
}
table.input td, table.input th
{
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
table.input th
{
	text-align:right;
}
input, select, textarea, label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
label
{
	font-weight:bold;
}

/*
///////////////////////////////////////

                              Sub-Menu

///////////////////////////////////////
*/

.tab_menu
{
	padding:0;
	margin:15px 0;
	height:29px;
	display:block;
	clear:both;
	border-bottom:1px solid #aaa;
	
}
.tab_menu li
{
	margin:0;
	float:left;
	display:inline;
}
.tab_menu a, .tab_menu a:link
{
	display:block;
	float:left;
	margin-right:5px;
	padding:5px 10px;
	background:#958a7e;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	
}
.tab_menu a.there, .tab_menu a:hover
{
	background:#002c53;
	color:white;
}


/*
///////////////////////////////////////

                          Button Styles
					 
///////////////////////////////////////
*/

a.button, a.button:link, a.button:visited, input.button
{
	padding:2px 15px;
	background:#002c53;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px outset #5f5850;
}
a.button.small, a.button.small:link, a.button.small:visited, input.button.small
{
	font-size:10px;
	padding:3px 10px;
}
a.button:hover, input.button:hover
{
	color:#ffffcc;
	background:#004e94;
	border:1px outset #000;
}
