﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/  

html, body, address, blockquote, dd, dl, hr, form
{
	margin: 0;
	padding: 0;		
	height:100%;	
}

body
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

hr
{
	border-bottom: 1px solid #CCC;
	color: #FFF;
}

div.login-block
{
	position: absolute;
	text-align: left;
	margin: -140px 10px 10px -170px;
	padding: 0px 0px 0px 0px;
	top: 50%;
	left: 50%;
	width: 344px;
	height: 350px;
	background-image: url("images/rrs_login_logo.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;		
	color: #77787e;
}

div.login-block table.login-table-container
{
	margin: 120px 20px 0px 70px;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td
{
	vertical-align: middle;
}

td.fieldname
{
	font-size: 12px;
}

.table-container
{
}

.table-container .row
{
}

.table-container .row .item-name
{
	padding: 3px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
}

.table-container .row .item-value
{
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: #2E4d7B;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #2E4d7B;
	font-weight: bold;
}

a img
{
	border: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SERVER CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.adminInput
{
	border: 1px solid #acacac;
	width: 250px;	
}

.adminButton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;	
	height: 20px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-menu
{
	width: 100%;
	line-height: 29px;
	height:31px;
	background: url('images/admin-menu-bg.gif') repeat-x;	
}

.header-menu-top
{
	width: 100%;
	line-height: 29px;
	height:31px;
	background: url('images/admin-menu-bg-top.gif') repeat-x;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER STATUS BAR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.status-bar
{
	background: #e7efef no-repeat;
	height: 15px;
	border: solid 1px #acacac;
	padding: 0px 5px 10px 5px;
}

.status-bar .help
{
	padding-top: 5px;
	float:right;
	text-align:right;
	font-weight: bold;
}

.status-bar .breadcrumb
{
	float: left;
	text-align: left;
	padding-top: 5px;
}


.sf-menu, .sf-menu * 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu 
{
	line-height: 31px;
}

.sf-menu ul 
{
	position: absolute;
	top: -999em;
	width: 170px;
	line-height: 31px;
}

.sf-menu li 
{
	float: left;
	position: relative;
	padding: 0 5px 0px 5px;
	white-space: nowrap;
	vertical-align: middle;
}

.sf-menu ul li 
{
	width: 164px;
	border-top: solid 1px #e0e0e0;
	padding: 0px 3px 0px 3px;
}

.sf-menu li:hover, .sf-menu li.sfHover
{
	visibility: inherit;
	background: url(images/menu-item-left.png) no-repeat left center;
}

.sf-menu li img
{
	border: none;
	padding-right: 7px;
	margin-bottom: 2px;
	padding-top: 6px;
	vertical-align: text-bottom;
}

.sf-menu li a, .sf-menu li a:hover
{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	padding-right: 5px;
	height: 31px;
}

.sf-menu li:hover a, .sf-menu li.sfHover a
{
	background: url(images/menu-item-right.png) no-repeat right center;
}

.sf-menu li:hover ul li:hover, .sf-menu li.sfHover ul li.sfHover
{
	background-color: #FDEFD5;
	background-image: none;
}

.sf-menu li:hover ul li a, .sf-menu li.sfHover ul li a
{
	color: #555555;
	background-image: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul 
{
	left: 0;
	top: 2.5em;
	z-index: 99;
	width: 170px;
	background-color: #f0f0f0;
	border: solid 1px #6b798c;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul 
{
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul 
{
	left: 170px;
	top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul 
{
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul 
{
	left: 170px;
	top: 0;
}

.header
{	
	/*width: 100%;*/
	line-height: 29px;
	height:31px;
	background: url('images/admin-menu-bg-top.gif') repeat-x;	
	color: #e7e7e7;	
	font-size: 10px;
	text-align: right;
	padding-right:5px;
}

.header .login-info .a
{
    color: #009FFF;    
	text-decoration: none;
	font-weight: bold;
	font-size:20px;
}

.header .version
{
	position: absolute;
	right: 5px;
	top: 15px;		
	text-align: right;
	color: #e7e7e7;
	font-size: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer, .push { 
height: 2.5em; 
} 

.wrapper { 
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -2.5em; 
} 

.footerstyle
{	
	width: 100%;
	line-height: 29px;
	height:100%;
	background: url('images/admin-menu-bg-top.gif') repeat-x;		
	color: #e7e7e7;	
	font-size: 10px;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC STYLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.message-error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
	vertical-align:middle;
	
}

.message-info
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	vertical-align:middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SECTION HEADERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.section-title
{
	border-bottom: solid 3px #dfdfdf;
	padding-bottom: 1px;
	margin-bottom: 10px;
	color: #009FFF;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}

.section-title img
{
	vertical-align: middle;
	padding-bottom: 2px;
}

.section-header .title a
{
	text-decoration: none;
	font-size: 11px;
	color: #555;
}


.section-header
{
	border-bottom: solid 3px #2E4d7B;
	padding-bottom: 1px;
	margin-top:10px;
	margin-bottom: 10px;	
	height: 25px;
}

.section-header .title
{
	float: left;
	color: #2E4d7B;	
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 10px 10px;
	vertical-align: bottom;
	/*padding-top: 5px;*/
}

.section-header .title img
{
	vertical-align: middle;	
	padding-bottom: 2px;    
}

.section-header .options
{
	text-align: right;
	float: right;
}

.section-header-sc
{
	border-bottom: solid 1px #2E4d7B;
	padding-bottom: 1px;
	margin-top:10px;
	margin-bottom: 10px;	
	height: 25px;
}

.section-header-sc .title
{
	float: left;
	color: #2E4d7B;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	vertical-align: bottom;
	/*padding-top: 5px;*/	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cph
{
	/*padding: 10px 15px 5px 15px;*/
}

table.adminContent td.adminTitle
{
	padding: 4px 4px 4px 4px;		
}

table.adminContent td.adminData
{
	padding: 4px 4px 4px 4px;
}

td.adminTitle
{
	text-align: left;
	vertical-align: middle;
	width: 175px;
	padding: 4px 4px 4px 4px;		
}

td.adminTitle img
{
	vertical-align: bottom;
	padding-right: 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADMIN GRID VIEW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tablestyle
{
	font-family: arial;
	font-size: 12px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin-left: 0px;
	color: #245D75;	
	width: 100%;	
}

.tablestyle td a
{
	color: #D16400;	
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;	
}

.altrowstyle
{
	
	/*background-color: #D3DEEF;	*/
	background-color: #dde4f0;	
	
}

.headerstyle th
{
	/*background: url('images/admin-gvw-bg.gif') repeat-x 50%;*/
    background-color: #006fa4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.headerstyle th a
{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;	
	padding-right: 10px;
}

.rowstyle td, .altrowstyle td
{
	padding: 1px 1px 1px 1px;
	/* border-right: solid 1px #A0C0E7; */
	border-right-color: #808080;
    height:40px;
}

.viewlet_rowstyle td, .viewlet_altrowstyle td
{
	padding: 1px 1px 1px 1px;
	/* border-right: solid 1px #A0C0E7; */
	border-right-color: #808080;
}

.PagerStyle
{
	height: 28px;	
	/*background: url('Images/grid_header_back.png') repeat-x;
	background: #EEEEEE;*/	    
	vertical-align: middle;
	border:solid 1px #367fa9;
	text-align:left;
}

.PagerStyle table
{
	width:3%;
	font-size:small;	
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

.RowsFound
{
    font-family: arial;
	font-size: 11px;
	margin-left: 0px;
	color: #D16400;	
	width: 100%;	
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ajaxUpdate
{
	/*
	width: 100%; 
	background-color: #C0C0C0; 
	bottom: 100%; 
	left: 0px; 
	top: 0%; 
	position: absolute;
	text-align:center; 
	vertical-align:middle;
	height:100px;
	background-image: url('Images/processing.gif');		*/
	
	width: 100%; 
	background-color: #FFFFFF; 
    bottom: 0%; 
    left: 0px; 
    position: absolute;
    text-align:right;
    vertical-align:top;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACCORDION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MODAL POP UP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

 .overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader {
    z-index: 100;
    position: absolute;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AUTO_COMPLETE_EXTENDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.AutoExtender
{
	/*
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #2E4d7B;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left:10px;    */
    padding : 0px;
	margin: 0px !important;
	background-color : white;
	text-align : left; 
	color : windowtext;
	font-size: XX-Small;
	background-color:White;
	border: solid 1px #C0C0C0;
	position: absolute; 
	z-index:200;
	width:122px; 
}

.AutoExtenderList
{
    border-bottom: dotted 1px #C0C0C0;
    cursor: pointer;
    color: #2E4d7B;
}

.AutoExtenderHighlight
{
    color: White;
    background-color: #006699;
    cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CalendarExtender

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.MyCalendar .ajax__calendar_container {
    /*border:1px solid #D16400;*/
    border:1px solid #3C8DBC;
    background-color: #FFFFFF;    
    color: #3C8DBC;
}

.calendarStyle
{
	vertical-align:text-top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Added for IE8
.ajax__calendar_title 
{		
	color:#2E4d7B; 
	width:150px; 
	margin:auto; 	
	padding:3px;
	vertical-align:text-top;	
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	REPORTLET VIEWS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.BudgetActualsHeader
{
	font-weight: bold;	
	text-align:left;	
}

.BudgetActualsHeader2
{
	font-weight: lighter;	
	text-align:left;	
	font-style:italic;
}

.BudgetActualsHeaderYears
{
	font-weight: bold;	
	text-align:right;	
	padding-right: 5px;
}

.BudgetActualsDetail
{
	text-align:right;	
	padding-right: 5px;
}


.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    border:solid 1px blue; 
    background-color: #ADD8E6; 
    
}

.NumericTextBox
{
	text-align:right;
}

.SCViewlet
{
	border: solid 1px Black;
	font-size:smaller;
	padding: 0px 0px 0px 0px;
}

.modalPopUpStyle
{
	background-color:#C0C0C0;
	border: solid 3px #2E4d7B;
}

.labelStyle
{
	font-family:Arial;
	font-size:8pt;	
	font-weight: bold;	
}

.labelStyleLarger
{
	font-family:Arial;
	font-size:9pt;	
	font-weight: bold;	
	
}

.textBoxesStyle
{
	font-family:Arial;
}


input[disabled], input[readonly], select[disabled], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] 
{
	background-color:#faf9fe;
	color: #7a868f;
}

select {
    height: 28px;
}

/*
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: 26px !important;
    font-size:12px;
}
*/

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab 
{
    height: 28px !important;
    font-size:12px;
    padding:1px !important;
}
