@charset "UTF-8";

/* TAB ///////////////////////////////////////////////////////////////////////////////////////// */
div.qc_tab
{
	background: url(../images/quick_tile.png) left top repeat-x;
	height: 38px;
	position: relative;
}
 
div.qc_tab ul.qc_tab_ul
{
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 38px;
	width: auto;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
	background: url(../images/quick_tab_right.png) right top no-repeat;
	padding-right: 20px;
}
 
div.qc_tab ul.qc_tab_ul li.left
{
	background: url(../images/quick_tab_left.png) left top no-repeat;
	height: 38px;
	width: 20px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
 
div.qc_tab ul.qc_tab_ul li
{
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
	background: url(../images/quick_tab_tile.png) left top repeat-x;
}
 
div.qc_tab ul.qc_tab_ul li a {color: #fff; text-decoration: none !important; font-weight: normal; letter-spacing: .5px;}
div.qc_tab ul.qc_tab_ul li a:hover span {text-decoration: underline !important;}

div.qc_tab div.qc_nav
{
	position: absolute;
	right: 112px;
	top: 12px;
	z-index: 50000;
}

/* BOX ///////////////////////////////////////////////////////////////////////////////////////// */
#qc
{
	width: 100%;
	color: #dcedff;
	font-size: 11pt;
	background: #5895d5 url(../images/quick_box_tile.png) left bottom repeat-x;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#qc h5 /* titles */
{
	margin: 2px;
	padding: 0;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	letter-spacing: .5px;
}

#qc table.parts td
{
	background-color: #4a88cd;
	padding: 5px;
	vertical-align: top;
}
#qc table.form td
{
	padding: 2px;
	vertical-align: top;
}
 
#qc a {text-decoration: none; color: #fff;}
#qc a:hover {color: #fff; text-decoration: underline;}
 
#qc .qc_content
{
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: left;
	font-size: 0.85em;
}
 
#qc .qc_content .left
{
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}
 
#qc .qc_content .right {
 width: 290px;
 float: right;
 text-align: right;
 padding-right: 65px;
 font-size: 0.95em;
}
 
#qc .qc_content form {
 margin: 0 0 10px 0;

}
 
#qc .qc_content input.field {
 border: 1px #1A1A1A solid;
 background: #464646;
 margin-right: 5px;
 margin-top: 4px;
 color: white;
 height: 16px;
}
 
#qc .qc_content input:focus.field {
 background: #545454;
}
 
#qc .qc_content input.button_login {
 width: 47px;
 height: 20px;
 cursor: pointer;
 border: none;
 background: transparent url(../images/button_login.jpg) no-repeat 0 0;
}
 
#qc .qc_close
{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	text-align: left;
}

/* FORM ///////////////////////////////////////////////////////////////////////////////////////// */
form.qc_form input, form.qc_form textarea
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 4px;
	border: 1px solid #333333;
}
form.qc_form input.submit
{
	letter-spacing: 1px;
	color: #fff;
	padding: 2px 5px;
	background: #0c4287 url(../images/btn1_tile.png) left top repeat-x;
}