/* start general text */

.maintitle
{
	font-family: Arial, Helvetica, Sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 28px;
	letter-spacing: 2px;
  	word-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.subtitle
{
	font-family: Arial, Helvetica, Sans serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 20px;
	letter-spacing: 1px;
  	word-spacing: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear:left;
}

.text
{
	font-family: Helvetica, Arial, Verdana, Sans serif;
	font-size: 12px; /*11px*/
	color: #100d0a;
	line-height: 16px;  /*16px*/
	letter-spacing: 0px;
	word-spacing: 0px;		
}

a.text
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
  	word-spacing: 0px;
	text-decoration: underline;
	font-weight: bold;
}
.text ul {
	padding-left: 20px;
	margin-left: 0px;
}


.logintext
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
  	word-spacing: 0px;
}

a.logintext
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
  	word-spacing: 0px;
	text-decoration: underline;
	font-weight: bold;
}

.mono
{
	color: #000000;
	font-family: Courier New, Courier, Monospace;
	font-weight: normal;
	font-size: 12px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.red
{
	color: red;
}

.blue
{
	color: blue;
}

.gray
{
	color: gray;
}

.large
{
	font-size: 16px;
}

.small
{
	font-size: 9px;
}

/* end general text */

/* start login bar */

.login
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0px;
  	word-spacing: 0px;
}

/* end login bar */

/* start body */

body
{
	margin-top: 0px;
	background-image: url(/interface/ReDesign_bg_gradient2.jpg);
	background-color: #323c43;
	background-repeat: repeat-x;
}

body.print
{
	background-image: none;
	background-color: #ffffff;
}

.tcenter
{
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

.img_left {
	padding:5px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:-5px;
	border: 1px solid #cccccc;	
	float:left;
}

.img_right {
	padding:5px;
	margin-top:5px;
	margin-right:-5px;
	margin-left:20px;
	margin-bottom:10px;
	border: 1px solid #cccccc;	
	float:right;
}

/* end body */

/* start sr calendar buttons */

#btn_emailcalendar{
	height: 59px;
	width: 225px;
	float: left;
	text-indent: 10000px;
	overflow: hidden;
	background: url(/interface/EmailCalendar_btn.jpg) no-repeat scroll left top transparent;
	display: block;
}

#btn_emailcalendar:hover{
	background-position: bottom left;
}

#btn_createcalendar{
	height: 59px;
	width: 225px;
	float: left;
	text-indent: 10000px;
	overflow: hidden;
	background: url(/interface/SaveCalendar_btn.jpg) no-repeat scroll left top transparent;
	display: block;
}

#btn_createcalendar:hover{
	background-position: bottom left;
}

#btn_downloadselected{
	height: 59px;
	width: 225px;
	float: left;
	clear: both;
	text-indent: 10000px;
	overflow: hidden;
	background: url(/interface/DownloadSelected_btn.jpg) no-repeat scroll left top transparent;
	display: block;
}

#btn_downloadselected:hover{
	background-position: bottom left;
}

.tooltip {
	display:none;
	background:transparent url(/interface/black_arrow.png);
	font-size:12px;
	height:30px;
	width:420px;
	padding-right:12px;
	padding-left:18px;
	padding-top:6px;
	padding-bottom:24px;
	margin: 0px;
	color:#000;	
}

.tooltip.bottom {
	background:url(/interface/black_arrow_bottom.png);
	padding-right:12px;
	padding-left:18px;
	padding-top:12px;
	padding-bottom:18px;
}
/* end sr calendar buttons */
/* start special reprorts tooltips */
a.sritem
{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
}
 
a.sritem:hover
{
  z-index:25;
}
 
a.sritem span
{
  display: none;
}
 
a.sritem:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:40em;
    border:1px solid #0cf;
    background-color:#cff;
    color:#000;
    text-align: left;
}
/* end special reports tooltips */

/* Start xpandable panel styling*/

.read_more {
	color: #216C8D;
	/*color:#fb6e08;*/
	padding-top: 1px;
	padding-left: 5px;
	margin-top: 10px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #216C8D;
	border-bottom-style: solid;
	height: 15px;
	background-image:url(/interface/hide_arrows.png);
	background-repeat:no-repeat;
	background-position: right top;
	overflow:visible;
	cursor: pointer;
	/*position: relative;*/
	text-decoration: none;
	font-size: 10px;
	clear:none;
	
}
.read_more_open {
	border-bottom-color: #900;
	background-position:right -15px;
	color: #900;
	}
.more_content {
	/*color:#4a6071;*/
	/*background-image:url(/interface/morecontent_bg.png);*/
	background-repeat:repeat-y;
	background-position:left;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
hr {
	margin-top:5px;
	color: #a1dfff;
	background-color: #a1dfff;
}

.anchors span {
	cursor: pointer;
	color: #216C8D;
	padding: 10px 6px 0px 6px;
	font-weight: bold;
	display:block;
	float:left;
}

/* End xpandable panel styling*/

/* Start Footer */
#footer
{
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #576064;
	overflow:visible;
}
#footer ul {
	padding: 0; 
	margin: 0; 
	width:100%; 
	list-style: none;
}
#footer li {
	list-style: none;
	line-height:92%;
	padding-right:12px;
	padding-bottom:5px;
}
#footer ul a:link{text-decoration:none;color: #576064;}
#footer ul a:visited{text-decoration:none; color: #576064;}
#footer ul a:hover{text-decoration:none; color: #900000;}
#footer ul a:active{text-decoration:none; color: #576064;}

#footer_left {
	width: 155px;
	float:left;
	overflow:visible;
	position:relative;
	padding-bottom: 18px;
}

#globelink_logo {
width:120px;
float:left; 
padding-left:20px;
background-color: #FF0000: 		
}

#footer_right {
	padding-left:21px;
	width: 156px;
	float:left;
	overflow:visible;
	position:relative;
	padding-bottom: 18px;
}
.footer_center {
	width: 142px;
	float:left;
	/*height: 220px;*/
	/*background-color: #dce7ec;*/
	overflow:visible;
	padding-bottom: 18px;
	z-index: 2;
	position:relative;
}

.footer_head {
	height:24px;
	padding-top:18px;
	padding-right:12px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #4c6c78;
	padding-bottom: 10px;
}

.footer_head a:link {text-decoration:none; color: #4c6c78;}
.footer_head a:visited {text-decoration:none; color: #4c6c78;}
.footer_head a:hover {text-decoration:none; color: #ce2724;}
.footer_head a:active {text-decoration:none; color: #4c6c78;}

#footer_bottom {
	position:relative;
	color: #4c6c78;
	width:837px;
	float: left;
	z-index: 1;
	padding-bottom: 15px;
	padding-left: 63px;
}

#footer_bottom span a:link{text-decoration:none;color: #576064; padding-left:20px;}
#footer_bottom span a:visited{text-decoration:none; color: #576064; padding-left:20px;}
#footer_bottom span a:hover{text-decoration:none; color: #900000; padding-left:20px;}
#footer_bottom span a:active{text-decoration:none; color: #576064; padding-left:20px;}



#footer_logo {
	position:absolute;
	float: left;
	bottom:15px;
	left: 0px;
	z-index: 5;
}

#footer_smicons {
	position:absolute;
	float: right;
	bottom:15px;
	right: 0px;
	z-index: 5;
	width: 156px;
}

#footer_smicons img{
	padding-right: 5px;
}



/* end Footer */

.date {
	color: #cc0000;
	font-style: italic;
	/*font-size: 7pt;*/
	font-size: 10px;
	padding-left:5px;
}


