html, body {
	height: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
    font-family:verdana, helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	}

a {color: #93a9d5;}
a:active 	{color:#50607C;	text-decoration:underline;}
a:hover 	{color:#ff7900;text-decoration:underline;}

#login_background	{z-index:0; position:absolute; width:100%; height:100%; overflow:hidden; margin:0px; padding:0px;}
#content			{z-index:4; position:absolute; width:100%; height:100%; overflow:hidden; margin:0px; padding:0px;}
#logo				{z-index:3; position:absolute; width:100%; height:100%; overflow:hidden; margin:0px; padding:0px;}
#loadstatus			{z-index:9; position:absolute; width:100%; height:100%; overflow:hidden;}

#login_foreground	{position:absolute; width:100%; height:100%; overflow:hidden; margin:0px; padding:0px;}
#login_stats		{position:absolute; width:100%; height:100%; overflow:hidden; margin:0px; padding:0px;}
#opensl		{position:absolute; width:100%; height:100%; overflow:hidden; margin:0px; padding:0px;}

#statusmsg { height:71px;  margin: 0; padding: 3px; text-align:left; overflow: auto; font-size:0.9em;}

.infobox_lblue_content { background-color: #e9f1f8; font-size: 1.2em; }
.infobox_light_content { background-color: #ffffff; font-size: 1.2em; }
.infobox_mblue_content { background-color: #C8DAEE; font-size: 1.2em; color:#FFFFFF;}
.infobox_dblue_content { background-color: #376283; font-size: 1.2em; }
.infobox_black_content { background-color: #000000; font-size: 1.2em; color:#CCCCCC;}
.info_pad {padding: 2px 3px 1px 3px; text-align: left;}
.stats_pad {padding: 2px 3px 2px 3px;}

.blogtable { border-collapse: collapse; width:100%; height:77px; border: none; margin:0px; padding:0px;}

.author { font-size: 0.8em;}

.gridstatus_ONLINE {font-weight: bold; color: #12d212;}
.gridstatus_OFFLINE {font-weight: bold; color: red;}
.gridstatus_TENTATIVE {font-weight: bold; color: yellow;}

.copyright {font-size: 0.9em; color:#1e1e1e;}

td.box_black_t 		{	 		 height: 5px;	background-color: #000000;	background-image: url(../_img/grey_pixel.gif);  			background-position: top left; 		background-repeat: repeat-x;}
td.box_black_r		{width: 5px; 				background-color: #000000;	background-image: url(../_img/grey_pixel.gif); 				background-position: top right; 	background-repeat: repeat-y;}
td.box_black_b		{	 		 height: 5px; 	background-color: #000000;	background-image: url(../_img/grey_pixel.gif); 				background-position: bottom left;	background-repeat: repeat-x;}
td.box_black_l		{width: 5px; 				background-color: #000000;	background-image: url(../_img/grey_pixel.gif);					background-position: top left;		background-repeat: repeat-y;}
td.box_black_tl		{width: 5px; height: 5px; 	background-image: url(../_img/black_tl.png);			background-position: top left; 		background-repeat: no-repeat;}
td.box_black_tr 	{width: 5px; height: 5px; 	background-image: url(../_img/black_tr.png);			background-position: top right;		background-repeat: no-repeat;}
td.box_black_bl		{width: 5px; height: 5px; 	background-image: url(../_img/black_bl.png);			background-position: bottom left;	background-repeat: no-repeat;}
td.box_black_br		{width: 5px; height: 5px; 	background-image: url(../_img/black_br.png);			background-position: bottom right;	background-repeat: no-repeat;}

#DEFAULT_content_divider {
	margin: 0px 0px 0px 0px;	
	background-image: url(../_img/bg_dots_grey.gif); 
	background-repeat: repeat-x;
}

/* BOXES: */
td.box_grey_t 	{			height: 5px;  background-image: url(../_img/grey_pixel.gif);  	background-position: top left; 		background-repeat: repeat-x;}
td.box_grey_r 	{width: 5px; 			  background-image: url(../_img/grey_pixel.gif); 	background-position: top right; 	background-repeat: repeat-y;}
td.box_grey_b	{			height: 5px;  background-image: url(../_img/grey_pixel.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
td.box_grey_l 	{width: 5px; 			  background-image: url(../_img/grey_pixel.gif);		background-position: top left;		background-repeat: repeat-y;}
td.box_grey_tl 	{width: 5px; height: 5px; background-image: url(../_img/grey_corner_tl.gif); background-position: top left; 		background-repeat: no-repeat;}
td.box_grey_tr 	{width: 5px; height: 5px; background-image: url(../_img/grey_corner_tr.gif);	background-position: top right;		background-repeat: no-repeat;}
td.box_grey_bl 	{width: 5px; height: 5px; background-image: url(../_img/grey_corner_bl.gif);	background-position: bottom left;	background-repeat: no-repeat;}
td.box_grey_br 	{width: 5px; height: 5px; background-image: url(../_img/grey_corner_br.gif); background-position: bottom right;	background-repeat: no-repeat;}

td.box_light_t 	{			height: 5px; background-color:#ffffff; background-image: url(../_img/white_bdr_top.gif);  	background-position: top left; 		background-repeat: repeat-x;}
td.box_light_r 	{width: 5px; 			 background-color:#ffffff; background-image: url(../_img/white_bdr_right.gif); 	background-position: top right; 	background-repeat: repeat-y;}
td.box_light_b 	{			height: 5px; background-color:#ffffff; background-image: url(../_img/white_bdr_bot.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
td.box_light_l 	{width: 5px; 			 background-color:#ffffff; background-image: url(../_img/white_bdr_left.gif);	background-position: top left;		background-repeat: repeat-y;}
td.box_light_tl 	{width: 5px; height: 5px; background-image: url(../_img/white_corner_tl.gif); 	background-position: top left; 		background-repeat: no-repeat;}
td.box_light_tr 	{width: 5px; height: 5px; background-image: url(../_img/white_corner_tr.gif);	background-position: top right;		background-repeat: no-repeat;}
td.box_light_bl 	{width: 5px; height: 5px; background-image: url(../_img/white_corner_bl.gif);	background-position: bottom left;	background-repeat: no-repeat;}
td.box_light_br 	{width: 5px; height: 5px; background-image: url(../_img/white_corner_br.gif); 	background-position: bottom right;	background-repeat: no-repeat;}

td.box_lblue_t 	{			height: 5px; background-color:#e9f1f8; background-image: url(../_img/grey_pixel.gif);  	background-position: top left; 		background-repeat: repeat-x;}
td.box_lblue_r 	{width: 5px;			 background-color:#e9f1f8; background-image: url(../_img/grey_pixel.gif); 	background-position: top right; 	background-repeat: repeat-y;}
td.box_lblue_b 	{			height: 5px; background-color:#e9f1f8; background-image: url(../_img/grey_pixel.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
td.box_lblue_l 	{width: 5px; 			 background-color:#e9f1f8; background-image: url(../_img/grey_pixel.gif);	background-position: top left;		background-repeat: repeat-y;}
td.box_lblue_tl   {width: 5px; height: 5px; background-image: url(../_img/lblue_corner_tl.gif);background-position: top left; 		background-repeat: no-repeat;}
td.box_lblue_tr   {width: 5px; height: 5px; background-image: url(../_img/lblue_corner_tr.gif);background-position: top right;		background-repeat: no-repeat;}
td.box_lblue_bl   {width: 5px; height: 5px; background-image: url(../_img/lblue_corner_bl.gif);background-position: bottom left;		background-repeat: no-repeat;}
td.box_lblue_br   {width: 5px; height: 5px; background-image: url(../_img/lblue_corner_br.gif);background-position: bottom right;	background-repeat: no-repeat;}

td.box_mblue_t 	{			height: 5px; background-color:#C8DAEE; background-image: url(../_img/grey_pixel.gif);  	background-position: top left; 		background-repeat: repeat-x;}
td.box_mblue_r 	{width: 5px; 			 background-color:#C8DAEE; background-image: url(../_img/grey_pixel.gif); 	background-position: top right; 	background-repeat: repeat-y;}
td.box_mblue_b 	{			height: 5px; background-color:#C8DAEE; background-image: url(../_img/grey_pixel.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
td.box_mblue_l 	{width: 5px; 			 background-color:#C8DAEE; background-image: url(../_img/grey_pixel.gif);	background-position: top left;		background-repeat: repeat-y;}
td.box_mblue_tl   {width: 5px; height: 5px; background-image: url(../_img/mblue_corner_tl.gif);background-position: top left; 		background-repeat: no-repeat;}
td.box_mblue_tr   {width: 5px; height: 5px; background-image: url(../_img/mblue_corner_tr.gif);background-position: top right;		background-repeat: no-repeat;}
td.box_mblue_bl   {width: 5px; height: 5px; background-image: url(../_img/mblue_corner_bl.gif);background-position: bottom left;	background-repeat: no-repeat;}
td.box_mblue_br   {width: 5px; height: 5px; background-image: url(../_img/mblue_corner_br.gif);background-position: bottom right;	background-repeat: no-repeat;}

td.box_dblue_noborder_tl   {width: 5px; height: 5px; background-color:#376283; background-image: url(../_img/dblue_corner_tl.gif);background-position: top left; 	background-repeat: no-repeat;}
td.box_dblue_noborder_tr   {width: 5px; height: 5px; background-color:#376283; background-image: url(../_img/dblue_corner_tr.gif);background-position: top right;	background-repeat: no-repeat;}
td.box_dblue_noborder_bl   {width: 5px; height: 5px; background-color:#376283; background-image: url(../_img/dblue_corner_bl.gif);background-position: bottom left;	background-repeat: no-repeat;}
td.box_dblue_noborder_br   {width: 5px; height: 5px; background-color:#376283; background-image: url(../_img/dblue_corner_br.gif);background-position: bottom right;	background-repeat: no-repeat;}

div.comm_corner_bl 	{width: 5px; height: 5px; background-image: url(../_img/comm_corner_bl.gif);	background-position: bottom left;	background-repeat: no-repeat;}
div.comm_corner_br 	{width: 5px; height: 5px; background-image: url(../_img/comm_corner_br.gif); background-position: bottom right;	background-repeat: no-repeat;}



