@CHARSET "UTF-8";

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group input_button */

.winput_button {
	cursor: pointer;
	background: url(../images2/ui/button/button_right.png) no-repeat scroll right center;
	padding: 0 10px 0 0;
	border: 0;
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.winput_button span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 12px;
	height: 24px;
	line-height: 25px;
	background: url(../images2/ui/button/button_left.png) no-repeat scroll left center;
}

/* @end */

/* @group button */
a.wbutton {
	background: url(../images2/ui/button/button_right.png) no-repeat scroll
		right center;
	color: #444;
	display: block;
	float: left;
	font: normal 12px "Helvetica", sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
}



a.wbutton span {
	background: url(../images2/ui/button/button_left.png) no-repeat scroll left
		center;
	display: block;
	line-height: 15px;
	padding: 5px 0 4px 8px;
	font-weight: bold;
}



/* @end */

/* @group container */


.wcontainer .tabbedHeader {
	background: url(../images2/ui/window/window_header_left.jpg) no-repeat scroll 0px bottom !important;
}

.wcontainer .tabbedHeader .content {

	background: url(../images2/ui/window/window_header_right.jpg) no-repeat scroll right bottom !important;

	height:39px;
	padding-left:20px;
}



.wcontainer .tabbedHeader li {
	float:left;

	background: url(../images2/ui/tab/window_tab_right.jpg) no-repeat scroll right top !important;
	padding-right:6px;
}

.wcontainer .tabbedHeader li a {

	background: url(../images2/ui/tab/window_tab_left.jpg) no-repeat scroll left top !important;

	float:left;
	display:block;
	height:24px;

	padding:8px 0px 7px 12px;

	text-decoration:none;
	color:#7A7A7A;
	font-size:13px;

}

.wcontainer .tabbedHeader .active {
	background: url(../images2/ui/tab/window_tab_active_right.png) no-repeat scroll right top !important;
}

.wcontainer .tabbedHeader .active a {
	background: url(../images2/ui/tab/window_tab_active_left.png) no-repeat scroll left top !important;
	padding:11px 4px 0px 16px;
	color:#717171;
}

.wcontainer .header {
	background: url(../images2/ui/window/window_header_left.png) no-repeat scroll 0px 0px !important;
	background: url(../images2/ui/window/window_header_left.jpg) no-repeat scroll 0px 0px;
	margin-right: 22px;
}

.wcontainer .header .content {
	background: url(../images2/ui/window/window_header_right.png) no-repeat scroll right top !important;
	background: url(../images2/ui/window/window_header_right.jpg) no-repeat scroll right top;

	margin-right:-22px;
	height: 39px;
}

.wcontainer .body {
	background: url(../images2/ui/window/window_body_left.png) repeat-y scroll 0px 0px !important;
	background: url(../images2/ui/window/window_body_left.jpg) repeat-y scroll 0px 0px;
	margin-right:22px;

}

.wcontainer .body .content {
	background: transparent url(../images2/ui/window/window_body_right.png) repeat-y scroll right 0px !important;
	background: transparent url(../images2/ui/window/window_body_right.jpg) repeat-y scroll right 0px;
	margin-right:-22px;
	zoom: 1;
	position: relative;
}


.wcontainer .footer {
	background: url(../images2/ui/window/window_footer_left.png) no-repeat scroll 0px 0px !important;
	background: url(../images2/ui/window/window_footer_left.jpg) no-repeat scroll 0px 0px;
	margin-right: 22px;
}

.wcontainer .footer .content {
	background: url(../images2/ui/window/window_footer_right.png) no-repeat scroll right top !important;
	background: url(../images2/ui/window/window_footer_right.jpg) no-repeat scroll right top;
	margin-right:-22px;
	height: 23px;
}




/* @end */

/* @group form */

.wform {
	width: 700px;
}

.wform .generalErrors {}

.wform .error {}



.wform fieldset {

	clear: both;


}

.wform .notes {

	float: right;
	height: auto;



}

.wform .field {

	clear: left;
	display: block;
	zoom: 1;


}



.wform .field fieldset {

	clear: none;
	margin-left: 100px;
	width: 200px;
}

.wform label {

	display: block;
	float: left;
	text-align: right;

	width: 100px;
}

.wform label.compact {

	display: inline;

}

.wform .field fieldset .labelCheckbox {

	margin-left: 0px;

}

.wform .labelCheckbox,.wform .labelRadio {

	display: block;
	width:200px;


}

.wform .labelCheckbox {

	margin-left: 100px;

	text-align: left;

}



.wform input.inputRadio,
.wform input.inputCheckbox {

	display: inline;
	width: auto;
	height: auto;
	text-align:left;
	margin: 0px;
	padding: 0px;

}


.wform input.inputText,
.wform input.inputPassword,
.wform input.inputFile {

	width: 200px;

}

.wform input.inputText.valid,
.wform input.inputPassword.valid {

	background-position: right top;

}

.wform input.inputText.error,
.wform input.inputPassword.error {

	background-position: right top;

}

.wform textarea.inputTextarea,.wform select.selectOne,.wform select.selectMultiple {

	width: 200px;

}




.wform .field small {

	display: block;
	width: 200px;
	margin-left:100px;

}

.wform .required {



}

.wform .optional {



}



.wform p.errorInfo {

	margin-left: 100px;
	width: 200px;
	color: #F00;

}

.wform .submit {



}

.wform .inputSubmit {



}

/* @end */

/* @group misc */

.usertabledata {

	border: 1px solid #2752AE !important;

}

.usertabledata td {
	padding: 2px;
	border-bottom: 1px solid #6092D1 !important;
	border-right: 1px solid #6092D1 !important ;
}

.usertabledata  .infoBoxHeading {
	font-weight: bold;
}

/* @end */

