﻿*
{
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Arial, Verdana, sans-serif;
    font-size: 1em;
    color: #4e4f45;
}
a
{
	outline: none;
	color: #235094;
	text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
	border: 0;
}
div#menu ul
{
	padding-top: 9px;
	list-style-type: none;
}
html
{
    overflow-y:scroll;
    overflow-x:hidden;
}
body
{
	font-size: 62.5%;
	color: #000;
    background-color: #85b1ce !important;
}
#wrapper
{
    padding-left:21px;
    background-position: right bottom;
    width: 1053px;
    min-height: 600px;
    display: block;
    background-image: url(left-bg2.jpg);
    background-repeat: no-repeat;
    background-color: white;
}
#wrapper #image
{
    width:67px;
    height:232px;
    background-position: right top;
    float: right;
    background-image: url(left-bg1.jpg);
    background-repeat: no-repeat;
}
.end
{
	clear: both;
}
.NoPadding
{
	padding: 0px !important;
}
.requiredfieldmarker
{
	background-position: 0px 8px;
	background-image: url("RequiredFieldMarker.gif");
	background-repeat: no-repeat;
}
/**********************************************************
 * Site
 */
#site
{
    width: 100%;
}
#header
{
    width: 1074px;
    height: 138px;
    background-image: url(header-bg2.jpg);
    background-color: white;
}
#header span
{
    font-size: 1.2em;
    float:right;
    color: white;
}
#header span b
{
    font-size: 1.3em;
    color: white;
}
#header span a
{
    color: white;
}

#bannerblock
{		
	margin-top:10px;	
	margin-left:280px;
	float:left;
}

#languageSelectorDiv
{
	margin-top:8px;
	padding-left:21px;	
	position:absolute;
	width:180px;
}

.languageselector
{	
	font-size:12px;
	padding-left:4px;
	padding:2px;
	color:#1a549e;	
	width:182px;	
}

.ajax__dropdown_arrow ajax__dropdown_arrow_image 
{
	border:solid 1px red;
}

.languageselector input
{
	color:#000000;
}

.languageItems
{
	list-style-type:none;
	border:solid 1px #1a549e;
}
.languageFlag
{
	width:20px;
}

.languageItems li
{
	width:95px;
	font-size:1.1em;
	padding:4px;
}

.languagePanel
{
	background-color:#ffffff;	
}


/**********************************************************
 * Columns
 */
#menu_column
{
	float: left;
	width: 197px;
}
#contents
{
	float: left;
	width: 750px;
	font-size: 11px;
	min-height:570px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 0px !important;
}
#contents a, #contents a:link, #contents a:active
{
	text-decoration: underline;
}
#contents a:hover
{
	text-decoration: none;
}
/**********************************************************
 * Content
 */
#contents h1
{
    font-weight: bold;
    font-size: 2.0em;
    color: #85b1ce;
    margin-bottom: 12px;
}
#contents h2
{
    margin: 12px 0 5px 0;
    font-weight: bold;
    font-size: 1.6em;
    color: #85b1ce;
}
#contents h3
{
    margin: 12px 0 5px 0;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #85b1ce;
}
#contents h4
{
    margin: 2px 0 10px 0;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1.1em;
    color: #85b1ce;
    font-style: italic;
}
#contents hr
{
    margin-top: 14px;
    border: 0;
    height: 1px;
    color: #d9d9d9;
    background-color: #d9d9d9;
}
#contents p
{
    margin: 2px 0 10px 0;
	color: #4e4f45;
	font-size: 1.1em;
	line-height: 1.3em;
}
#contents ul
{
	margin: 8px;
	padding: 8px;
	font-size: 1.1em;
}
/**********************************************************
 * Login Forms
 */
table .login-form
{
    border-collapse: collapse;
    table-layout: fixed;
    width: 500px;
}
.login-form th
{
	width: 120px;
	text-align: left;
}
/**********************************************************
 * Forms
 */
table .form
{
    border-collapse: collapse;
    border: 1px solid #85b1ce;
    table-layout: fixed;
    width: 770px;
}
.form th
{
    background-color:#85b1ce;
    color: White;
    border: 1px solid #85b1ce;
	width: 120px;
	text-align: left;
    padding: 5px;
}
.form td
{
    padding: 5px;
    padding-left: 15px;
    border: 1px solid #85b1ce;
}
.form .radiobuttonlist label
{
    padding-left: 5px;
    position:relative;
    top:-2px;
}
.form-message
{
    color: #235094;
}
.fieldclass
{
	background-image: url(field-bg.gif);
	background-repeat: repeat-x;
	border: #c8c8c8 1px solid;
	padding: 4px 4px 1px 4px;
	line-height: 13px;
	font-size: 13px;
	color: #333333;
	width: 95%;
}
.fielddropdown
{
	background-image: url(field-bg.gif);
	background-repeat: repeat-x;
	border: #c8c8c8 1px solid;
	padding: 2px;
	line-height: 13px;
	font-size: 13px;
	color: #333333;
}
input.button
{
	border-style: none;
	padding: 3px 15px 3px 15px;
	background-color: #235094;
	color: white;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
}
input.button-disabled
{
    border-style: none;
    padding: 3px 15px 3px 15px;
    background-color: #235094;
    color: #999999;
    font-weight: bold;
    font-size: 12px;
    cursor:default;
}
/**********************************************************
 * Footer
 */
#footer
{
    background-position: right top;
    width: 1074px;
    height: 84px;
    clear: both;
    background: white url(footer-bg.jpg) no-repeat;
}
/**********************************************************
 * Control panel
 */
.controlpanel
{
	float: right;
}
.controlpanel_errormessage
{
	color: red;
	font-weight: bold;
}
/**********************************************************
 * Accordion
 */
.left-menu-accordion-header
{
    padding: 5px;
    width: 170px;
    border-top: solid 1px #85b1ce;
    border-left: solid 1px #85b1ce;
    border-right: solid 1px #85b1ce;
    border-bottom: solid 1px #85b1ce;
    background-color: #85b1ce;
    cursor:pointer;
    font-size: 1.5em;
    color: white;
}
.left-menu-accordion-header a
{
    color: white;
}
.left-menu-accordion-header-draft
{
    padding-left: 17px;
    background-image: url(draft.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.left-menu-accordion-header-private
{
    padding-left: 17px;
    background-image: url(recyclebin.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}


.left-menu-accordion-selected
{
    padding: 5px;
    width: 170px;
    border-top: solid 1px #85b1ce;
    border-left: solid 1px #85b1ce;
    border-right: solid 1px #85b1ce;
    border-bottom: solid 1px #85b1ce;
    background-color: #85b1ce;
    cursor:normal;
    font-size: 1.5em;
    color: white;
    font-weight: bold;
}
.left-menu-accordion-selected a
{
    color: white;
}
.left-menu-accordion-content
{
    padding: 5px;
    padding-left:20px;
    width: 155px;
    border-bottom: solid 1px #85b1ce;
    border-left: solid 1px #85b1ce;
    border-right: solid 1px #85b1ce;
    background-color: white;
    font-size: 1.2em;
    font-weight: normal;
}
.left-menu-accordion-content-draft
{
    padding-left: 17px;
    background-image: url(draft.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.left-menu-accordion-content-home
{
    padding-left: 17px;    
    background-image: url(home.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.left-menu-accordion-content-selected
{
    padding: 5px;
    padding-left:20px;
    width: 155px;
    border-bottom: solid 1px #85b1ce;
    border-left: solid 1px #85b1ce;
    border-right: solid 1px #85b1ce;
    background-color: #d4e3ed;
    font-size: 1.2em;
    font-weight: bold;
}

/**********************************************************
 * Virtual resources Dialog (document selection dialog, MoveTo) 
 */
.vc-body
{
    font-size: 0.9em;
}
.vc-header
{
    background-color: #85b1ce;
    color: white;
}
.vc-footer
{
    background-color: #85b1ce;
}
.Outline_Selected
{
    background-color: #d4e3ed;
}
