body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background: #EBEBEB;
	margin-top: 20px;
}
.left
{
	float: left;
	clear: left;
}
.middle
{
	width: 900px;
	margin: auto;
	border: 2px double #CCCCCC;
}
.inner
{
	border: 1px solid #666666;
}
.right
{
	float: right;
}
a, a:visited, a:active
{
	color: #000000;
}
.bout
{
	border: 1px solid #AFD1FD;
}
.windowdk
{
	background: url(images/windowdk.png) repeat-x #CCCCCC;
	padding: 5px;
}
.windowlt
{
	background: url(images/windowlt.png) repeat-x #CCCCCC;
	padding: 5px;
}

.title
{
	background: url(images/title.png) repeat-x #0033CC;
	padding: 4px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #AFD1FD;
}

.error
{
	padding: 20px 10px;
}

.errortitlemark
{
	background: url(images/x.png) no-repeat right center;
	float: right;
	margin-right: 5px;
	width: 24px;
}

.subheader, .subheader_red
{
	font-size: 8pt;
	background: #E5F1FF;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
	text-align: left;
}

.subheader_red
{
	background: #F4E1E1;
}

.footer
{
	text-align: center;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	font-size: 10pt;
}

.titleright
{	
	background: no-repeat right center;
	float: right;
	margin-right: 5px;
	width: 24px;
}
.titleleft
{	
	background-repeat: no-repeat;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	width: 24px;
}

/* Helping style to clear floated items. */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
	display: inline-block;
	
}

.smalltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 20pt;
}

.tinytext
{
	font-size: 7pt;
}

#tipbox
{
	position: absolute;
	padding: 9px;
	border: 1px solid #CCCCCC;
	background: #e7ffe6;
	top: 0;
	left: 0;
	display: none;
}

.mainform table tr td
{
	padding-right: 50px;
	
}

.maintable tr td, .maintable tr th
{
	padding: 2px 5px;
}

.chartouter
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.pagenav
{
	margin: 10px;
}
.pg-normal, .pg-selected
{
	color: black;
	font-weight: normal;
	text-decoration: none;    
	cursor: pointer;  
	border: 1px solid #666666;
	padding: 2px 5px;  
	background: #dae1fe;
	vertical-align: text-top;
}
.pg-selected
{
	font-weight: bold;
	background: #FEEDDA;
}

.pg-normal:hover, .pg-selected:hover
{
	background: #FEEDDA;
}

.scrolldiv
{
	max-height: 155px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	background: #FFFFFF;
	padding: 5px;
	min-width: 200px;
}


.suberror
{
	padding: 8px;
	margin: 15px;
	background: #ffe6e6;
	border: 1px solid #CCCCCC;
}
.subsuccess
{
	padding: 8px;
	margin: 15px;
	background: #cbffd6;
	border: 1px solid #CCCCCC;
}
/* Hides from IE-mac. \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac. */

.titlebar
{
	background: url(images/titlebar.png) repeat-x #003399;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

.titlebar #title
{
	background: url(images/flex_48_icon.png) no-repeat left center;
	color: #FFFFFF;
	padding-left: 50px;
	font-size: 25px;
	font-weight: bold;
	float: left;
	margin: 5px;
}

.titlebar #copyright
{
	color: #FFFFFF;
	font-size: 10px;
	float: right;
	margin-top: 12px;
	z-index: 100;
	padding-right: 5px;
}

.titlebar #logo
{
	background: url(images/logo.png) no-repeat;
	float: right;
	margin-top: 2px;
	width: 150px;
	height: 48px;
	z-index: 99;
}

.buttonstrip
{
	margin-left: 20px;
	margin-top: 20px;
}

.buttonstrip a
{
	background: #fe9627 url(images/bgshine.png);
	border: 1px solid #CCCCCC;
	-moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
	border-bottom: 0px;
	margin-left: 2px;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	
}
.buttonstrip a:hover
{
	background-color: #68AEC3;
	color: #FFFFFF;
	border-bottom: 1px solid #68AEC3;
}


.premain
{
	height: 29px;
	background: url(images/bgshine.png) #3A96B1 center top;
	border-bottom: 1px solid #666666;
	margin-top: -1px;
	border-top: #CCCCCC solid 1px;
}

.main
{
	border-top: 1px solid transparent;
	background: #E6EEFF;
	min-height: 700px;
	
}

.leftbox
{
	float: left;
	clear: left;
	width: 200px;
	height: 200px;
	margin: 10px;
	margin-left: 20px;
	margin-top: 20px;
	border: 1px solid #666666;
	background: #fff0df;
	padding: 5px;
}

.rightbox
{
	float: left;
	margin: 10px;
	margin-top: 20px;
	
	border: 1px solid #666666;
	background: #dfffe4;
	display: block;
	width: 610px;
	padding: 5px;
}

.subtempheader
{
	margin: 10px;
	padding: 10px;
	font-size: 14pt;
	background: #dae6fe;
	border: 1px solid #FFFFFF; /*9CD0F8;*/
}

.subtempheader a, .subtempheader a:hover
{
	text-decoration: none;
	color: black;
}

.subtempbuttonstrip
{
	margin: 10px;
	font-size: 10pt;
	background: #dae6fe;
	border: 1px solid #FFFFFF; /*9CD0F8;*/
}
.subtempbuttonstrip div
{
	border-right: 1px solid #666666;
	display: table-cell;
}
.subtempbuttonstrip div a
{
	display: table-cell;
	border-right: 0px;
}

.h_sub
{
	font-size: 8pt;
	margin-left: 5px;
}

.h_sub2
{
	font-size: 10pt;
	margin-left: 6px;
	width: 100%;
}


.lnk_btn
{
	margin: 1px;
	padding: 4px 10px; 
	border: 1px solid #666666;
	background: #dae1fe;
	text-decoration: none;
	color: #000000;
	overflow: visible;
	word-wrap: normal;
}

.lnk_btn:hover
{
	background: #feedda;
}

.button
{
	margin: 1px;
	padding: 3px 8px; 
	border: 1px solid #666666;
	background: #dae1fe;
	text-decoration: none;
	color: #000000;
	overflow: visible;
	word-wrap: normal;
}

.button:hover
{
	background: #feedda;
	cursor: pointer;
}



