﻿body
{
	background-color : #eee;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", tahoma, serifSansSerifMonospace, verdana, helvetica, arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	height: 100%;
}

.rtsTxt, .rtbText, .rwTitlebar{
	font-family: "Segoe UI", tahoma, serifSansSerifMonospace, verdana, helvetica, arial, sans-serif !important;
}

h1
{
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
}

h2
{
	display: block;
	font-size: 1.2em;
	height: 21px;
	line-height: 21px;
}

a
{
	color: #666666;
	cursor: pointer;
}

a.linkButton{
    color: #003399;
}

input
{
	height: 16px;
	color: #666;
	font-size: 99%;
	line-height: 16px;
	font-weight: bold;
}

select
{
	height: 20px;
	color: #666;
	font-size: 99%;
	line-height: 20px;
	font-weight: bold;
}

legend{
	color: #333;
	font-size: 110%;
}

.checkBox input, input[type="checkbox"]
{
	border: solid 0px black !important;
	background-color: Transparent !important;
	width: auto;
	height: 16px;
	line-height: 16px;
}

.RadComboBox, .rcbSlide {
    /* margin: 4px 0 0 0; */
    /*z-index: 6000 !important;*/
}

.GridAltRow_Vista{
    border-top: solid 1px #ccc !important;
    border-bottom: solid 1px #ccc !important;
    background-image: url(  'images/rowovr.jpg' ) !important;
    background-repeat: repeat-x !important;
    background-position: top !important;
    background-color: #E0E9F1 !important;
}

.todaysDate
{
    background-image: url(  'images/rowovr.jpg' ) !important;
    background-repeat: repeat-x !important;
    background-position: bottom !important;
    background-color: #E0E9F1 !important;
    border: 1px solid #006699 !important;
}

.requiredField{
	background-color: #FFEFEC !important;
	color: #800000 !important;
	border: solid 1px #800000 !important;
    width: 60% !important;
}

.requiredFieldAutoWidth
{
    width: auto !important;
}

.requiredFieldOver
{
	background-color: #FFF;
	color: #666;
	font-size: 99%;
	line-height: 16px;
	font-weight: bold;
	border: solid 1px #000;
}

.requiredFieldText
{
	display: block;
	font-size: 98%;
	line-height: 16px;
	font-weight: bold;
	width: 4px !important;
	text-align: center;
	margin: 2px 4px 0 -8px;
}

.CustomValidatorCalloutStyle div
{
	z-index: 999;
}

.exceptionMessage{
    margin: 10px;
}

.popupDiv
{
	background-color: #FFFFF0;
	border: solid 1px #ccc;
	width: 250px;
}

/*
.popupbg{background-color:gray; filter: alpha(opacity=20); opacity:0.20; height: 110%;}
.hidelbl{display:none;}

rlpLoadingPanel
{
	background-color:red !important; 
	filter: alpha(opacity=20); 
	opacity:0.20;
	height: 110%;
}
*/

div.hiddenFields
{
	margin: 0 auto;
	padding: 0;
	display: block;
	height: auto;
}

div.titlePane
{
	width: 360px;
	margin: 20px auto 0 auto !important;
}

div.titlePane ul
{
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

div.titlePane ul li
{
	width: 100%;
	text-align: center;
}

div.titlePane ul li#liTitle, .liTitle
{
    display: block;
	font-size: 110%;
	margin: 4px 0 !important;
	font-weight: bold;
}

ul li.liText
{
	font-size: 90%;
	text-align: justify !important;
}

ul .liLink{
    margin: 2px 0;
    font-weight: bold;
}

ul .liCentral{
    text-align: center;
}

a.websiteLink{
    display: block;
    float: left;
    margin: 6px;
}

.image{
    border-collapse: collapse;
    border: 0px #fff !important;
}

/************************************************************************************************
    TOOLBARS
************************************************************************************************/

.ruFileInput, .ruFakeInput{
    width: 300px !important;
}

.ruCheck{
    display: inline-block;
    border: none !important;
}

div.loading{
    height:100%;
    padding: 32px 0 0 0;
    width:100%;
    display: block;
}

div.inlineLoading{
    background-color: #fff;
    height:100%;
    padding: 0 0 0 0;
    width:100%;
}

div.loadingMessage
{
    margin: 40px auto 0;
    text-align: center;
    color: #FFFFFF;
    width: 140px;
    line-height: 32px;
    height: 32px;
}

div.loadingMessage em{
    display: block;
}

.pageloadingControl div.loadingMessage em{
    color: #000456 !important;
}

.projectLoadingPanel .loadingImage{
    src: url('images/ajax-loader-1.gif') !important;
}