BODY                  { background-color: #FFFFFF; color:#000000; margin: 0 0 0 0;  font: 11px Verdana; color: #2e3139;}
H2                    { font-size: large;COLOR: #5eabe6 }
H3                    { font-size: x-small; margin-bottom: -1.2em; color: #00529C; font-weight: bold;}
A:link                { color: #00529C; }
A:visited             { color: #00529C; }
A:hover               { color: #FF0000; }
A:active              { color: #FF0000; }

.lightBG { COLOR: #ffffff; BACKGROUND-COLOR: #5eabe6 }
.darkBG { FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #0c2d83 }
.button
{
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	font: 10px arial;
	border-left: cornflowerblue 1px solid;
	color: white;
	border-bottom: cornflowerblue 1px solid;
	background-color: cornflowerblue;
}

.header
{
    /*background: #00aeef; */
    background: #00aeef;
}

.headerGlobe
{
    background: #999999;
}

.GridView
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

.HeaderStyle
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid; 	
	background-color: Gainsboro;
	height: 20px;
	/*
    font-weight: bold;
    */
}

.AppTitleLabel
{ 
    color: #5eabe6;
	font-size: 21px;
	font-weight:bold;
	font-family: Verdana, sans-serif;
	margin: 0 0 1px;
	padding: 0px 0px 0px 0px;
	width: 95%;
  
}

.PageTitleLabel
{
	color: #0067b1;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, sans-serif;
	margin: 0 0 1px;
	padding: 0px 0px 0px 0px;
	width: 95%;
}



div.secureMsg_content {
	/* float: left; */
	margin: 0 20 0 0;
	padding: .5em 1em;
	border: 1px solid #e0e0e0;
	background: #FFFFFF url(../../images/misc_grad_bg.jpg) repeat-x bottom left;
	text-align: left;
	width: 95%;
}

.Asterisk {	color: #E61A1A;	font-weight: bold;	vertical-align: top;}

ul { list-style: none; padding: 5px; }
/* -- Custom alert/error/success boxes -- */
span.attention, span.notice, span.alert, span.success, span.error, span.note {
	display: block;
	margin: 15px 0;
	padding: 8px 10px 8px 36px;
}

span.attention {
	background: #FFF3A3 url(../../images/attention.png) no-repeat 10px 18px;
	border: 1px solid #E7BD72;
	color: #B79000;
}

span.notice {
	background: #CDEFA6 url(../../images/notice.png) no-repeat 10px 18px;
	border: 1px solid #9BCC54;
	color: #648434;
}

span.alert {
	background: #FFD5D5 url(../../images/alert.png) no-repeat 10px 18px;
	border: 1px solid #FFACAD;
	color: #CF3738;
}

span.success {
	background: #FFFFFF url(../../images/tick.png) no-repeat 10px 8px;
	border: 1px solid #648434;
	color: #648434;
}

span.error {
	background: #FFFFFF url(../../images/alert.png) no-repeat 10px 8px;
	border: 1px solid #FFACAD;
	color: #CF3738;
}

span.note {
	background: #FFFFFF url(../../images/note.gif) no-repeat 10px 8px;
	border: 1px solid #e0e0e0;
	color: #666666;
}

span.note2 {
	background: #F8FACB url(../../images/note.gif) no-repeat 10px 8px;
	border: 1px solid #E5E984;
	color: #666666;
}

fieldset.reportfilter  
{
    border:1px solid grey; 
    padding: 0; 
    /* color:#00f; 
    background-color:#ddd;  */
}

fieldset.custom{ -moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;clear:both;border:1px solid #e0e0e0;background:#fff;margin:1.2em 0 1.2em .3em;padding:1em 1.4em 1.4em;*padding-top:0px}
legend.custom{ -moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;font-weight:300;background-color:#fff;border:1px solid #e0e0e0;-icab-box-shadow:3px 3px 3px #ccc;-khtml-box-shadow:3px 3px 3px #ccc;-moz-box-shadow:3px 3px 3px #ccc;-webkit-box-shadow:3px 3px 3px #ccc;box-shadow:3px 3px 3px #ccc;color:#333;font-size:14px;margin:0 -.4em;padding:.2em .8em;margin-bottom:15px\9;*margin-bottom:15px;font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif}

.lightBlueSelected {
    color: white;
    background-color: #28bade;
}
