﻿body
{
	background: url('../gfx/body_bg.png');
	font-family: Arial;
	margin: 0px auto;
	padding: 0px;
}

#TopContainer
{
	background: url('../gfx/top_bg.jpg');
	height: 163px;
	width: 100%;
}

#MainContainer
{
	background: url('../gfx/left_menu_bg.png');
	margin-top: 30px;
}

#LeftSideMenuContainer
{
	width: 15%;
	float: left;
	background: url('../gfx/left_menu_bg.png');
}

#ContentContainer
{
	float: left;
	width: 85%;
	background: #333;
}

.Content
{
	padding: 20px;
}

#FooterContainer
{
	padding-top: 7px;
	color: #fff;
	font-size: 11px;
	background: url('../gfx/footer_bg.jpg') repeat-x;
	height: 28px;
}

#FooterContainer p
{
	margin: 0px;
	padding: 10px 0px 0px 7px;
}

/* LEFT MENU STYLES */
#Menu
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: left;
	margin-top: 5px;
}

#Menu li
{
	/*background: url('../gfx/menu_li_bg.jpg') repeat-x;*/
	display: inline;
	padding: 5px;
	padding-bottom: 9px;
	margin: 0px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#Menu a
{
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	width: 100%;
	padding: 5px;
	padding-bottom: 9px;
}

#Menu li:hover
{
	background: url('../gfx/menu_li_bg.jpg') repeat-x;
	width: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#Menu .selected
{
	background: url('../gfx/menu_li_bg.jpg') repeat-x;
	width: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.clearance
{
	clear: both;
	height: 0px;
}

.Center
{
	width: 750px;
	margin: 0px auto;
}

/*Rounded */

.tab_orange {
	background-color: #ff9a09;
}

.tab_orange .t {
	background-image: url('../gfx/rounded/m_t.png');
	background-repeat: repeat-x;
	background-position: top;
}
.tab_orange .r {
	background-image: url('../gfx/rounded/m_r.png');
	background-repeat: repeat-y;
	background-position: right;
}
.tab_orange .b {
	background-image: url('../gfx/rounded/m_b.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab_orange .l {
	background-image: url('../gfx/rounded/m_l.png');
	background-repeat: repeat-y;
	background-position: left;
}
.tab_orange .tl {
	background-image: url('../gfx/rounded/l_t.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.tab_orange .tr {
	background-image: url('../gfx/rounded/r_t.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.tab_orange .bl {
	background-image: url('../gfx/rounded/l_b.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.tab_orange .br {
	background-image: url('../gfx/rounded/r_b.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.tab_orange .tabContent {
	padding: 10px;
	font-size:12px;
	clear:both;
}
.tab_orange .tabContent p 
{
	font-size: 12px;
	font-weight: normal;
	color:#fff;
}

.tab_orange .tabContent h1
{
	margin:0px;
	padding:0px;
	font-size:14px;
	padding-bottom:5px;
	color: #fff;
}

/* Rounded gray */

.tab_gray {
	background-color: #f0f0f0;
}

.tab_gray .t {
	background-image: url('../gfx/rounded/gray/m_t.png');
	background-repeat: repeat-x;
	background-position: top;
}
.tab_gray .r {
	background-image: url('../gfx/rounded/gray/m_r.png');
	background-repeat: repeat-y;
	background-position: right;
}
.tab_gray .b {
	background-image: url('../gfx/rounded/gray/m_b.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab_gray .l {
	background-image: url('../gfx/rounded/gray/m_l.png');
	background-repeat: repeat-y;
	background-position: left;
}
.tab_gray .tl {
	background-image: url('../gfx/rounded/gray/l_t.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.tab_gray .tr {
	background-image: url('../gfx/rounded/gray/r_t.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.tab_gray .bl {
	background-image: url('../gfx/rounded/gray/l_b.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.tab_gray .br {
	background-image: url('../gfx/rounded/gray/r_b.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.tab_gray .tabContent {
	padding: 10px;
	font-size:12px;
	clear:both;
}
.tab_gray .tabContent p 
{
	font-size: 12px;
	font-weight: normal;
}

.tab_gray .tabContent h1
{
	margin:0px;
	padding:0px;
	font-size:12px;
	padding-bottom:10px;
	color: #1e5a7c;
}

/* Rounded white */

.tab_white {
	background-color: #fbfbfb;
}

.tab_white .t {
	background-image: url('../gfx/rounded/white/m_t.png');
	background-repeat: repeat-x;
	background-position: top;
}
.tab_white .r {
	background-image: url('../gfx/rounded/white/m_r.png');
	background-repeat: repeat-y;
	background-position: right;
}
.tab_white .b {
	background-image: url('../gfx/rounded/white/m_b.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab_white .l {
	background-image: url('../gfx/rounded/white/m_l.png');
	background-repeat: repeat-y;
	background-position: left;
}
.tab_white .tl {
	background-image: url('../gfx/rounded/white/l_t.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.tab_white .tr {
	background-image: url('../gfx/rounded/white/r_t.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.tab_white .bl {
	background-image: url('../gfx/rounded/white/l_b.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.tab_white .br {
	background-image: url('../gfx/rounded/white/r_b.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.tab_white .tabContent {
	padding: 10px;
	font-size: 12px;
	clear:both;
}
.tab_white .tabContent p 
{
	font-size: 12px;
	font-weight: normal;
}

.tab_white .tabContent h1
{
	margin:0px;
	padding:0px;
	font-size:12px;
	padding-bottom:10px;
	color: #1e5a7c;
}

.tab_white .tabContent b
{
	font-size: 14px;
}

.tabContent img 
{
	border:1px solid #ccc;
}

.tabContent a 
{
	color: #999;
}

.textbox
{
	background: url('../gfx/menu_li_bg.jpg') repeat-x;
	background-color: #ff8403;
}