/*
	This is the stylesheet for the primary theme (used on the parent page); does not influence inner-iframe content.
*/

/* begin: TAG */

body {
	background: #21435f url("images/bg_tile.gif") repeat 0 0;
	color: #fff;
	text-align: center;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}
iframe#MainIframe {
	margin: 0; padding: 0;
	overflow: auto;
}

/* end: TAG */

/* begin: ID (including inheritances) - sorted by DOM */

#shell {
	background: rgb(255,255,255) url("images/bg_main_content_left.png") repeat-y 0 0;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	width: 500px;
	margin: 0 auto;
}
#header {
	background: #21435f url("images/bg_tile.gif") repeat 0 0;
}
#header h1 {
	width: 220px;
	margin: 0 20px 0 0; padding: 0;
	overflow: hidden;
}
#header h1 a {
	background: transparent url("images/top_logo_small.png") no-repeat 0 -100px;
	display: block;
	height: 60px; width: 220px;
	margin: 12px 0 0 0; padding: 0 0 10px 0;
	text-decoration: none;
	text-indent: -9999px;
}
#header h1 a:hover, #header h1 a:focus {
	background-position: 0 0;
}
#header div.fl_right {
	text-align: right;
	width: 460px;
}

#content {
	background: transparent url("images/main_rt_tile.png") repeat-y 100% 0;
	color: #333;
}

#top_border {
	background: transparent url("images/bg_top_edge.gif") no-repeat 0 0;
	margin: 0; padding: 0;
	height: 15px;
	overflow: hidden;
	zoom: 1;
}
#top_border span {
	background: transparent url("images/bg_top_edge.gif") no-repeat 100% 0;
	float: right;
	display: inline;
	width: 30px;
	height: 15px;
}
#bottom_border {
	background: transparent url("images/bg_bot_edge.gif") no-repeat 0 100%;
	margin: 0; padding: 0;
	height: 15px;
	overflow: hidden;
	zoom: 1;
}
#bottom_border span {
	background: transparent url("images/bg_bot_edge.gif") no-repeat 100% 100%;
	float: right;
	display: inline;
	width: 30px;
	height: 15px;
}

#main {
	margin: 10px 20px;
}
#main h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main p {
	overflow: hidden;
	zoom: 1;
	clear: left;
}
#main label {
	float: left;
	display: inline;
	width: 5em;
	padding: 0 10px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
#main input {
	font: 12px arial;
}

#footer {
	/* background: transparent url("/inc/styles/images/bg_bot_edge.gif") no-repeat 0 0; */
	background: transparent url("images/bg_footer_edge.png") no-repeat 100% 0;
	position: absolute;
	height: 55px;
	left: 0; bottom: 0; right: 0;
	display: none;
}
#footer p {
	color: #93a6b6;
	font-size: 10px;
	margin: 20px 0 0 0;
}

/* end: ID */

/* begin: CLASS (unique) */

/* general layout */

.fl_left			{ 		float: left; display: inline;		}
.fl_right			{ 		float: right; display: inline;		}

/*  */               

.clr_left			{ 		clear: left;						}
.clr_right			{ 		clear: right;						}
.clr_both			{ 		clear: both;						}
.clr_self			{ 		overflow: hidden; zoom: 1;			}

/*  */   
            
.t_left				{ 		text-align: left;					}
.t_right			{ 		text-align: right;					}

.error {
	border: 1px solid #ff9191;
	background: #fff399;
	color: red;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.meta {
	color: #555;
	font-size: 12px;
}

/* end: CLASS */
