/***********************************************************
General styles
***********************************************************/
body {
	background-color: white;
	font-family: arial, sans-serif;
	color: #103452;
	text-align: left;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.hide {
	display: none
}

.right {
	float: right;
}

.date {
	display: block;
	background-color: inherit;
	font-size: 10px;
	font-weight: normal;
	color: #6F8F9F;
}

.highlight {
	background-color: white; 
	color: #A90027;
}

h1 {
	clear: left;
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

p {
	font-size: 11px;
	text-align: left;
	line-height: 130%;
	/*letter-spacing: 1.1px;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

a {
	background-color: inherit;
	color: #103452;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link {
	background-position: center left;
	background-image: url(../img/link_arrow.gif);
    	background-repeat: no-repeat;
    	font-weight: bold;
    	padding-left: 8px;
}

.download {
	background-position: center left;
	background-image: url(../img/download_arrow.gif);
    	background-repeat: no-repeat;
    	font-weight: bold;
    	padding-left: 8px;
}

ul {
	list-style-type: square;
	font-size: 11px;
}

select {
	font-size: 10px;
}

textarea {
	font-size: 11px;
}

input.btn {
	background-color: white;
	background-position: top left;
	background-image: url(../img/button_bg.gif);
    	background-repeat: repeat-x;
	font-size: 11px;
    	font-weight: bold;
    	color: #1B3F65;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #7182A2;
	border-bottom: 1px solid #7182A2;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
}

input.text {
	width: 200px;
}

.inputSection {
	border-bottom: 2px solid #BD8A84;
}

label {
	font-size: 11px;
}

.IEFloatBugFix {
	width: 560px;
	float: left;
}
/***********************************************************
Global layout
***********************************************************/
#container {
	width: 100%;
	float: left;
}

/*----------------------------------------------------------
topMenu
----------------------------------------------------------*/
#topMenu {
	display: none;
}

/*----------------------------------------------------------
banner
----------------------------------------------------------*/
#banner {
	display: none;
}



/*----------------------------------------------------------
sectionMenu
----------------------------------------------------------*/
#sectionMenu {
	display: none;
}


/*----------------------------------------------------------
Main
----------------------------------------------------------*/
#main {
}

#side {
	display: none;
}


/*----------------------------------------------------------
menu + adminMenu
----------------------------------------------------------*/

/*----------------------------------------------------------
vertBanner
----------------------------------------------------------*/

/*----------------------------------------------------------
content + contentStartPage
----------------------------------------------------------*/
#contentStartPage {
	width: 100%;
	float: left;
}

#contentStartPage ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#contentStartPage img {
	clear: right;
	display: inline;
	margin-top: 15px;
	text-align: left;
}

#content {
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}


#contentTitle {

	margin-top: 25px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#contentTitle h1 {
	margin-bottom: 10px;
}

#content h1 
{
	margin-top: 15px;
}
#content span {
	font-size: 11px;
	text-align: left;
	float: left;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
	font-size: 11px;
	text-align: left;
	padding-left: 30px;
	padding-right: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#content li span.VAMErrorText {
	clear: none;
	display: inline;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;	
	color: red;
	visibility: visible;
}

#content li span span span {
	display: inline;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;	
	color: red;	
}

.VAMValSummary {
	display: none;
}

#valSummary ul li {
	background-color: inherit;
	color: red;
}

#content table {
	max-width: 100%;
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	text-align: left;
	border-top: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: none;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-bottom: 10px;
	padding: 0px;
}

#content tr {

	border: 0px solid white;
}

#content tr:hover {
	background-color: #CED7EF;
	color: inherit;
}

#content td {
	text-align: left;
	border: 1px dotted #A5BACE; 
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
}

#content td.tblSelectedUp {
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

#content td.tblSelectedUp a {
	text-decoration: underline;
}

#content td.tblSelectedDown {
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

#content td.tblSelectedDown a {
	text-decoration: underline;
}

#content .tblHeader {
	background-color: #84A2C6;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#content .tblHeader:hover {
	background-color: #84A2C6;
	color: inherit;
}

#content tr.td_hover {
	background-color: #84A2C6;
	color: inherit;
}

#content .tblHeader td {
	border-top: 1px solid #CED7EF;
	border-left: 1px dotted #A5BACE;
	border-right: none;
	border-bottom: 1px solid #CED7EF;
}

#content .tblHeader a {
	background-color: inherit;
	color: white;
}

#content .colored {
	background-color: #EFEFF7;
	color: inherit;
}

#content table input {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.break {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	margin: 0px;
	float: left;
}

#content li
{
	list-style-type: none;
}

#content input {
	font-size: 10px;
}

#content input.btn {
	font-size: 11px;
}

#content select {
	width: 206px;
	margin-left: -3px;
	margin-bottom: 3px;
}

#content div {
	width: 100%;
	text-align: left;
	padding: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}


/*----------------------------------------------------------
footer
----------------------------------------------------------*/
#footer {
	display: none;
}

/***********************************************************
Specific pages
***********************************************************/

/*----------------------------------------------------------
default
----------------------------------------------------------*/

#divLogin {
	display: none;
}
