﻿/* CSS Document */

.hd-combo
{
	border:1px solid #c5cdd0;
	background:#8d9aa2;
	color:#fff;
}

.hd-combo-wrapper
{
	background:url("../images/html/set-square-white.gif") right center no-repeat;
	padding:0 20px 0 0;
	margin:0 40px 0 0;
	float:left;
}

.text
{
	border-top:1px solid #b9b9b9;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	background-image:url("../images/html/txt-box-bg.gif");
	background-repeat:no-repeat;
    background-position:top left;
	font-size:11px;
	color:#54382d;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	height:15px;
	padding:2px 0 2px 3px;
}

.searchText
{
	border:1px solid #fff;
	width:100px;
	background:#15bdd6;
	color:#fff;
	padding:3px 0 3px 3px;
}

.button, .cancel
{
	background:#0058a6;
	color:#ffffff;
	text-transform:uppercase;
	font-family:"Verdana", "Tahoma", "Arial";
	cursor:pointer;
	border:none;
	padding:2px 10px 3px 10px;
	#padding:2px 0 3px 0;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	border-bottom:1px solid #464646;
	border-right:1px solid #464646;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
}

.button:hover
{
	background:#8d9aa2;
}

.cancel
{
	background:#8d9aa2;
}

.cancel:hover
{
	background:#adb9c1;
}

span.checkbox input
{
	vertical-align:middle;
}

span.checkbox label
{
	display:inline !important;
	vertical-align:middle;
	margin:0 0 0 5px;
}

.buttonSearch
{
	background:url("../images/html/search-button.gif") left top no-repeat;
	border:none;
	color:#0063b1;
	cursor:pointer;
	padding:4px 0px 4px 5px;
	_padding:4px 0px 4px 5px;
	margin:2px 2px 0 0;
	min-width:65px;
	*min-width:65px;
	_width:65px;
	text-align:left;
}

.buttonSearch:hover
{
	
}


.textarea
{
	border-top:1px solid #54382d;
	border-left:1px solid #54382d;
	border-right:1px solid #54382d;
	border-bottom:1px solid #54382d;
	background-image:url("../images/html/txt-area-bg.png");
	background-repeat:no-repeat;
    background-position:top left;
	font-size:11px;
	color:#54382d;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	padding:4px 0 0 3px;
	width:98%;
	overflow-y:auto;
	overflow-x:none;
}

.pass
{
	width:110px;
}

.wide
{
	width:96%;
}

.medium
{
	width:65%;
}

.short
{
	width:60px;
}

.wideCombo
{
	width:99%;
}

.shortCombo
{
	width:65px;
}

.radio
{
	vertical-align:middle;
	margin:2px 0 7px 0;
}

label, .label
{
	font-family: "Verdana", "Tahoma","Trebuchet MS",  "Serif";
	font-size:11px;
	font-weight:normal;
	color:#202f38;
	padding:3px 0 1px 0px;
	margin:0 0 0 0;
	display:block;
}

.blue-container label, .blue-container .label
{
	color:#fff;
	margin:3px 0 0 0;
}

.radio-label
{
	display:inline-block;
}

.combo
{
	
	border:none;
	font-family: "Verdana", "Tahoma","Trebuchet MS",  "Serif";
	color:#758579;
	font-size:10px;
	font-weight:normal;
	height:16px;
	padding:0px 0 0 0;
}

.blueCombo
{
	font-family: "Verdana", "Tahoma","Trebuchet MS",  "Serif";
	color:#ffffff;
	background:#0a2539;
	font-size:10px;
	font-weight:normal;
	height:16px;
	padding:0px 0 0 0;
	border:1px solid #12466d;
}



.control-bar
{
	width:85%;
	float:right;
	border-top:1px solid #384e5b;
	margin:15px 0 20px 0;
	text-align:right;
}

.inner-border
{
	height:1px;
	width:60%;
	background:#1d72a4;
	margin:1px 0 0 0;
	float:right;
}

.linkButton
{
	padding:0 15px 0 0;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	font-family:"Verdana", "Tahoma", "Arial";
	text-transform:uppercase;
	letter-spacing:2px;
	border:none;
}
