@media print
{
	.noPrint, .noPrint *
	{
		display: none !important;
	}
}

html, body, form
{
	/*height: 100%;*/
	margin: 0;
	padding: 0;
}

body
{
	/*background-color: #EBEBEB;*/
	background-color: #CCBA9E;
	color: #333333;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px 0px 0px 0px;
}



#content
{
	overflow: hidden;
	position:relative;
}

#container
{
	background-color: #FFFFFF;
	border: solid 1px #333333;
	padding: 0px;
	margin: 1px auto 1px auto; /*margin: 8px auto 8px auto;*/
}

.container
{
	/*width: 900px;*/
	width: 964px;
}

.breadcrumbs
{
	background-color: #CCBA9E;
	color: #888;
}

#banner, .widget_header
{
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #660000;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.widget_header
{
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.widget
{
	border: solid 1px #333333;
	padding: 3px 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#user_info
{
	float: right;
	text-align: right;
	margin: 2px 4px 0px 0px;
}

#main_menu
{
	background-color: #333;
	color: #333;
	border: none;
	padding: 2px;
	margin: 0px;
	height: 26px;
}

#footer
{
	background-color: #660000;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-size: 7pt;
	padding: 2px;
}

A.footer:link, A.footer:visited
{
	color: #F6E362 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

A.footer:active, A.footer:hover
{
	text-decoration: underline !important;
}

.placeholder
{
	/*border: solid 1px #000;*/
	margin: 0px;
	padding: 4px;
}

A:link, A:visited
{
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

A:active, A:hover
{
	color: #990000;
	text-decoration: underline !important;
}

h1, h2, h3, h4, h5
{
	text-align: center;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.center
{
	text-align: center;
}

ul.simple_list li
{
	margin: 5px 0;
}

.important
{
	font-weight: bold;
	color: Red;
}

legend
{
	color: #333333;
	font-weight: bold;
}

.clear
{
	clear: both;
}

.loading
{
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}

.entry
{
	margin: 10px 0px;
	
}



ul.items li
{
	margin: 5px 0px;
}

.entry label, .nomargin_entry label
{
	line-height: 22px;
	width: 200px;
	float: left !important;
	text-align: right !important;
	margin-right: 10px !important;
	font-weight: bold;
}

.entry label .bold
{
	font-weight:bold;
}

.entry label .short
{
	width: 80px !important;
}

.input_offsetShort label
{
	width: auto !important;
}

.entry .input_offset span, .nomargin_entry .input_offset span
{
	line-height: 22px;
}

.chklst label
{
	line-height: 22px;
	float: none !important;
	text-align: left !important;
}

.label
{
	margin: 10px 0px;
	font-weight: bold;
}

.label-for-textbox
{
	line-height: 30px !important;
}

.input_offset
{
	margin-left: 210px;
}

.hidden
{
	visibility: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

.window
{
	z-index: 9000 !important;
}

A.grid_alpha_selected:link, A.grid_alpha_selected:visited, A.grid_alpha_selected:active, A.grid_alpha_selected:hover
{
	color: #F6E362 !important;
	text-decoration: underline !important;
}

.RadComboBoxWithLabel .rcbLabel, .riLabel, .ctrlLabel
{
	line-height: 22px;
	width: 180px !important;
	float: left !important;
	text-align: right !important;
	margin-right: 10px !important;
}

.riLabelShort
{
	line-height: 22px;
	width: 80px !important;
	float: left !important;
	text-align: right !important;
	margin-right: 10px !important;
}

.input_offsetShort
{
	margin-left: 90px;
}

.RadComboBoxWithLabel .rcbLabel
{
	padding-right: 0px !important;
}

.hoveredlink .rbText .rbText
{
	text-decoration: underline !important;
}

.recordname 
{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}

.title
{
	font-weight: bold;
	font-size: 10pt;
	display: block;
	text-align: center;
}

.subtitle
{
	font-size: 8pt;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	display: block;
	text-align: center;
}

A.user_info:link, A.user_info:visited
{
	color: #F6E362 !important;
	text-decoration: none !important;
}

A.user_info:active, A.user_info:hover
{
	text-decoration: underline !important;
}

.ajax_loader_small
{
	background: #fff url(../images/loading.gif) no-repeat center center;
}

.ajax_loader_large
{
	background: #fff url(../images/loading_large.gif) no-repeat center center;
}

.message
{
	font-size: 10pt;
}

.success
{
	color: green;
}

.fail
{
	color: Red;
}

.large
{
	font-size: 1.2em;
}

.detail_row
{
	background-color: #E2946A !important; /*#BDA988*/
	color: #222222 !important;
}

div.banner_image
{
	background: url('../images/Banner_Image.jpg') no-repeat 0 0;
	height: 210px;
	margin-top: 0px !important;
}

div.feature-list
{
	overflow: hidden;
	background-color: #FFFFCC;
}

div.feature
{
	width: 208px;
	float: left;
}

div.feature_top
{
	margin: 0px 0px 10px;
}

div.feature_bottom
{
	margin: 0px;
}

div.column
{
	margin-left: 34px;
}

.feature .feature_icon
{
	margin-right: 3px;
}


.landing_page .feature-list .feature h3, .landing_page h2
{
	text-align: left;
	color: #660000;
}

.landing_page h2
{
	padding-top: 6px;
}

.feature p
{
}

.login
{
	width: 210px;
	padding: 5px;
}

.landing_page p
{
	margin: 10px 0px;
	line-height: 12pt;
	text-align: justify;
}

.small
{
	font-size: 7pt;
}

#support_docs
{
	float: right;
	margin: 5px 10px 5px 0px;
}

.RadNotification .rnContentIconClip
{
	clip: auto !important;
	top: 8px !important;
}

.window .rwWindowContent div
{
	overflow: hidden !important;
}

.help
{
	position:absolute;
	right:0;
}

div.grid_icon
{
	width: 16px;
	float: left;
}

div.grid_icon_text
{
	margin-left: 25px;

}

ul.icons, ul.faq 
{
	padding:0px;
	margin:0px;
	list-style-type: none;
}

ul.icons li, ul.faq li 
{
	margin: 8px 0px;
	overflow:hidden;
}
  
.AddImage
{
    background-image: url(../images/insert_image.png) !important;
}

div.pointer_format 
{
    cursor:pointer;
}
  
