﻿
/**** Elements ****/

body
{
	background-color: #15426F;
	color           : #222222;
	font-family     : Arial, Verdana, Sans-Serif;
	font-size       : 12px;
	margin          : 0;
	padding         : 0;
}

h2, h3, h4
{
	font-weight: bold;
	padding    : 0;
}

h2
{
	color    : #1A4F84;
	font-size: 20px;
	margin   : 15px 0 20px;
}

h3
{
	color    : #777777;
	font-size: 14px;
	margin   : 30px 0 20px;
}

h4
{
	font-size: 12px;
	margin   : 20px 0;
}

img
{
	border-width: 0;
}

a
{
	color          : #2665A4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	line-height: 17px;
	text-align : justify;
	margin     : 20px 0;
	padding    : 0;
}

small
{
	font-size: 10px;
}

em
{
	font-style: italic;
}

input, textarea
{
	font-family: Arial, Sans-Serif;
	font-size  : 12px;
	padding    : 2px;
	width      : 180px;
}

input.extraShort
{
	width: 80px;
}

input.short
{
	width: 120px;
}

input.long
{
	width: 280px;
}

input.extraLong
{
	width: 420px;
}

input.disabled
{
	color: #777777;
}

input.checkBox, span.checkBox input, span.radio input
{
	width: auto;
}

input.button
{
	overflow  : visible;
	padding   : 2px 16px;
	text-align: center;
	width     : auto;
}

textarea.extraLong
{
	height: 100px;
	width : 420px;
}

select
{
	font-family  : Arial, Sans-Serif;
	font-size    : 12px;
	margin-bottom: 2px;
	width        : 188px;
}

select.extraShort
{
	width: 88px;
}

select.short
{
	width: 128px;
}

select.long
{
	width: 288px;
}

select.extraLong
{
	width: 428px;
}

ul, ol
{
	margin : 15px 0 15px 45px;
	padding: 0;
}

li
{
	line-height: 17px;
	text-align : justify;
	margin     : 10px 0;
	padding    : 0;
}

/**** Layout ****/

#siteHeader
{
	background-image   : url(../Image/Layout/Header.png);
	background-position: left top;
	background-repeat  : repeat-x;
	height             : 140px;
}

#siteHeader #logo
{
	position: absolute;
	top     : 26px;
}

#siteHeader #userMenu
{
	color   : #DDDDDD;
	position: absolute;
	right   : 0;
	top     : 8px;
}

#siteHeader #userMenu span.menuItem
{
	margin-left: 25px;
}

#siteHeader #userMenu span.menuItem a
{
	background-image   : url(../Image/Layout/UserMenuItem.gif);
	background-position: left 2px;
	background-repeat  : no-repeat;
	color              : #DDDDDD;
	padding-left       : 15px;
}

#siteHeader #headerMenu
{
	font-size: 16px;
	left     : 220px;
	position : absolute;
	top      : 110px;
}

#siteHeader #headerMenu a.menuItem
{
	background-color : #FFFFFF;
	background-image : url(../Image/Layout/MenuItem.png);
	background-repeat: repeat-x;
	border-top       : solid 1px #B1B1B1;
	float            : left;
	height           : 24px;
	margin-right     : 3px;
	padding          : 5px 24px 0;
}

#siteHeader #headerMenu a.menuItem:hover
{
	background-image: none;
	text-decoration : none;
}

#siteHeader #headerMenu a.selected
{
	background-color: #D7ECA6;
	background-image: none;
}

#siteHeader #languageLink
{
	font-size: 9px;
	position : absolute;
	right    : 0;
	top      : 122px;
}

#siteHeader #languageLink a
{
	color          : #EEEEEE;
	text-decoration: underline;
}

#siteSubMenu
{
	background-color : #C1E379;
	background-image : url(../Image/Layout/SubMenu.png);
	background-repeat: repeat-x;
	border-bottom    : solid 1px #B1B1B1;
	padding          : 9px 0 7px;
}

#siteSubMenu a.selected
{
	color: #444444;
}

#siteSubMenu span.separator
{
	color : #B1B1B1;
	margin: 0 18px;
}

#siteSubMenu span.disabled
{
	color: #666666;
}

#siteBody
{
	background-color: #FFFFFF;
	min-height      : 400px;
	_height         : 400px; /* IE6 Fix */
	padding         : 1px 0;
}

#siteBody #message
{
	margin    : 60px 0;
	text-align: center;
}

#siteFooter
{
	background-color   : #FFFFFF;
	background-image   : url(../Image/Layout/Footer.png);
	background-position: left bottom;
	background-repeat  : repeat-x;
	color              : #CCCCCC;
	font-size          : 10px;
	height             : 145px;
	padding-top        : 30px;
}

#siteFooter #footerMenu
{
	font-size: 11px;
	left     : 0;
	position : absolute;
	top      : 50px;
}

#siteFooter #footerMenu a.menuItem
{
	float       : left;
	margin-right: 34px;
}

#siteFooter #verisign
{
	position: absolute;
	right   : 0;
	top     : 0;
}

#siteFooter #product
{
	left      : 0; 
	position  : absolute; 
	text-align: right;
	top       : 90px; 
	width     : 100%; 
}

#siteFooter #product img
{
	margin-top: -15px;
}

div.content
{
	height  : 100%;
	margin  : 0 auto;
	position: relative;
	width   : 920px;
}

/**** Recaptcha Widget ****/

#recaptcha_widget
{
	margin-top: 35px;
}

#recaptcha_image
{
	border : solid 1px #DDDDDD;
	padding: 5px;
}

/**** Modal Box ****/

div.modalBox
{
	padding: 10px;
}

div.modalBox h2
{
	margin-top: 0;
}

/**** Form ****/

div.form
{
	margin: 30px 0;
}

div.form label
{
	clear      : left;
	float      : left;
	font-weight: bold;
	padding-top: 3px;
	width      : 160px;
}

div.form div.input
{
	margin: 16px 0 16px 170px;
}

div.form div.input input,
div.form div.input select
{
	margin-right: 5px;
}

div.form div.input small
{
	display: block;
}

div.form div.input p
{
	margin     : 14px 0 5px 0;
	padding-top: 2px;
}

div.form div.submit
{
	margin: 30px 0 30px 170px;
}

div.form div.submit small
{
	display   : block;
	margin-top: 20px;
}

div.form div.submit input.button
{
	margin-right: 8px;
}

/**** Form 2 ****/

div.form2
{
	margin: 30px 0;
}

div.form2 label
{
	display    : block;
	font-weight: bold;
	margin-top : 20px;
}

div.form2 div.input
{
	margin: 6px 0 6px 0px;
}

div.form2 div.noLabel
{
	margin: 16px 0 16px;
}

div.form2 div.input input,
div.form2 div.input select
{
	margin-right: 5px;
}

div.form2 div.input small
{
	display: block;
}

div.form2 div.input p
{
	margin: 10px 0 5px 0;
}

div.form2 div.submit
{
	margin: 30px 0 30px;
}

div.form2 div.submit small
{
	display   : block;
	margin-top: 20px;
}

div.form2 div.submit input.button
{
	margin-right: 8px;
}

/**** Key/Value List ****/

div.keyValueList
{
	margin: 30px 0;
}

div.keyValueItem
{
	margin: 14px 0;
}

div.keyValueItem div
{
	float: left;
}

div.keyValueItem div.label
{
	font-weight: bold;
	width      : 170px;
}

/**** Grid ****/

h3.grid
{
	margin: 25px 0 10px;
}

table.grid
{
	background-color: #B1B1B1;
	width           : 100%;
}

table.grid th
{
	background-color : #C1E379;
	background-image : url(../Image/GridHeaderRow.png);
	background-repeat: repeat-x;
	padding          : 7px 0 7px 6px;
	text-align       : left;
}

table.grid th.commands
{
	background-color: #D7ECA6;
	background-image: url(../Image/GridCommandRow.png); 
	font-weight     : normal;
}

table.grid th div a
{
	color: #222222;
}

table.grid th div.asc
{
	background-image   : url(../Image/GridAsc.gif);
	background-position: right;
	background-repeat  : no-repeat;
}

table.grid th div.desc
{
	background-image   : url(../Image/GridDesc.gif);
	background-position: right;
	background-repeat  : no-repeat;
}

table.grid th.checkBox
{
	padding: 4px 0 4px 4px;
}

table.grid th.edit
{
	padding-left: 0;
	text-align  : center;
}

table.grid td
{
	background-color: #FFFFFF;
	padding         : 7px 0 7px 6px;
}

table.grid td.sorted
{
	background-color: #F1FFDF;
	background-image: none;
}

table.grid td.alternating
{
	background-color : #EFEFEF;
	background-image : url(../Image/GridAlternatingRow.png);
	background-repeat: repeat-x;
}

table.grid td.alternatingSorted
{
	background-color : #DBFFAE;
	background-image : url(../Image/GridAlternatingSortedRow.png);
	background-repeat: repeat-x;
}

table.grid td.right
{
	padding   : 7px 6px 7px 0;
	text-align: right;
}

table.grid td.checkBox
{
	padding: 4px 0 4px 4px;
}

table.grid td.service img
{
	float       : left;
	margin-right: 5px;
}

table.grid td.edit
{
	padding-left: 0;
	text-align  : center;
}

table.grid td.noData
{
	font-style: italic;
	text-align: center;
}

table.grid tfoot td
{
	background-color : #FFE377;
	background-image : url(../Image/GridFooterRow.png);
	background-repeat: repeat-x;
	font-weight      : bold;
	padding          : 7px 0 7px 6px;
}

table.grid tfoot td.link
{
	font-weight: normal;
}

/**** ComboBox ****/

a.comboBox
{
	background-color   : #F0F0F0;
	background-image   : url(../Image/ComboBoxArrow.gif);
	background-position: right center;
	background-repeat  : no-repeat;
	border             : solid 1px #CCCCCC;
	display            : block;
	line-height        : 13px;
}

a.comboBox:hover
{
	background-image: url(../Image/ComboBoxArrowHover.gif);
	border          : solid 1px #AAAAAA;
	text-decoration : none;
}

a.comboBoxSelected
{
	background-color   : #F0F0F0;
	background-image   : url(../Image/ComboBoxArrowSelected.gif);
	background-position: right center;
	background-repeat  : no-repeat;
	border-left        : solid 1px #AAAAAA;
	border-right       : solid 1px #AAAAAA;
	border-top         : solid 1px #AAAAAA;
	display            : block;
	line-height        : 13px;
}

a.comboBoxSelected
{
	text-decoration : none;
}

a.comboBoxSelected div.comboBox,
a.comboBox         div.comboBox
{
	background-color: #FFFFFF;
	border-right    : solid 1px #CCCCCC;
	margin-right    : 18px;
	padding         : 6px 8px 6px 6px; 
}

/**** Info Box ****/

div.infoBox
{
	background-image   : url(../Image/InfoBox.png);
	background-position: bottom;
	background-repeat  : repeat-x;
	padding-bottom     : 6px;
}

div.infoBox div.infoBoxContent
{
	background-color: #FAFAFA;
	border-left     : solid 1px #B1B1B1;
	border-right    : solid 1px #B1B1B1;
	border-top      : solid 1px #B1B1B1;
	padding         : 8px;
}

div.infoBox div.infoBoxContent h3
{
	margin-top: 0px;
}

/*** Generic ***/

.success
{
	color: #60811B;
}

.error
{
	color: #FF0000;
}

.centered
{
	text-align: center;
}

span.active
{
	color: #60811B;
}

span.paused
{
	color: #FC702C;
}

span.deleted
{
	color: #FF0000;
}

a.action
{
	background-image   : url(../Image/ActionLink.png);
	background-position: left center;
	background-repeat  : no-repeat;
	margin             : 0;
	padding-left       : 18px;
}

a.help
{
	background-image   : url(../Image/HelpLink.png);
	background-position: left center;
	background-repeat  : no-repeat;
	margin             : 0;
	padding-left       : 20px;
}

a.command
{
	background-image   : url(../Image/CommandLink.png);
	background-position: left center;
	background-repeat  : no-repeat;
	margin             : 0;
	padding-left       : 16px;
}

div.next
{
	clear     : both;
	margin-top: 30px;
	text-align: center;
}

div.next a
{
	background-image   : url(../Image/Next.png);
	background-position: left center;
	background-repeat  : no-repeat;
	font-size          : 22px;
	font-weight        : bold;
	margin             : 0 auto;
	padding-left       : 45px;

}

/**** Float Clear Hack ****/

html[xmlns] .clearfix
{
	display: block;
}

.clearfix
{
	display: inline-block; 
}

.clearfix:after 
{
	clear      : both;
	content    : ".";
	display    : block;
	height     : 0; 
	line-height: 0;
	visibility : hidden;  
}