body {
	/* fixed pos */
	margin:0;
	padding:0;
	/* styling */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	text-align:center;
	color:#444;

	/*background: url(/sps/css/images/tiles/rotate.php);*/
	/*background: url(/sps/css/images/tiles/glitch_bg_1.gif);*/
	/*background-attachment:fixed;*/
	
}

/***************************************************************************************
*	FOOTER:
***************************************************************************************/

#footer
{
	text-align:center;
	color:#444444;
	font-weight: normal;
}

#footer a {
	color:#444444;
	font-weight: normal;
}

#footer a:hover {
	text-decoration:underline;
	font-weight: normal;
}

/***************************************************************************************
*	MAIN CONTENT CONTAINER:
***************************************************************************************/

.content {
	background:#fff;
	min-height:360px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*********************************************************************************
 * Global Styles
 *********************************************************************************/

font, p, td, tr, span, div
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

#content th, #content td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

input, select, submit
{
	border: 1px solid #999999;
}

hr		{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

ul
{
padding-left: 18px;
margin-left: 0px;
}

li 
{ 
}

a		
{ 
	text-decoration: none; 
	font-weight: bold;
	color: #663333;
}
a:hover	
{ 
	text-decoration: underline; 
}

h1
{ 
	font-weight: normal; 
	font-size: 17px; 
	color: #002031;
}

h2
{ 
	font-weight: bold; 
	font-size: 14px; 
	color:#000000;
	margin: 5px;
}

/*********************************************************************************
 * Page area styles, for borders
 *********************************************************************************/

.body_area
{
background-image: url('/sps/icons/admin/bg.gif');
background-repeat: repeat-y;
padding-left: 15px;
padding-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

.body_area_popup
{
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid #999999;
}

.banner_area
{
border-right-style: solid;
border-right-width: 2px;
border-right-color: #398AA9;
}

.footer_area
{
text-align: center;
}

.boundingtable
{
	border: 1px solid #3a4666;
	background: #cccccc;
}

/*********************************************************************************
 * Footer Styles
 *********************************************************************************/

.footer 		{ font-weight: normal; font-size: 10px; color: #4C83B3; }
.footer a		{ text-decoration: none; color: #4C83B3;}
.footer a:hover		{ text-decoration: underline; color: #4C83B3; }

/*********************************************************************************
 * Topnav Styles
 *********************************************************************************/

.topnav 		
{ 
	font-weight: normal; 
	font-size: 10px; 
	color: #4C83B3;
	text-align: right;
}
.topnav a		{ text-decoration: none; color: #4C83B3;}
.topnav a:hover		{ text-decoration: underline; color: #4C83B3; }

/*********************************************************************************
 * Concealed
 *********************************************************************************/

.concealed
{
	display: none; 
	background: #cccccc; 
	border: 1px solid #999999;
}

/*********************************************************************************
 * Popups
 *********************************************************************************/

.popup_close
{
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
}

div#popupContent {
	background:#fff;
	border-top:2px solid #c5e03d;
	border-bottom:2px solid #c5e03d;
	padding:15px;
}


/*********************************************************************************
 * Promo and Alert Styles
 *********************************************************************************/

.alert 			{ font-weight: bold; color: #ff3333; }

.promo
{
	font-size: 11px;
	border-width: 1px;
	border-color: #49931A;
	border-style: solid;
	padding: 4px;
	background-color: #98D2E9;
	margin: 4px;
}
.promo a	{ text-decoration: none; color: #3C49F1;}
.promo a:hover	{ text-decoration: underline; color: #8287CE; }
.promo_header
{
	color: #2D336B; 
	font-size: 15px; 
	background-color: #49931A;
	text-align: center;
	border-top-width: 1px;
	border-top-color: #1566AA;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-color: #1566AA;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #1566AA;
	border-right-style: solid;
	padding: 4px;


}

.promosm { font-size: 8px; }

.boxed
{
border-style: solid;
border-width: 2px;
border-color: #B4770B;
background-color: #FFFFFF;
padding: 4px;
margin: 8px;
}

.boxed2
{
border-style: solid;
border-width: 1px;
border-color: #000000;
background-color: #FFFFFF;
padding: 4px;
margin: 8px;
}

/*********************************************************************************
 * Message and Error Codes
 *********************************************************************************/

.msg, .sps_msg
{
	border: 1px solid #409F3B;
	background-color: #B6EFB3;
	margin: 5px;
}

.sps_err
{
	border: 1px solid #BF472F;
	background-color: #EFA495;
	margin: 5px;
}

/*********************************************************************************
 * Applications
 *********************************************************************************/
 
.application_form_region
{
border: 1px solid #000000;
padding: 15px;
margin: 15px;
}

.application_form_prompt
{
font-weight: bold;
text-align: right;
}

.application_form_small
{
font-size: 9px;
}

.application_form_user
{
margin-top: 2px;
margin-bottom: 2px;
padding: 2px;
border: 1px solid #000000;
color: #000000;
background: #cccccc;
}

.application_table_head
{
	background:#666666;
}

.application_table_row
{
	background: #FFFFFF;
}

.application_table_row_alt
{
	background: #cccccc;
}

.application_table_row_hi, .application_table_row_alt_hi
{
	background: #95a6bd;
}


/*
 * Boxed
 */
 
.application_form_boxed
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
}

.application_icon_button
{
	/* border: 1px solid #3a4666; */
	border: 0;
	background: none;
}

/*********************************************************************************
 * SPS Form Styles
 *********************************************************************************/

.sps_subform
{
	background-color: #eeeeee;
}

.sps_subform h2
{ 
	font-weight: bold; 
	font-size: 14px; 
	color: #000000;
	background-image: none;
	padding-bottom: inherit;
	padding-top: inherit;
}



/*********************************************************************************
 * Misc
 *********************************************************************************/

.updatedby
{
border: 1px solid #b77e27;
background: #eabe7d;
}

.tab
{
border: 1px solid #000000;
background-color: #CCCCCC;
}

.search_container
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
