﻿@charset "UTF-8";
/* CSS Document */

html, body 
{
    color:#000;
	background:	#bebfc0;
	width:		100%;
	height:		100%;					
	padding:	0;
	margin:		0;
	overflow:	auto; /* when page gets too small */
	/*font-size: 90%;*/
	font-family: Arial,Helvetica,sans-serif;
}
body {
	margin-top:0 !important;
}

/******* Skip Navigation styles *******/
#skip a,
#skip a:hover,
#skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active,
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color:#01415e;
	/*text-decoration: none;*/
}

a:hover {
	color:#01415e;
	text-decoration: underline;
}

a img {border: none; }

#container {
	height:		100%;
	margin:		0 auto;
	width:		100%;
	max-width:	964px;
	min-width:	700px;
	/*FR commented it out and moved following property into the ie7.css according to Karen Brener's suggestion*/
	/*_width:		700px;*/
	background: url(../images/top_back_all.jpg) right 138px no-repeat;
}
.ui-layout-north {
	/*height:170px !important;*/
	height:140px !important;
	padding-top:5px;
	background:transparent;
}
.ui-layout-south {
	height:80px !important;
	/*padding-bottom:10px;*/
}
.ui-layout-center {
	padding-top:15px;
	/*background-image:url(../images/top_back_all.jpg);*/
	background-position:right 0;
	background-repeat:no-repeat;
}
.ui-layout-west {
	margin-top:10px !important;
	background-color: #F8F8F8;
	overflow:auto !important;
	overflow-x: hidden !important;
}
.ui-layout-resizer { /* all 'resizer-bars' */
	margin-top:10px !important;
	background:#D1E4EF; 
	}
	.ui-layout-resizer:hover { /* all 'resizer-bars' */ 
		background: #D8E8D9; 
	}
	.ui-layout-resizer-west {
		border-left: 1px solid #FFF;
	}
	.ui-layout-resizer-east {
		border-right: 1px solid #FFF;
	}

.ui-layout-toggler { /* all 'toggler-buttons' */ 
	background:transparent;
	background-image:url(../images/slider.png);
	background-repeat:no-repeat;  
	}
	
	.ui-layout-toggler-closed { /* all 'toggler-buttons' */ 
	background:transparent;
	background-image:url(../images/slider_closed.png);
	background-repeat:no-repeat;  
	} 
	.ui-layout-toggler:hover { /* all 'toggler-buttons' */ 
		background:transparent;
		background-image:url(../images/slider_hover.png);
		background-repeat:no-repeat; 
	}
	.ui-layout-toggler-closed:hover { /* all 'toggler-buttons' */ 
		background:transparent;
		background-image:url(../images/slider_closed_hover.png);
		background-repeat:no-repeat; 
	} 
.pane {
	display:	none; 
}

p {
	margin: 0;
	padding: 0;
	font: normal 12px Arial,Helvetica,sans-serif; color:#000; line-height: 16px;
}

h1 {
	margin: 0 0 3px 0;
	padding: 0;
	font: bold .9em Arial,Helvetica,sans-serif; color:#000;
}

h2 {
	margin: .9em 0 3px 0;
	padding: 0;
	font: normal .9em Arial,Helvetica,sans-serif; color:#000;
}

#main {
	margin: 0 auto !important;
	width: 964px;
	height: 100%;
}

#content {
	float: left;
	padding: 0;
	margin: 0;
	width: 964px;
	height: 100%;
}

/* ______________________________________________________ ↓↓ BANNER ↓↓ _____________________________________________________ */

#warp_banner {
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
	width: 955px;
	height: 100px;
	background: url(../images/warp_banner.png) no-repeat;
	background-color:#bebfc0;
}


/* _____________________________________________________ ↓↓ TOP NAV ↓↓ _____________________________________________________ */


#top_nav {
	float: left;
	width: 100%;
	height: 33px;
	background: url(../images/top_nav_background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

/*_______ THESE STYLES ARE FOR THE LOG OUT LINK ________*/

#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
}

#top_nav a:hover {
	text-decoration: underline;
}

.log_out {
	margin: 0 20px 0 0;
	padding: 0;
	/*width:300px;*/
	float:right;
	text-align:right
}

/*_______ END LOG OUT LINK ________*/

#top_nav ul {
	float: left;
	margin: 0;
	padding: 0px;
	width: auto;
	height: auto;
	list-style-type: none;
	display: block;
}

#top_nav li {
	float: left;
	margin: 7px 0 0 0;
	padding: 0px;
	width: 120px;
	height: 26px;
	color: #fff;
	line-height: 26px;
	border-right: thin;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-padding: 7px 0 0 0;
	display: block;
}

#top_nav li a {
	float: left;
	width: 120px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	display: block;
}

#top_nav li a:hover, #top_nav a.current {
	float: left;
	width: 120px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	line-height: 26px;	
	background: url(../images/top_nav_short_hover.jpg) no-repeat;
	display: block;
}

#top_nav_shadow {
	float: left;
	margin: 0 0 13px 0;
	padding: 0;
	width: inherit;
	height: 22px;
	background: url(../images/top_nav_shadow.png) repeat-x;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓ BODY CONTENT ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#body_content {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width:100%;
	height:99%;
	background:url(../images/top_back_main.jpg) no-repeat;
	background-position:right 0;
	background-color: #fff;
	overflow:auto;
}


/* __________________________________________________________ ↓↓ LEFT NAV ↓↓ __________________________________________________________ */

/*Credit: http://www.w3csolutions.com/website-resources/Vertical-Menu/jQuery-Menu/Fancy-Tree-Menu/*/


a { outline:0 none;}

#treeMenu {width:100%; margin:0; padding:0; font:normal 14px 'Segoe UI', Helvetica, Arial, sans-serif; background-color:#c6e2ee; }
#treeMenu h2 { font:bold 1em 'Segoe UI', Helvetica, Arial, sans-serif; color:#454545; margin:0 0 12px 12px;}
#treeMenu ul { width:inherit; margin:0; padding:0; list-style:none;}
#treeMenu ul li {background:#ebf4f9 url(../images/treeTabBg.gif) repeat-x 0 0; border:solid 1px #fff; margin-top:4px !important; -moz-border-radius:3px;  -webkit-border-radius:3px;  border-radius:3px;}
#treeMenu ul li span {display:block; padding-left:30px; height:30px; background:url(../images/treeSplit2.png) no-repeat left 1%; cursor:pointer;}
#treeMenu ul li a { color:#3E4D58; font-size:.9em; padding:5px 10px;  display:inline-block;  text-decoration:none; width:auto;} 
#treeMenu ul li span.opened { background-position:left -63px;}

#treeMenu ul li div { clear:both; height:auto; }
#treeMenu ul li li { background:none; border:0; padding-left:20px; border-bottom:solid 1px #fff;  border-top:solid 1px #eee; clear:both;}
#treeMenu ul li li span {padding-left:15px;  background-position:-10px -263px; cursor:default; }
#treeMenu ul li li span.closed { background-position:-10px -133px; cursor:pointer;}
#treeMenu ul li li span.closed.opened { background-position:-7px -199px; }
#treeMenu ul li li a { color:#4B4B4B; font-size:.9em; padding:2px 0; line-height:14px !important; /*float:left;*/  width:auto; }
/* #treeMenu ul li li a:hover { text-decoration:underline; color:#333;} */

#treeMenu ul li li li { border:0;}

/* To highlight the selected parent project*/


/*      #treeMenu ul li a:hover { background-color: #AAA; } */
#treeMenu ul li a { color:#3E4D58; font-size:.9em; padding:5px 10px;  display:inline-block;  text-decoration:none; width:auto;}
#treeMenu ul li a.selected { background-color: #666; color: White; }

/* To highlight the selected child project*/

#treeMenu ul li li a:hover { background-color: black; color:White }
#treeMenu ul li li a:selected { background-color: #f0eeb2; color: #ffffff; }
#treeMenu ul li li a:selected:hover { background-color: #006200; }

#treeMenu ul li a:focus {
	/*color: red !important;*/
	font-weight: bold !important;
	text-decoration: underline !important;
}


#treeMenu ul li span.SelectedItem
{
    background-color: #f0eeb2; 
    color: #ffffff; 
}
#treeMenu ul li.a.NonSelectedItem
{
    color:#3E4D58; font-size:.9em; padding:5px 10px;  display:inline-block;  text-decoration:none; width:auto;
}

#mainMenu ul { width:inherit; margin:0; padding:0; list-style:none;}

#mainMenu ul li
{
 background:#ebf4f9 url(../images/treeTabBg.gif) repeat-x 0 0; border:solid 1px #fff; margin-top:4px !important; -moz-border-radius:3px;  -webkit-border-radius:3px;  border-radius:3px;   
}

#mainMenu ul li a
{
    color:#3E4D58; font-size:.9em; padding:5px 10px;  display:inline-block;  text-decoration:none; width: 280px; text-align: center;
}

#mainMenu ul li a:hover
{
    background-color:  #f0eeb2;
    font-weight: bold;
    width: 280px;
    /*overflow:hidden;*/
    /*border-radius: 5px;*/
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓ MAIN CONTENT ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#bread_crumbs {
	margin: 0 1.5em;
	padding: 0 10px 10px 0px;
	width: auto;
	height: auto;
	font: normal .8em Arial,Helvetica,sans-serif; color:#01415e;
}

#bread_crumbs a {
	color:#01415e;
	text-decoration: none;
}

#bread_crumbs a:hover {
	text-decoration: underline;
}

#mainText {
	margin: 0px 0 0 0;
	padding: 0 20px 15px 30px;
	width:auto;
	height: auto;
	font: normal 1em Arial,Helvetica,sans-serif; color:#000;
}

#mainText #bread_crumbs
{
    margin: 0;
}

#mainText a {
	font: normal 1em Arial,Helvetica,sans-serif; 
	color:#01415e; 
	/*font-variant:small-caps; */
	text-decoration: none;
}
#mainText .QmarkFieldset2 a 
{
    font-size: 0.8em;
}


#mainText a:hover {
	text-decoration: underline;
}

.projectBox {
	border: thin #9cbfd2 solid;
	background-image:url(../images/35_white_repeat.png);
	background-repeat:repeat;
	padding:10px;
	margin: 0 10px 10px 10px;
}

.report {
	padding: .5em 0 .7em .5em;
	border-top: thin;
	border-top-color: #0178b1;
	border-top-style: dotted;
	font-size: .7em;
}

#paramPanel {
	width:100%;
	height:auto;
	/*float:left;*/
	margin:0;
	padding:0;
	clear:both;
}

#reportPanel {
	width:28%;
	height:290px;
	float:right;
	background-color:transparent;
	/*background-image:url(../images/report_options_grad.png);
	background-repeat:repeat-x;*/
	border: thin #9cbfd2 solid;
	background-image:url(../images/35_white_repeat.png);
	background-repeat:repeat;
	padding:0;
	margin:0;
}

#logOnPanel {
	width:48%;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
    margin-left :auto;
    margin-right:auto;
    margin-top:30px;

}
#logOnPanel input[type=text], #logOnPanel input[type=password]
{
    width: 16em;
}

#logOnPanel label
{
    
    width: 6.5em;   
}

#logOnPanel p
{
    margin-left:auto ;
    margin-right:auto;
}

#logOnPanel p.lineup
{
    margin-left:10.2em;
}

#accountPanel
{
    width:50%;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
    margin-left :auto;
    margin-right:auto;
    margin-top:30px;
}
#accountPanel p
{
    margin-left:auto ;
    margin-right:auto;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓ FOOTER ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#footer {
	margin: 0;
	padding: 20px 0 0 0;
	width: auto;
	height: auto;
	font: normal .5em Arial,Helvetica,sans-serif;
	color:#3f3f3f;
	text-align: center;
	/*background: url(../images/footer_grad.png) repeat-x;*/
}

#footer a,
#footer p {
	text-decoration: none; color: #3f3f3f;
}

#footer a:hover {
	text-decoration: underline;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓ Tables-Forms ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.bluTable caption
{
  font-size: .9em;
  font-style:normal;
  font-weight:normal;
  color:#3D443C;
  text-align:left;
  padding: 0.5em 0 1em 0;
}

.bluTable tr td {
	border-bottom: 1px solid #1F5A86;
	padding:0;
}

.bluTable tbody tr {
 	background-color:#d9e8ef;
 	border-bottom: 1px solid #1F5A86;
}

.bluTable tbody td {
	color:#006891;
	padding: 10px;
	text-align:left;
}


.bluTable tbody th {
	width:38%;
	text-align:left;
	padding: 10px;
	border-bottom: 1px solid #1F5A86;
}

.tableHDRcolor {
	background-color:#D9E8eF;
	color:#3d443c;
	vertical-align:top;
	font-size:.9em;
}

/*.helpLink span {
	float:right;
}*/

.helpLink img {
	width:16px;
	border:none;
	float:right;
}


/*--A LISTAPART FORMS ORDERED LIST METHOD--*/
div.cmxform fieldset {
	margin: 0;
	border: none;

	background-color:#e5edf6;

}

div.cmxform legend {
	padding: 0;
	font-weight: bold;
	display:none;


}

div.cmxform fieldset.box {
	margin: 0;
	/*border: none;*/
	border: 1px solid #FFFFFF;
	background-color:#e5edf6;
	
}

div.cmxform fieldset.box legend {
	padding: 0;
	font-weight: bold;
	color: #004460;
	font-size: 0.8em;
	display:block;
}

div.cmxform label {
	display:inline-block;
	line-height: 1.4em;
	font-weight:bold;
	color:#004460;
	font-size:.8em;
	padding:.2em 0 .2em 0;
	width: 9.5em; /* Width of labels */
}


div.cmxform fieldset.change-password label
{
    width: 12.5em; 
}


div.cmxform input,
div.cmxform select {
	display:inline-block;
	margin:.em 0 .8em .2em;
	font-size:.9em;
}

div.cmxform input[type='submit'], div.cmxform input[type='button'], div.cmxform input[type='reset']
{
    width: 9.5em;   
    padding: .2em;
}

div.cmxform fieldset ol {
	list-style:none;
	margin: 0;
	padding: 0;
}

div.cmxform fieldset li {
	list-style: none;
	padding: 0 0 0 .5em;
	margin: 0;
	border-bottom:#FFF solid 1px;
	font-size:.9em;
}

div.cmxform a
{
    font: normal .8em Arial,Helvetica,sans-serif; 
	color:#01415e; 
	/*text-decoration: none;  */
    
}

.instructions {
	font-size:.8em;
	font-style:normal;
}

.notifications {
    margin-top: 20px;
    font-size:.8em;
	font-style:normal;
   
}

.rule-area{
    margin-top: 20px;
    border: 1px solid black;
    padding: 5px;
}


div.cmxform fieldset img,
div.cmxform fieldset fieldset img {
	border:none;
	margin-left:2em;
}

/*form.cmxform fieldset fieldset img.radioset {
	border:none;
	margin-left:9em;
}*/

input[type=checkbox]
{
    vertical-align:middle;
}

div.cmxform fieldset fieldset {
	border: none;
	margin: .3em 0 0 -.75em;
}

div.cmxform fieldset fieldset legend {
	width:120px;
	padding: 0;
	font-weight: bold;
	color:#004460;
	font-size:.9em;
	display:inline-block;
	margin: 0;
	/*line-height:.4em;*/
	padding-top:.8em;
}

div.cmxform fieldset fieldset label {
	/*display: block;*/
	width: auto;
	margin-left: 1em;
	line-height:.9em;
}

div.cmxform fieldset fieldset input[type=checkbox]
{
    margin-left: 9.5em;   
}

div.cmxform fieldset fieldset label.firstradio {
	margin-top:-1.9em;
}

div.cmxform fieldset fieldset input,
div.cmxform fieldset fieldset select {
	margin: 0 0 0 6em;
	padding: 0;
}
div.cmxform fieldset .checkbox-list
{
    margin-left: 1.5em;
}

div.cmxform em {
	font-size:1.2em;
	font-weight: bold;
	font-style: normal;
	 color: #ff0000;
	
	/*vertical-align:super;*/
}



.QmarkFieldset2 {

    margin-left:8.28em;
	margin-top:-3em;
	margin-right: 0;
	padding: 0;
}

/*--REPORT OPTIONS RIGHT PANEL--*/

div.cmxform div.options fieldset {
	margin: .2em 0;
	padding:0 .5em;
	border: 1px solid #fff;
	background-color: #E5EDF6;
	/*background-color:transparent;*/
	/*text-align:right;*/
}

div.cmxform div.options legend {
	padding: 0 em;
	color:#004460;
	font-size:.8em;
	font-weight: bold;
	line-height: 1.2em;
	display:block;
}

div.cmxform div.options label {
	/*display:block;*/
	line-height: 1.4em;
	font-weight:bold;
	color:#004460;
	font-size:.8em;
	padding:.5em .25em .5em 0;
	background-color:#e5edf6;
	/*background-image:url(../images/report_opt_header_grad.png);
	background-repeat:repeat-x;*/
	margin-top: 0em;
	width:auto;
}


div.cmxform div.options input,
div.cmxform div.options select {
	display:inline-block;
	margin:.5em 0.5em .5em 0em;
	font-size: .8em;
}

div.cmxform div.options fieldset ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

div.cmxform div.options fieldset li {
	display: inline;
    list-style-type: none;
    padding: 0 0.5em 0 0.5em;
	margin: 0;
	border:none;
	font-size:.85em;
	font-weight:bold;
	color:#004460;
}

div.cmxform div.options fieldset h1 {
	background-color:#e5edf6;
	/*background-image:url(../images/report_opt_header_grad.png);
	background-repeat:repeat-x;*/
	padding:.5em 1.5em .5em 0;
	margin-bottom:.5em;
	color:#004460;
}


div.cmxform div.options fieldset img {
	border:none;
	margin-left:4em;
}


div.cmxform div.options em {
	font-size:1.2em;
	font-weight: bold;
	font-style: normal;
	color: #f00;
	vertical-align:super;
}
.rightIndent {
	margin-right:1.7em;	
}
.leftIndent 
{
    margin-left: 1.7em;
}


/*form.options label {
	width: 120px;
}*/
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓ Help text ? ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.helper
{
 /*background-color:#ADD8E6; */  
background-color:#E5EDF6;
font-size:.2em;
font: normal .9em Arial,Helvetica,sans-serif;
display :none;
}

.category-node{
    display: inline-block;
    font-size: 16px;
    text-shadow: initial;
    background-color: #ADD8E6;
    padding: 5px 10px;
    margin: 5px 10px;
    border-radius: 10px;
    border: 3px double white;
}

div.hiddenHelperImg a, div.visibleHelperImg a
{
    width: 1em;
}

.hiddenHelperImg
{

visibility: hidden;
display :inline ;
}
.visibleHelperImg
{

visibility: visible;
display :inline ;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓Dropdownlist  ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.one-line
{
    white-space:nowrap;

}
.dropdown
{
    /*font-size: 0.8em !important;*/
    height:1.5em;
    margin-right: 0 !important;
    padding: 0;

}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓textbox width  ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.textbox
{
    
    width:10em;
    height:1.2em;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ↓↓Pagination ↓↓ :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


div.pager { text-align:center; border-top: 0px solid silver;
    padding: .5em 0 0 0; margin-top: 1em; }
div.pager A { font-size: 1.1em; color: #666; text-decoration: none;
      padding: 0 .4em 0 .4em; }
div.pager A:hover { background-color: Silver; }
div.pager A.selected { background-color: #353535; color: White; }

label.disabled, input.disabled, input[disabled]
{
  color: #A0A0A0 !important;
  /*border:1px solid red;*/
  background-color:#e0e0e0 !important;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::Change Password ::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.feedback
{
    margin: 10px 0;
    padding: 10px 0;   
    
}

.feedback p
{
    font-size: 0.8em;
    line-height: 1.1em;
}

.feedback ul li
{
    font-size: 0.8em;
    line-height: 1.1em;
    padding: .2em 0; 
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::Button Style::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ 

.button {
	  padding:5px;
	  background-color: #dcdcdc;
	  border: 1px solid #666;
	  color:#000;
	  text-decoration:none;
	}
	
p.top-button-group
{
    margin-bottom: 0.5em;
}

p.bottom-button-group
{
    margin-top: 0.5em;
}

p.top-button-group input[type="reset"], p.bottom-button-group input[type="reset"]
{
	margin-left: 2em;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::Styles for validation helpers::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.field-validation-error {
    color: #ff0000;
    font-size: .8em;
    vertical-align: text-top;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
  
    color: #ff0000;
    font-size:0.8em ;
}

.validation-summary-valid {
    display: none;
}


.validation-summary-errors.no-list-style ul {
    list-style: none outside none;
}

.validation-general-error {
    color: #ff0000;
    font-size:0.8em ;
    /*border: 1px dotted red;*/
    display: none;
    padding: 10px;
    margin: 10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::confirm box:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.confirm-box p.message
{
    font-size: 1.2em;
    line-height: 1.6em;
}

.confirm-box span.yes, .confirm-box span.no
{
    display:none;
}

#btnShowInNewWindow
{
 margin-bottom: 10px;   
}
.sasContent
{
    overflow:auto;
}

#dialog_passwordRule p, #dialog_passwordRule li
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.fixPadding 
{
    padding-left: 25px !important;
    padding-right: 25px !important;
    
}

.centered-image
{
    position: fixed; 
    left: 50%; 
    margin-left: -16px;
    
}

.instruction-area, .account-area, .feedback-area
{
    margin: 30px auto 0;
    padding: 10px;
	border: none;
    background-color:#e5edf6;  
    width:50%; 
}

.account-area
{
    width:80% !important; 
}

.field-label, .field-value
{
    color: #004460;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0.2em 0;
    width: 9.5em;
}

.field-value
{
    color: #000 !important;
}

.top-heading
{
    text-align:center;
}

a#sasURL
{
    color: #3E4D58;
    display: inline-block;
    font-size: 0.9em !important;
    padding: 5px 10px;
    text-decoration: underline !important;
    width: auto;   
}

.hide {
    display:none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::date picker:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.ui-datepicker
{
    font-size: 12px;  
}

.ui-datepicker-trigger
{
    margin:0;
    padding:0;
    width: 28px;
    height:28px;
}

.ui-datepicker-trigger img
{
    margin-left:0 !important;
}
/*::::::::::::::::::::::::::::::::::::::::::::::screen::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen 
{
    div#buttonArea 
    {
        padding: 0 10px;
    }  
    
    div#buttonArea ul
    {
      list-style: none ;
      padding: 0;
      margin:5px 0;
    }
    #buttonArea ul li
    {
      list-style: none;
      display:inline;
      margin: 0 20px 0 0;
    }
}

/*::::::::::::::::::::::::::::::::::::::::::::::print:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media print
{
  #navigation, #advertising, #noPrint { 
  display : none; 
  }
  
  iframe {
    margin: 0 auto;
    border: 0;
    width: 100%;
    height: 100%;
    overflow:visible;
  }
} 


