html, body, form {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.header
{
	height:40px;
	background: url('/Images/qsfWrap.jpg') no-repeat;
	overflow:hidden;
}

.header .logo
{
	float:left;
	position:relative;
	overflow:hidden;
}

.header .box {
	float:right;
	text-align:right;
	margin-right:15px;
	margin-top:0px;
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	height:64px;
}

.box .singleline_small 
{
	font-size:10px;
	padding:0px;
	width:150px;
}

.content 
{
}

.content_fullsize
{
	margin: 0;
	padding: 0;
}

.module 
{
	padding:10px;
}

form {
	
}

input,select,textarea {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}

input.singleline_extrasmall
{
	border:1px solid #216889;
	width:30px;
}

input.singleline_small
{
	border:1px solid #216889;
	width:100px;
}

input.singleline_smallmedium
{
	border:1px solid #216889;
	width:180px;
}

input.singleline_label
{
	border:1px solid #216889;
	width:100px;
	position:relative;
	top:-5px;
	width:120px;
}

input.singleline_medium 
{
	border:1px solid #216889;
	width:200px;
}

input.singleline_large
{
	border:1px solid #216889;
	width:460px;
}

select.singleline_medium 
{
	border:1px solid #216889;
	width:210px;
}

textarea.multiline_medium
{
	border:1px solid #216889;
	width:200px;
	height:50px;
}

textarea.multiline_large
{
	border:1px solid #216889;
	width:460px;
	height:100px;
}

textarea.multiline_full
{
	border:1px solid #216889;
	width:500px;
	height:100px;
}

span.singleline_medium 
{
	width:150px;
	display:inline-block;
}

a, a:link, a:visited {
	color:#216889;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
}

.pageheader 
{
	width:100%;
	z-index:999;
}

.main 
{
	padding-top:85px;
}

.main_dialog
{
	position:absolute;
	top:87px;
	left:0px;
	padding:10px;
	background:url('/images/gradient4.png') repeat-x;
	background-color:#F6FBFD;
}

.pageheader .title
{
	background:url('/images/gradient2.png') repeat-x;
	background-color:#F1F1F1;
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	font-size:20px;
	/*font-weight:bold;*/
	color:#216889;
	width:100%;
	height:60px;
}

.pageheader .title .icon
{
	position:absolute;
	left:10px;
	top:-5px;
}

.pageheader .title .text 
{
	position:absolute;
	left:70px;
	top:8px;
}

.pageheader .title .right 
{	
	float:right;
	text-align:right;
	padding-right:10px;
}

.pageheader .breadcrumps
{
	position:absolute;
	left:70px;
	top:35px;
	font-size:12px;
	font-weight:normal;
}

.pageheader .toolbar 
{
	top:60px;
	left:0px;
	position:absolute;
	background-color:#D1E5FC;
	width:98%;
	/*padding:10px;*/
	height:25px;
	border: solid 1px #216889;
	background-image:url(/images/controls/gradient.gif);
}

.toolbar .leftarea {
	text-align:left;
	float:left;
}

.toolbar .rightarea {
	float:right;
	text-align:right;
	padding-right:20px;
}

.dialogheader
{
	width:100%;
}

.dialogmain 
{
	padding-top:35px;
	padding-left:10px;
}

.dialogheader .toolbar 
{
	top:0px;
	left:0px;
	position:absolute;
	background-color:#D1E5FC;
	width:98%;
	/*padding:10px;*/
	height:25px;
	border: solid 1px #216889;
	background-image:url(/images/controls/gradient.gif);
}

h1 {
	font-size:22px;
	/*font-weight:bold;*/
}

h2 {
	font-size:18px;
	color:#216889;
	font-weight:normal;
	margin-bottom:10px;
}

h3 
{
	font-size:14px;
	color:#216889;
	/*font-weight:bold;*/
}

p {
	color:black;
}

.center {
	text-align:center;
}

input.button {
	font-size:90%;
	border:none;
	width:auto;
	color:#FFF;
	cursor:pointer;
	background:#216889;
	letter-spacing:1px;
}

.validator 
{
	background:#216889;	
	color:White;
	vertical-align:middle;
	padding-left:8px;
	padding-right:8px;
	/*font-weight:bold;*/
}

ul.list 
{
	list-style-type:none;
	margin:0px;
	float:left;
	display:block;
}

ul.form 
{
	border:1px solid #216889;
	width:600px;
	padding:15px;
	list-style:none;
}

ul.form li
{
	height:33px;
}

ul.form li.bigrow
{
	height:90px;
}

ul.form li .label
{
	float:left;
	width:150px;
	color:#216889;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	padding:3px;
	height:27px;
}


ul.form_small
{
	border:1px solid #216889;
	width:450px;
	padding:15px;
	list-style:none;
}

ul.form_small li
{
	height:33px;
}

ul.form_small li.bigrow
{
	height:90px;
}

ul.form_small li .label
{
	float:left;
	width:150px;
	color:#216889;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	padding:3px;
	height:27px;
}

ul.listnoicon
{
	padding:0px;
	margin:0px;
	list-style:none;
}

img 
{
	border:0px;
}

.zone
{
	overflow:hidden;
	width:100%;
}
.zone_column 
{
	width:32%;
	float:left;
	overflow:hidden;
	padding:5px;
}

.zones 
{
	width:100%;
}

.rad_datepicker 
{
	width:90px !important;
	height:30px !important;
}
.rad_texttiny
{
	width:20px !important;
	border:1px solid #216889 !important;
}
.rad_textsmall
{
	width:30px !important;
	border:1px solid #216889 !important;
}
.rad_textmedium
{
	width:60px !important;
	border:1px solid #216889 !important;
}
.rad_textlarge
{
	width:100px !important;
	border:1px solid #216889 !important;
}
.rad_textpanel 
{
	height:30px;
}

table.wizard
{
	width:400px;
	border: solid 1px #216889;
	border-collapse:collapse;
}

table.standard
{
	width: 100%;
	border: solid 1px #216889;
	border-collapse:collapse;
}

table.standard_noborder
{
	width: 100%;
	border-collapse:collapse;
}

table.standardfit
{
	border: solid 1px #216889;
	border-collapse:collapse;
}

.table_row td,
.table_rowalternate td,
.table_header td
{
	padding: 2px 5px 2px 5px;
	border: solid 1px #216889;
}

.table_header td a
{
	text-decoration:underline;
	color:white;
}

.table_globalheader td
{
	border: solid 1px #216889;
}

.table_globalheader td .title
{
	background:url('/images/gradient2.png') repeat-x;
	background-color:#F1F1F1;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	font-size:20px;
	color:#216889;
	width:100%;
	height:60px;
}

.table_globalheader td .title .icon
{
	position:relative;
	left:10px;
	top:-5px;
}

.table_globalheader td .title .text 
{
	position:relative;
	left:20px;
	top:-20px;
}

.table_column 
{
	padding: 2px 5px 2px 5px;
	border: solid 1px #216889;
	background:url('/images/gradient4.png') repeat-x;
	background-color:#F6FBFD;
}

.table_toolbar 
{
	background-color:#94B8CC;
	height:20px;
	/*background-image:url(/images/controls/gradient.gif);*/
	background:url('/images/controls/gradient_toolbar.png') repeat-x;
}

.table_toolbar_mini
{
	background-color:#94B8CC;
	background:url('/images/controls/gradient_toolbar.png') repeat-x;
}

.table_toolbar_mini td
{
	color:White;
	font-size:14px;
	margin:0px;
	padding:0px;
}

.table_toolbar td
{
	border: solid 1px #216889;
}

.table_header
{
	color:white;
	font-weight:bold;
	height:20px;
	background-color: #D1E5FC;
	background-image:url(/images/controls/gradient.gif);
}

.table_header .noborder 
{
	border: solid 0px #FFFFFF;
}

.table_wizardcontent 
{
	height:400px;
	vertical-align:top;
	padding: 2px 5px 2px 5px;
	border: solid 1px #216889;
}

.table_row
{
	background-color:#FFFFFF;
}
.table_row .noborder 
{
	border: solid 0px #FFFFFF;
}

.table_rowalternate
{
	background-color:#FFFFFF;
}
.table_rowalternate .noborder 
{
	border: solid 0px #FFFFFF;
}


table.formular 
{
	width: 100%;
	display:inline-block;
}

table.formular_box
{
	width: 100%;
	border: solid 1px #216889;
	display:inline-block;
	border-collapse:collapse;
}

table.formularfixed
{
	width: 680px;
	display:inline-block;
}

table.formular tr td.line,
table.formularfixed tr td.line
{
	border-top: solid 1px #216889;
	padding: 0px 0px 0px 0px;
	font-size:0pt;
}

table.formular tr td.label,
table.formularfixed tr td.label
{
	vertical-align:top;
	border: 0px;
	padding: 2px 2px 0px 2px;
}

table.formular tr td.icon,
table.formularfixed tr td.icon 
{
	vertical-align:top;
	width:30px;
	padding: 2px 2px 2px 2px;
	border: 0px;
}

table.formular tr td.labelsmall,
table.formularfixed tr td.labelsmall
{
	vertical-align:top;
	width:100px;
	border: 0px;
	padding: 2px 2px 2px 2px;
}

table.formular tr td.labelmedium,
table.formularfixed tr td.labelmedium
{
	vertical-align:top;
	width: 150px;
	border: 0px;
	padding: 2px 2px 2px 2px;
}

table.formular tr td.labellarge,
table.formularfixed tr td.labellarge
{
	vertical-align:top;
	width: 200px;
	border: 0px;
	padding: 2px 2px 2px 2px;
}

table.formular tr td.data,
table.formularfixed tr td.data
{
	vertical-align:top;
	border: 0px;
	padding: 0px 2px 6px 2px;
}

table.formular td.column30 
{
	width:30%;
}

table.formular td.column50
{
	width:50%;
}

table.formular td.column70
{
	width:70%;
}

.frame 
{
	border: solid 1px #216889;
	padding: 5px 5px 5px 5px;
	width:100%;
}

.edit_command
{
	padding: 20px 0px 10px 0px;
}

.wizard_command
{
	padding: 10px 0px 0px 10px;
}
.treeview 
{
	padding: 0px 10px 0px 0px;
}
.icon 
{
	padding-top:10px;
}
.icon img
{
	border:0px;
	float:left;
	vertical-align:top;
	padding-right:10px;
}
.icon .headline
{
	font-size:14px;
	font-weight:bold;
	color:#216889;
}

.adminicon 
{
	padding-top:10px;
	width:400px;
}

.adminicon img
{
	border:0px;
	float:left;
	vertical-align:top;
	padding-right:10px;
}
.adminicon .headline
{
	font-size:16px;
	/*font-weight:bold;*/
	color:#216889;
}


.listicon
{
	float:left;
	text-align:center;
	width:100px;
	height:80px;
	margin:5px 5px 5px 5px;
}

.blockcenter 
{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.calendarday,
.calendardayoff
{
	width:100%;
	height:100px;
	border: solid 1px #5D8CC9 !important;
}
.calendarday 
{
	background-color: #FFFFFF;
}
.calendardayoff 
{
	background-color: #A5BFE1;
}

.calendardaytable 
{
	width:100%;
}
.calendardaycell
{
	background-color:White;
	background: url('/Images/day_item.gif') repeat-x;
	padding: 2px 2px 2px 2px;
	width: 14%;
}
.calendardaylink 
{
	color: #000000 !important;
}
.calendardayheader
{
	background: url('/Images/day_header.gif') repeat-x;
	text-align: left;
	vertical-align:top;
	font-weight: bold;
	height:16px;
	padding: 2px 2px 2px 2px;
}

.search 
{
	padding: 20px 0px 0px 0px;
}

.help
{
	padding: 10px 10px 10px 10px;
}
.wizard_buttons 
{
	padding: 30px 0px 0px 0px;
}
.mail_body
{
	padding: 10px 0px 0px 0px;
}

input.mail_subject
{
	border:1px solid #216889;
	width:550px;
}

textarea.mail_body
{
	border:1px solid #216889;
	width:555px;
	height:200px;
}

.helpitems 
{
	padding: 10px 5px 5px 20px;
}



.searchbar 
{
	background-color:#D1E5FC;
	width:99%;
	padding:5px;
	height:30px;
	border: solid 1px #216889;
	vertical-align:middle;
}
.extsearchbar 
{
	background-color:#FFFFFF;
	width:99%;
	padding:5px;
	border-top: solid 0px #216889;
	border-bottom: solid 1px #216889;
	border-left: solid 1px #216889;
	border-right: solid 1px #216889;
	vertical-align:middle;
}


.toolbar_container 
{
	/*height:28px;*/
	float:left;
}

.toolbar_button
{
	/*height:28px;
	line-height: 16px;*/
}

/*.toolbar_button .left
{
	cursor:default;
	margin-top:30px;
	background-image:url(/images/controls/toolbar/toolbarRight.gif) ;
	background-position:right;
	background-repeat:no-repeat;
}

.toolbar_button .right
{
	cursor:default;
	margin-top:30px;
	background-image:url(/images/controls/toolbar/toolbarLeft.gif) ;
	background-position:left;
	background-repeat:no-repeat;
}*/

.toolbar_inline .toolbar_button a, 
.toolbar_inline .toolbar_button a:visited 
{
	color:#216889;
}

.toolbar_button a, .toolbar_button a:visited
{
	cursor:hand;
	/*margin-top:30px;*/
	
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	
	font: normal 11px Verdana, Arial, Sans-serif;
	color:White;
	/*color: #4d4d4d;
	
	background-image:url(/images/controls/toolbar/buttonNormalBg.gif) ;
	background-position:left;
	background-repeat:repeat-x;*/
}

.toolbar_button a:hover
{
	cursor:hand;
	/*background-image:url(/images/controls/toolbar/btnHoverBg.gif);
	background-position:left;
	background-repeat:repeat-x;*/
	text-decoration:none;
}

.toolbar_button a:active
{
	cursor:hand;
	/*background-image:url(/images/controls/toolbar/ButtonClickedBg.gif);
	background-position:left;
	background-repeat:repeat-x;
	text-decoration:none;*/
}


.toolbar_button img
{
	padding-top:3px;
	padding-bottom:5px;
	padding-right:5px;
	vertical-align:middle;
}

.tbb_text
{
}

.tbb_text a, .tbb_text a:visited
{
	cursor:hand;
	
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	
	font: normal 11px Verdana, Arial, Sans-serif;
	color:#216889;
}

.tbb_text a:hover
{
	cursor:hand;
	text-decoration:none;
}

.tbb_text a:active
{
	cursor:hand;
}


.tbb_text img
{
	padding-top:3px;
	padding-bottom:5px;
	padding-right:5px;
	vertical-align:middle;
}


.toolbar select {
	font: normal 10px Verdana, Arial, Sans-serif;
	color: #4d4d4d;
}

.button
{
	vertical-align:middle;
	line-height: 35px;
}

.button .left
{
	cursor:default;
	background-image:url(/images/controls/toolbar/toolbarRight.gif) ;
	background-position:right;
	background-repeat:no-repeat;
}

.button .right
{
	cursor:default;
	background-image:url(/images/controls/toolbar/toolbarLeft.gif) ;
	background-position:left;
	background-repeat:no-repeat;
}

.button a, .button a:visited
{
	cursor:default;
	
	margin-bottom:5px;
	padding:5px;
	
	font: normal 10px Verdana, Arial, Sans-serif;
	color: #4d4d4d;
	
	background-image:url(/images/controls/toolbar/buttonNormalBg.gif) ;
	background-position:top;
	background-repeat:repeat-x;
}

.button a:hover
{
	cursor:default;
	background-image:url(/images/controls/toolbar/btnHoverBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:none;
}

.button a:active
{
	cursor:default;
	background-image:url(/images/controls/toolbar/ButtonClickedBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:none;
}

.portal_icon 
{
    padding: 0px 0px 0px 20px;
}

.wait 
{
    border: solid 1px #216889;
    width:200px;
    height:50px;
    text-align:center;
    vertical-align:middle;
}
.format 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.listitem
{
	padding:0px 0px 5px 0px;
}
.listcontent 
{
	text-align:left;
	width:100%;
	padding:0px 0px 20px 0px;
}
.pageview
{
	border-bottom: solid 1px #8DB2E3;
	border-left: solid 1px #8DB2E3;
	border-right: solid 1px #8DB2E3;
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;
}

.hline 
{
	font-size:1px;
	width:100%;
	border-bottom: solid 1px #8DB2E3;
	padding-top:6px;
	margin-bottom:7px;
}
.noborder 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.comments 
{
	padding: 20px 0px 0px 0px;
}

/* Rating */

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/Images/Controls/Rating/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/Images/Controls/Rating/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Images/Controls/Rating/SavedStar.png);
}

.tagFont0
{
	font-size: 6pt;
}

.tagFont1 
{
	font-size: 7pt;
}

.tagFont2
{
	font-size: 8pt;
}

.tagFont3
{
	font-size: 8pt;
}

.tagFont4
{
	font-size: 9pt;
}

.tagFont5
{
	font-size: 10pt;
}

.tagFont6
{
	font-size: 11pt;
}

.tagFont7
{
	font-size: 12pt;
}

.tagFont8
{
	font-size: 13pt;
}

.tagFont9
{
	font-size: 14pt;
}

.tagFont10
{
	font-size: 15pt;
}

.tagCloud
{
	/*background-color:#D1E5FC;*/
	padding:0px 5px 5px 5px;
		
	background:url('/images/gradient2_h100.png') repeat-x;
	background-color:#F1F1F1;
	border: solid 1px #216889
}

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.infobox 
{
	width:100%;
	background:url('/images/gradient2.png') repeat-x;
	background-color:#D8EFFC;
	border: solid 1px #216889;
}

.infoboxlarge
{
	width:100%;
	background:url('/images/gradient3.png') repeat-x;
	background-color:#F6FBFD;
	border: solid 1px #216889;
}

.infoboxlarge tr td
{
	padding:5px;
}

.confirmbox
{
	width:100%;
	background:url('/images/gradient2_h100.png') repeat-x;
	background-color:#D8EFFC;
	border: solid 1px #216889;
}

.cofirmboxtext 
{
	font-size:16px;
}

.separator
{
	font-size:1px;
	width:100%;
	border-bottom: solid 1px #216889;
	padding-top:6px;
	margin-bottom:7px;
}

.textbox_box_tags
{
	font-family:Arial;
	font-size:12px;
	width:85%;
	padding:0px;
}

.searchbox
{
	font-family:Arial;
	font-size:14px;
	width:300px;
	height:20px;
	border: solid 1px #216889;	
}

.radiobuttons input 
{
	border:0px;
}

.nowrap
{
	white-space:nowrap;
}

.table_toolbar .singleline_small 
{
	font-size:10px;
	padding:0px;
	width:100px;
}

.ts_pageview
{
    padding:5px;
	border: solid 1px #216889;
	background:url('/images/gradient4.png') repeat-x;
	background-color:#F6FBFD;
	position:relative;
	top:-2px;
}