#ie6Bar {
	color: #000;
	font-size: 11px;
	font-family: Tahoma;
	text-align: left;
	background: #FFFFE1 url('../img/ie6Bar.gif') no-repeat left center;
	padding: 3px 5px 3px 22px;
}
#global {
    margin: auto;
    width: 800px;
    text-align: left;
    margin-top: 30px;
	background: url('../img/rightColPatter.png') repeat-y right;
}
.clear {
	clear: both;
}
#toTop {
    margin: auto;
    width: 800px;
    text-align: right;
}

#loading {
	background-color: #eee;
	background-image:url('../img/loading.gif');
	background-position: center center;
	width: 100%;
	height: 200px;
}
/**
 *	Header style
 */ 
#header {
	background-image: url('../img/bgHeader.png');
    height: 176px;
}


/**
 *	Account display
 */ 
#account {
    text-align: right;
}

/**
 *	Vertical menu styles 
 */
#rightCol {
    float: left;
    width: 200px;
}
#menuV {
	width: 180px;
    background: url('../img/menuPattern.png') repeat-y;
}

#menuBoHead {
	width: 180px;
	height: 26px;
	text-align: center;
	background: url('../img/menuBoHead.png') repeat-x;
	padding-top: 5px;
	text-transform: uppercase;
	color: #3074cd;
	margin-top: 20px;
}
#menuBoHead a, #menuBoHead a:link, #menuBoHead a:hover, #menuBoHead a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3074cd;
	vertical-align: 50%;
}

#menuV ul {
    text-align: right;
	width: 175px;
    list-style-image: none;
    list-style-type: none;
 	margin: 10px 0px 0px 0px;
    padding: 0px;
}
#menuV li {
 	margin: 2px 0px 4px 2px;
 	width: 175px;
 	line-height: 1.2em;
}
.menuLinkV, .menuLinkV:link, .menuLinkV:visited, .menuLinkV:active {
	color: #3074cd;
	font-size: 12px;
	/*font-weight: bold;*/
    padding-top: 8px;
}
.menuLinkVSelected, .menuLinkVSelected:link, .menuLinkVSelected:visited, .menuLinkVSelected:hover {
	color: #55d;
	font-size: 12px;
	font-weight: normal;
	/*font-weight: bold;*/
	/*background: url('../img/menuSelectedPattern.png') repeat-y center right;*/
	background-color: #a5d5ff;
	display: block;
}

.menuLinkV:hover {
	color: #afc9ec;
    text-decoration: none;
	/*font-weight: bold;*/
}

.menuItem:hover a {
	color: #fc0;
}

.menuLinkFile:link, .menuLinkFile:visited {

    border-top: 3px solid #3074cd;
    border-bottom: 3px solid #3074cd;
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin: 2px;
    margin-top: 10px;
    padding: 4px;
    color: #3074cd;
    text-align: right;
}
.menuLinkFile:hover {
    color: #afc9ec;
    text-decoration: none;
}
/**
 *	Center frame style
 */ 
#main {
    float:right;
    width: 600px;
}


/**
 *	Footer style
 */ 
#footer {
    color: #000;
    text-align: center;
	width: 800px;
	margin: auto;
	padding-top: 10px;
}

#footer .content {
	width: 780px !important;
	width: 800px;
	margin: auto;
	padding: 55px 10px 0px 10px;
	margin-top: 10px;
	text-align: left;
	background: url('../img/footerPic.jpg') no-repeat center top;
}

#footer .left {
	float: left;
	width: 370px;
	border-right: 1px dotted #55d;
	padding-right: 10px;
}
#footer .right {
	text-align: left;
    float: right;
	width: 370px;
	padding-left: 10px;
}
#footer .left:first-line {
	color: #55d;
	font-weight: bold;
}
#footer hr {
     border: 0px solid #fff;
	 border-top: 1px dotted #55d !important;
	 border-top: 0px dotted #55d;
	 height: 0px;
}

/**
 *  style to keep ajax autocompleter field inline
 */
.inplaceeditor-form {
	display: inline;
}

/**
 *  OptionList
 */
#optionList {
	padding: 10px;
}
#optionList ul, #optionList ul li {
	display: inline;
	margin: 2px;
	padding: 0;
}
#optionList ul li a {
	background: #ddd;
	color: #000;
	padding: 3px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#optionList ul li a:hover {
	background-color: #ccc;
	text-decoration: none;
}
#optionList ul li a.current {
	background-color: #aaa;
}

#optionList select {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background: #ddd;
	border: 1px solid #ddd;
}

