/* ===============================================
   Global HTML Elements
   =============================================*/

/* Default HTML Formatting */
html { height: 100% }
body { margin: 0px; padding: 0px; background: #C4C4C4; height:100%; position: relative;}
img { border: 0px }
form { margin: 0px; height: 100%; }
td, div { font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 14px; }
ul, ol, li { margin-left: 18px; margin-top: 0px; margin-bottom: 0px; }
ul { margin-top: 5px; }
ul li { margin-top: 1px; margin-bottom: 1px; }
ol { margin-left: 4px; }
ol li { margin-top: 5px; margin-bottom: 10px; }
select { font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 14px; height: 20px; padding-left: 1px; margin-top: 1px; margin-bottom: 1px; }
input { font-size: 11px; font-family: Tahoma, Arial; color: #333333; }
textarea { font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 10px; height: 200px; width: 300px; padding-left: 0px; margin-top: 1px; margin-bottom: 1px; }
hr { text-decoration: none; color: #666666; margin-top: 5px; margin-bottom: 5px; height: 1px; }

/* Links */
A { text-decoration: none; color: #0095DA; }
A:hover { color: #0095DA; }
.folderCaption_link { font-size: 11px; font-family: Tahoma, Arial; color: #000000; vertical-align: middle; }
/*.FolderCaption_link img { vertical-align: middle; }*/
.folderCaption_link:hover { font-weight: 500; color: #0095DA; }

/* ===============================================
   Misc Styles
   =============================================*/
.boxArea { border: 1px solid #DFDFDF; }
.copyText { font-size: 10px; font-family: Tahoma, Arial; color: #BBBBBB; }
.menuText { font-size: 10px; font-family: Tahoma, Arial; color: #7C7C7C; background: #CCCCCC; cursor: pointer; }
.menuText_Selected { font-size: 10px; font-family: Tahoma, Arial; color: #636363; background: #F5F5F5; font-weight: 700; cursor: pointer; }
.subHeader { font-family: Tahoma, Arial; font-weight: 700; }
.loginHeader { font-size: 10px; font-family: Tahoma, Arial; color: #999999; }
.loginText { font-size: 10px; font-family: Tahoma, Arial; color: #000000; }
.logoutLink { font-size: 10px; font-family: Tahoma, Arial; color: #0095DA; }
.languageSelect { color: #0095DA; }
.boldText { font-weight: 700; }
.errorMessage { font-size: 11px; font-family: Tahoma, Arial; color: #FF0000; line-height: 14px; }
.folderCaption { font-size: 11px; font-family: Tahoma, Arial; color: #000000; }
.folderCaption:hover { color: #000000; }
.clientMessage { font-size: 11px; font-family: Tahoma, Arial; color: #00547B; line-height: 14px; }

.input,
.input10, .input20, .input30, .input40, .input50, .input60, .input70, .input80, .input90,
.input100, .input120, .input150,
.input200, .input250,
.input300, .input350,
.input400, .input450 {
	font-family: tahoma, arial; 
	font-size: 11px; 
	line-height: 16px;
	height: 20px;
	color: #333; 
	background-color: #ffffff; 
	border-bottom: #999999 1px solid; 
	border-left: #cecece 1px solid; 
	border-right: #999999 1px solid; 
	border-top: #cecece 1px solid; 
	padding: 0px 4px;
	margin: 0; 
}
.input10  { width: 10px;  }
.input20  { width: 20px;  }
.input30  { width: 30px;  }
.input40  { width: 40px;  }
.input50  { width: 50px;  }
.input60  { width: 60px;  }
.input70  { width: 70px;  }
.input80  { width: 80px;  }
.input90  { width: 90px;  }
.input100 { width: 100px; }
.input120 { width: 120px; }
.input150 { width: 150px; }
.input200 { width: 200px; }
.input250 { width: 250px; }
.input300 { width: 300px; }
.input350 { width: 350px; }
.input400 { width: 600px; }
.input450 { width: 450px; }

.SettingListItem
{
	background-color: #fff;
}
.SettingListAlternating
{
	background-color: #eee;
}
.SettingListHeader
{
	background-color: #0088bb;
	font-weight: bold;
}
.SettingListHeader td
{
	color: #fff;
	height: 24px;
}
.SettingListItem td
{
	height: 20px;
}
.SettingListAlternating td
{
	height: 20px;
}

.checkbox input
{
	margin: 0px;
}

fieldset
{
	border: solid 1px #ccc;
	padding: 8px 6px;
	margin: 0;
}

/*
=============================================
SwfUpload - Progress bar
=============================================
*/
.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 15px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #ccc;
	background-color: #fff;
}
.green /* Current */ 
{
	border: solid 1px #ccc;
	background-color: #fff;
}
.blue /* Complete */
{
	border: solid 1px #ccc;
	background-color: #fff;
}

.progressBarStatus {
	margin-bottom: 10px;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #14151d;
	text-align: left;
	white-space: nowrap;
}
.progressName {
	font-size: 8pt;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 4px;
	background-color: #3fadda;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 23px;
	width: 23px;
	
	background-image: url(../img/cancel_upload.gif);
	background-repeat: no-repeat;
	background-position: -23px 0px;
	float: right;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}

/* Ajax toolkit */
.ajax__calendar_container { z-index : 100003 ; }
.ajax__calendar {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible; display: block;
}
.ajax__calendar iframe
{
    left: 0px !important;
    top: 0px !important;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.toolHelp
{
	float: left;
	padding-left: 10px;
}
.toolDescription
{
	/*
	*/
	position: absolute;
	width: 230px;


	display: none;
	background-color: #fff;
	border: solid 1px #dfdfdf;
	margin: -11px 0px 2px 2px;
}
.toolDescriptionHeader
{
	background-image: url(../img/tool_description_header_bg.gif);
	background-repeat: repeat-x;
	height: 19px;
	color: #fff;
}
.toolDescriptionBody
{
	padding: 2px 4px;
}
.toolDescriptionHeader a
{
	display: block;
	float: right;
	margin: 6px;
}
