﻿body 
{
	 margin:0;
	 padding:0;
	 left: 0px;
	 top: 0px;
	 width:auto;
	 height:auto;
}

/*Modal Popup*/
.popup {
	background-color:#fafafc;
	border-width:3px;
	border-style:solid;
	border-color:#284775;
	text-align:center;
	padding-top:5px;
}
.popupBackground {
	background-color: #284775;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.popupHeader
{
	background-image:url(../images/bg_title.gif);
	background-repeat:repeat-x;
	vertical-align:bottom;
	font-family:Verdana;
	font-size:14px;
	color:#284775;
	font-weight:bold;
	border-bottom: #cccccc 1px solid; 
	height: 25px; 
	text-align:center;
	cursor:move;
}

.backg_td
{
	vertical-align: top; 
	height: 105px; 
	background-position: left top; 
	background-image: url(../images/Mainbg.jpg); 
	background-repeat: no-repeat;
}
/*--- navigation ---*/
.nav_col
{
	vertical-align:top;
	border: #cccccc 1px solid;
	background-color: #ffffff;
	width: 160px;
	min-width:160px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	float:left;
}
.nav_bottom
{
	background:url(../images/bg_nav.gif) no-repeat;
	background-position:left top;	
}
.nav_table
{
	vertical-align:top;
	border:0px;
	padding:0px;
	width:100%;
	text-align:left;
}
.nav_tr
{
	background-image:url(../images/bg_title.gif);
	background-repeat:repeat-x;
	height: 25px;
	border:0px;
}
.nav_td
{
	padding-left:10px;
	border-bottom: #cccccc 1px solid;
}

/*--- nav links ---*/

.nav_links {
	color: #284775;
	text-decoration:none;
}
.nav_links:visited {
	color: #284775;
	text-decoration:none;
}
.nav_links:active {
	color: #284775;
	text-decoration:none;
}
.nav_links:hover {
	color: #284775;
	text-decoration:underline;
}
/*--- pager links ---*/

.pager_links {
	color: #284775;
	font-size:11px;
}

/*--- copyright ---*/
.copyright_div
{
	width:100%;
	text-align:center;
	vertical-align:bottom;
	font-family:Verdana;
	font-variant:small-caps;
	font-size:9px;
	color: #b0c4de;
	padding-bottom:10px;
	padding-top:10px;
}

/*--- content header ---*/
.header_col
{
	width:638px;
	vertical-align:top;
	text-align:left;
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 

}
.header_table
{
	vertical-align:top;
	border:0px;
	padding:0px;
	height:100%;
	text-align:left;
}
.header_tr
{
	background-image:url(../images/bg_title.gif);
	background-repeat:repeat-x;
	height: 25px;
	border:0px;
}
.header_td
{
	font-family:Verdana;

	font-size:11px;
	color:#284775;
	font-weight:bold;
	text-indent:10px; 
	border-bottom: #cccccc 1px solid; 
	height: 25px; 
	width:640px;
}

/*--- content ---*/
.content_col
{
	font-size: 10px; 
	font-family: Verdana;	
	color: #284775; 
	padding:10px;
}
.content_table
{
	font-family:Verdana;
	font-size:10px;
	color:#284775;
}
.content_tr
{
	vertical-align:top;
}
.content_td
{
	
}

.content_sub_table
{
	
}
.content_sub_tr
{
	
}
.content_sub_td
{
	padding-left:10px;
	padding-right:10px;
	border: #cccccc 1px solid;
	vertical-align:top;
}
.control_td
{
	text-align:left;
}
.control_td_right
{
	text-align:right;
}
.label
{
	font-family:Verdana;
	font-size:10px;
	color:#284775;

}
.txtbox
{
	font-family:Verdana;
	font-size:10px;
	color:#284775;
	border: solid 1px #a9a9a9;
	padding-left:4px;
	width:200px;

}
.watermarked
{
	color: Gray;
	font-family: Verdana;
	font-size: 10px;
	border: solid 1px #a9a9a9;
	padding-left: 4px;
	width: 200px;
}
.cbobox
{
	font-family:Verdana;
	font-size:10px;
	color:#284775;
	width:208px;
}
.button
{
	background-color:White;
	border: solid 1px #284775;
	font-family:Verdana;
	font-size:11px;
	color:#284775;
}
.Uploadbutton
{
	background-color:White;
	border: solid 1px #284775;
	font-family:Verdana;
	font-size:11px;
	color:#284775;
	padding:10px;
}
.commandButton
{
	background-color:White;
	border: solid 1px #284775;
	font-family:Verdana;
	font-size:11px;
	color:#284775;
	margin-left:10px;
	margin-right:10px;
	margin-top:11px;
	margin-bottom:8px;
}
.radio_lic
{
	vertical-align:top;
	font-family:Verdana;
	font-size:10px;
}
.radio_left
{
	border-left:solid 1px #a9a9a9;
	text-align:center;
}
.radio_right
{
	border-right:solid 1px #a9a9a9;
	text-align:center;

}

/*--- Modal Popup ---*/
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color: #284775;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fafafc;
	border-width:3px;
	border-style:solid;
	border-color:#284775;
	padding:3px;
	width:250px;
}

/*--- Misc ---*/
.content_hr
{
	color: #b0c4de; 
	height: 1px	
}
.right_div
{
	text-align:right;	
}
.v_mid_div
{
	vertical-align:middle;	
}
.center_div
{
	text-align:center;	
}

/*--- ProgressBars ---*/

/*--- Login ---*/
.LoginProgBar
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.LoginProgBar div
{
	background-color: White;
	padding: 0px;
	position: absolute;
	left:0;
	top:0;
}

/*--- Client Info ---*/
.ClientProgBar
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.ClientProgBar div
{
	background-color: White;
	top: 44px;
	right: 30px;
	position: absolute;
}

/*--- Licence ---*/
.LicenceProgBar
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.LicenceProgBar div
{
	background-color: White;
	top: 50px;
	right: 25px;
	position: absolute;
}

/*--- Basket Info ---*/
.BasketProgBar
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.BasketProgBar div
{
	background-color: White;
	top: 24px;
	right: 5px;
	position: absolute;
}
.closeIcon
{
	background-position: right top;
	background-image: url(../buttons/window_close.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 16px;
	top: 2px;
	height: 16px;
	right: 4px;
}
.dialogHeader
{
	background: url(../images/bg_tile.gif) repeat-x bottom;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #284775;
	font-family: Verdana;
	background-color: White;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
.emptyHeader
{
	background: url(../images/bg_tile.gif) repeat-x bottom;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #284775;
	font-family: Verdana;
	background-color: White;
}
.StrenghtIndicator
{
	background-color: #c3cccc;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
}
