﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
  margin: 0 auto 0 auto;
	width: 976px;
}

.master-wrapper-content
{
	width: 976px;
  margin: 0 auto 0 auto;
  background-color: #b9c4d8;
  background: url(images/content.png) repeat-y left top;
  float: left;
}

.master-wrapper-content .MainContent
{
  text-align: left;
  width: 940px;
	margin: 15px auto 0 auto;
}


.MainContent .master-wrapper-side
{	
  position: relative;
	float: left;
	display: inline;
  min-height: 500px;
  padding: 0 0 0 10px;
}

.MainContent .master-wrapper-center
{
	position: relative;
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	height: 120px;
	background: #b9c4d8 url('images/header04.png') no-repeat left top;
	width: 976px;
  margin: 0 auto 0 auto;
  float: left;
}

.header .ico-register
{
	background: url('images/bullet_blue.png') no-repeat;
	padding-left: 20px;
}

.header .ico-login
{
	background: url('images/bullet_blue.png') no-repeat;
	padding-left: 20px;
}

.header .ico-logout
{
	background: url('images/bullet_blue.png') no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
	background: url('images/bullet_blue.png') no-repeat;
	padding-left: 20px;
}
.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 108px;
}


.header-links-wrapper
{
	float: right;
	text-align: right;
	margin-right: 20px;
	width: 570px;
}

.header-links
{
	padding: 5px  5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
 	display: inline;
	padding-right: 2px;
}

.header-links a
{
	text-decoration: none;
}

.header-links a:hover
{
	color: #ff9933;
}

.MenuHeader 
{
    background: url(images/Menu_Header.gif) no-repeat left top;
    height: 30px;
    width: 171px;
}

.MenuContent
{
    background: url(images/Content_Menu.png) no-repeat left top;
    height: 410px;
}

.MenuContent .SmartContact
{
  padding-left: 5px;
  color: White;
  line-height: 20px;
  
}

.MenuButton 
{
    background: url(images/Menu_Button.gif) no-repeat left top;
    height: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	background: url(images/buttons_bar.png) no-repeat left top;
	height: 30px;
	color: #FFFFFF;
	padding: 8px 0px 7px 0px;
	text-align: center;
	height: 100%;
	width: 976px;
	letter-spacing: 1px;
	margin: 0 auto 0 auto;
  float: left;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.headermenu a:hover
{
    color: #F39128;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation .titleblue
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background:   url(images/Header_MenuBlock.png) no-repeat;
}

.infoblock-navigation .listboxblue
{
    font-size: 8pt;
	padding: 5px 10px 0;
	padding-left: 0;
	line-height: 18px;
	margin: 0;
}

.infoblock-navigation .listboxblue ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3664A5;
	background-color: inherit;
}

.infoblock-navigation .listboxblue ul li
{
    padding-left: 5px;
    padding-top: 5px;
    font-weight: normal;
    background:  url(images/Item_MenuBlock.png) no-repeat left bottom;
}

.infoblock-navigation .listboxblue ul li a
{
    color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .listboxblue ul li a:hover
{
    color: #F39128;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	background:#b9c4d8 url(images/footer.png) no-repeat top left;
	height: 75px;
	padding: 5px 0px 5px 0px;
	width: 976px;
  margin: 0 auto 0 auto;
}

.footer-disclaimer
{
	float: right;
	padding-right: 50px;
	padding-top: 18px;
	font-size: 11px;
}