/*
 WebFlo Archival Wizard

 Stylesheet

 copyright (C) 2004 - HMSL Group Ltd
*/ /* Link Style */
a:inactive {
	color: #205393;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:link {
	color: #205393;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/* Visited Link Style */
a:visited {
	color: #205393;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/* Hover Over Link Style */
a:hover {
	color: #F7941D;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.logoutLink:inactive {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.logoutLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.logoutLink:hover {
	color: #F7941D;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.logoutLink:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/* Page Body Style */
.OuterFrame {
	margin: 0px;
	padding: 0;
	font-family: verdana, Helvetica, sans-serif, Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #336699;
}

/* Page Body Style */
BODY {
	background: #FFFFFF;
	margin: 3px;
	padding: 0;
	font-family: verdana, Helvetica, sans-serif, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}

form {
	margin: 0px;
	padding: 0;
}

/* Display Table Header Row Style */
.tdheader {
	background-color: #DAE5F4;
	border-top: 4px #F7941D solid;
	cell-spacing: 5px;
	font-size: 10px;
}

.tdheader2 {
	background-color: #DAE5F4;
	cell-spacing: 5px;
	font-size: 10px;
}

/* Display Table Data Row Style */
.tdback {
	background-color: white;
	color: #205393;
	font-weight: normal;
	font-size: 10pt;
	border-bottom: 1px #336699 solid;
}

.tdbackalternaterow {
	background-color: #f4f7ff;
	color: #205393;
	font-weight: normal;
	font-size: 10pt;
	border-bottom: 1px #336699 solid;
}

/* Display Table Generic Style */
.table {
	border-collapse: collapse;
}

/* Form Field Label Style */
.tdformfields {
	background-color: white;
	color: #205393;
	font-weight: normal;
	font-size: 10pt;
	border-bottom: 5px white solid;
	border-top: 5px white solid;
}

.rangeHeaderText {

    color: #205393;
	font-weight: normal;
	font-size: 10pt;

}

/* Form Field Header Label Style */
.tdformfieldsheader {
	background-color: #DAE5F4;
	border-top: 4px #F7941D solid;
}

/* Error Text Style */
.tdErrors {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FF0000;
}

/* TextBox Style */
.textBox {
	font-family: verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #205393;
}

.OverlayText {
	font-family: Tahoma, Verdana, Arial;
	font-size: 25px;
	color: #ffffff;
}

.OrangeBorder {
	border-bottom: 3px #F7941D solid;
}

/* Button Style */
.button { /*font-family		:	Tahoma, Verdana, Arial;
	font-size		:	11px;
	color			:	#000000;*/
	font-family: verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #205393;
}

/* Login Button Style */
.loginButton { /*font-family		:	Tahoma, Verdana, Arial;
	font-size		:	11px;
	color			:	#000000;*/
	font-family: verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: #336699;
	font-weight: bolder;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

/* DropDown List Style */
.dropDown {
	font-family: verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #205393;
}

/* TextArea Style */
.textArea {
	font-family: verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #205393;
}

/* Heading 1 Style (All Page Titles) */
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #205393;
}

/* Left Bar Application Menu Title Row Style */
.appTitle {
	background-color: #DAE5F4;
	border-top: 4px #F7941D solid;
	border-left: 2px #DAE5F4 solid;
	border-right: 2px #DAE5F4 solid;
	font-size: 12px;
	font-weight: bold;
}

/* Left Bar Application Menu Data Row Style */
.appBack {
	background-color: white;
	color: #205393;
	font-weight: normal;
	font-size: 10pt;
	cell-padding: 5px;
}

.appBackNoBorder {
	background-color: white;
	color: #205393;
	font-weight: normal;
	font-size: 10pt;
	cell-padding: 5px;
	border: 0
}

.appBackBigLeftBorder {
	background-color: white;
	color: #205393;
	font-weight: normal;
	font-size: 10pt;
	cell-padding: 5px;
	border-left: 15px solid #ffffff;
}

/* Left Bar Application Menu Generic Style */
.appTable {
	border-collapse: collapse;
	border-bottom: 2px #DAE5F4 solid;
}

.appTableNoBorder {
	border-collapse: collapse;
	border: 0;
}

/* Fixed Width Buttons */
.fixedButton {
	position: relative;
	float: right;
	width: 50;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FF0000;
}

/* Fixed Width Buttons */
.fixedButton {
	position: relative;
	float: right;
	width: 50;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FF0000;
}

/* Fixed Width Buttons */
.fixedList {
	position: relative;
	float: right;
	width: 500;
	font-family: Tahoma, Verdana, Arial;
	font-size: 25px;
	color: #FF0000;
	border: 1
}

.loginCredentials1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #6699cc;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	background-image: none;
	color: #6699cc;
}

.loginCredentials2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #6699cc;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

.tdLoginfields {
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: white;
	border-bottom-color: white;
	padding: 3px;
}

.tdLogoutfields {
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: white;
	border-bottom-color: white;
	padding: 3px;
}

.thumb {
    border: 2px #336699 solid;
}

.thumbSelected {
    border: 3px #F7941D solid;
}