/*html { min-height: 100%; margin-bottom: 1px; }*/
BODY {
	background-color: #50546a;
 	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	padding:8px;
	text-align:left;
	margin:10px 0;
}

IMG.middle {
	vertical-align: middle;
	padding-right:5px;
}

A:Hover {
text-decoration:none;
}

#body_wrapper {
	width:950px;
}
	#body_wrapper_login {
		width:680px;
	}

.qmark {
	margin-top:3px;
}

.deleteimg {
	margin-right:2px;
	margin-top:5px;
	cursor:pointer;
}

.linethrough {
	text-decoration:line-through; 
	color:#ccc;
}

/* HEADER SECTION */
#header {
	height:60px;
	color: white;
	padding-left: 5px; padding-right:15px;
}
#header_logo {
	float:left;
	display:inline;
	width:200px;
	margin-left:15px;
	/*border:1px solid gray;*/
}

	.header_login {
		margin-left:15px;
	}
	
#header_name {
	float:right;
	display:inline;
	width:200px;
	/*vertical-align: text-bottom;*/
	position:relative; top:37px;
	text-align: right;
	/*border:1px solid gray;*/
	font-size: 8pt;
}
#header_bg {
	height: 14px;
	background-image: url(../images/sr_header_bg.gif);
	background-repeat: repeat-x;
}


/* TOC Section */
#toc {
	float:left; 
	display:inline;
	width:238px;
	text-align:left;
}

#toc_topcrv { 
	height: 25px;
	background-repeat: no-repeat;
	
	display: block;
	/* change / fix this later 
	position:relative; top:8px;*/
	/*border: 1px solid white;*/
}
#toc_topcrv_admin { 
	height: 25px;
	background-repeat: no-repeat;
/*	background-image: url(images/sr_toc_topcrv_admin.gif); */
	display: block;
	/* change / fix this later 
	position:relative; top:8px;*/
	/*border: 1px solid white;*/
}


.toc_imgicon {
	position:relative;
	left:-3px;
}

.toc_item {
	height: 42px;
	background-image:url(../images/sr_toc_bg.gif);
	/*background-color: #edeced;
	border-top: 1px solid #999999;*/
	padding-left:25px;
	display: block;
	/*padding:10px;*/
	color: #666666;
	text-decoration:none;
}

.toc_item:Hover {
	color:black;
	text-decoration:none;
	background-position:center;
}

.toc_item_open {
	height: 42px;
	background-image:url(../images/sr_toc_bg.gif);
	background-position:bottom;
	/*font-weight: bold;*/
	text-decoration:none;
	padding-left:25px;
	display: block;
	color: black;
}

.toc_botcrv { 
	height: 25px;
	background-repeat: no-repeat;
/*	background-image: url(images/sr_toc_botcrv.gif); */
	display: block;
	padding-left:25px;
	color: #666666;
}

/*.toc_botcrv:Hover { 
	color:black;
	text-decoration:underline;
	background-position:center;
}*/

.toc_botcrv_open { 
	height: 42px;
	background-repeat: no-repeat;
	background-image: url(../images/sr_toc_botcrv.gif); 
	background-position:bottom;
	display: block;
	padding-left:25px;
	color: #666666;
}

.toc_pd {
	position:relative;
	top:6px;
}

.toc_icn {
	width:32px;
	height:32px;
	margin:5px 10px 0 0;
	float:left;
	
	background:url(../images/icon_1.gif) no-repeat;
	display:block;
}

/* main section */
#main { margin-left:15px; width: 689px; float:left; text-align:left; }
#main_container_top { background-image: url(../images/sr_main_topbg.gif); background-repeat: repeat-x; display:block; height:29px;}
	#main_corner_topleft { float:left; }
	#main_corner_topright { float:right;  }
#main_container_content { 
	background-image:url(../images/sr_main_vertbg.gif);
	background-repeat:repeat-y;
	display:block;
	
} /*Caution: The background-image sr_main_vertbg.gif has a FIXED width, If you change the width of the main_container,  you'll have to physically change the width of the background image */
	#main_container_content_content {margin-left:15px; margin-right:15px;}
	/*#main_container_content_left { float:left; width:20px; background-image: url(images/sr_main_leftbg.gif); }
	#main_container_content_right { float:right; width:20px; background-image: url(images/sr_main_rightbg.gif); } */
#main_container_bottom { background-image: url(../images/sr_main_botbg.gif); background-repeat: repeat-x; display:block; height:27px;}
	#main_corner_botleft { float:left; }
	#main_corner_botright { float:right;  }

#footer {
	clear:both;
	height:18px;
}
.brk {clear:both;}
.collapse_up {
	/*background-image:url(images/collapse_up.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:15px;*/
	font-size:10pt;
	font-weight:bold;
}

.msg_collapse_up {
	background-image:url(../images/collapse_up.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:15px;
	font-size:10pt;
	font-weight:bold;
}

.collapse_down {
	background-image:url(../images/collapse_down.gif);
	background-repeat:no-repeat;
	background-position: center left;
	
	padding-left:15px;
	font-size:10pt;
	font-weight:bold;
}
/*STATS Specific Styles begin here */
.stats_nums {
	font-family:Arial, Verdana, Tahoma;
	font-size: 18pt;
	font-weight: bold;
	width: 100px;
	float:left;
	text-align:right;
	margin-right:10px;
}
.stats_link {
	height:18pt;
	margin-top:-10px;
}

.stats_numblock {
	width:200px; 
	float:left;
	display:block;
}
.stats_numblock2 {
	width:185px; 
	float:left;
	display:block;
}

.account_table {
	font-size:12px;
}

.account_table_fieldname {
	color:black;
	height:40px;
	width:120px;
	text-align:right;
	padding:3px;
	
}

.account_table_fieldname_medium {
	width:150px; 
	text-align:right; 
	padding:5px;
}

.account_table_fieldname_wider {
	/*font-weight:bold;
	color:#336699;
	height:40px;
	width:300px;*/
	text-align:right;
	font-size:10pt;
	width:auto;
	height:30px;
	padding-right:10px;
	margin:3px 0 3px 0;
	
}

.account_table INPUT[type='text'] {
	/*width:350px;*/
}
.full_width { width:660px; }
.input_size_small {
	width:200px;
}
.input_size_smallermedium {
	width:350px;
}
.input_size_medium {
	width:400px;
}
.input_size_biggermedium {
	width:500px;
}
.input_size_full {
	width:550px;
}
.input_size_biggest {
	width:640px;
}

.accounts_toc {
	height:90px; 
	overflow:auto; 
	text-align:left; 
	padding:5px;
}
.error_td {
	background-color: red;
	color:white;
}

/*#message {
	width:450px;
	vertical-align: middle;
	background-color: #FFFEAE;
	color:red;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	padding:30px;
}*/


.date_picker {
	width:100px; padding-right:20px;
	margin:3px 0 3px 0;
	border:1px solid #999999; 
	background-image:url(../images/calendar.gif); 
	background-repeat:no-repeat; 
	background-position:right center;
}

.confirmation_msg_inline {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	background-color: #a0e082;
	width:350px;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	
	margin:5px auto -5px;
	padding:3px;


}

.confirmation_msg {
	display:none;
	background-color: #a0e082;
	width:250px;
	
	position:fixed;
	position:absolute;
	top:40%;
	left:48%;
	
	padding:22px;
	/*border:1px solid #4fa028;*/
	
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	
	z-index:1002;
/*

	display:none;
	position:fixed;
	top:40%;
	left:33%;
	width:350px;
	background-color: #FFFFA0;
	text-align:center;
	padding:20px;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	z-index:999;*/
	
	border:10px solid #666666;
	
    /*-moz-opacity: 0.80;
    opacity:.80;
    filter: alpha(opacity=80);
	*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


.section_header {
	background-color:#a0e082;
	padding:4px 0 4px 7px;
	font-size:9pt;
	font-weight:bold;	
	margin:5px 0 1px 0;
	
	text-align:left;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.section_header_error {
	background-color:#FF2626;
}

.section_content {
	border:1px solid #CCCCCC;
	padding:7px;
	font-size:10pt;
	
	text-align:left;
}

.puw_txt {
	width:230px;
	text-align:right; 
	padding:4px 10px 0 0;
	height:25px;
}

.user_txt {
	width:200px;
	text-align:right; 
	padding-right:10px;
	height:25px;
}

.user_table {
	font-size:10pt;
}
.user_table_txt {
	width:430px;
}

.hnotes {
	width:637px;
	height:100px;
}

.user_reg_fail {
	color:red;
	padding:20px;
}

.footer_txt {
	text-align:center;
	margin: 23px 0 0;
}

#toc IMG {
	vertical-align:middle;
}

INPUT[type="radio"] {
	position:relative;
	top:1px;
}

INPUT[type="checkbox"] {
	position:relative;
	top:2px;
}

div.save {margin-top:30px;}
button#save { padding:5px; width:85px; }

DIV .login_form {
	margin:0 auto;
	width:250px;
}
	DIV .login_form LABEL {
		display:block;
	}

DIV .register_form {
	margin:0 auto;
	width:500px;
}

DIV.login_form INPUT[type='text'], DIV .login_form INPUT[type='password'],
DIV.register_form INPUT[type='text'], DIV .register_form INPUT[type='password'] {
	width:225px;
	font-size:12pt;
}

DIV .register_form_fields { 
	margin:0 auto;
	width:250px;
}

DIV .login_form DIV {
	padding:5px 0;
}

DIV .register_form DIV {
	padding:1px 0;
}

.tos_container {
	width:450px; 
	height:100px; 
	margin:10px 0;
	overflow-y:scroll; 
	border:1px solid gray; 
	padding:10px;
	text-align:left;
}
/** MISC **/
.user_reg_fail {
	text-align:center;
}

.flash_msg { 
	border:1px solid green; 
	width:670px; 
	background-image:url(/user/images/icon_check.png); 
	background-repeat:no-repeat; 
	background-position:5px; 
	background-color:#dff7df; 
	padding:15px 10px 15px 40px; 
	color: green; 
	text-align:left; 
}

.flash_msg_error { 
	border:1px solid red; 
	width:670px; 
	background-image:url(/user/images/icon_error.png); 
	background-repeat:no-repeat; 
	background-position:5px; 
	background-color:#ffe4e4; 
	padding:15px 10px 15px 40px; 
	color: black; 
	text-align:left;
	left: 260px;	
	padding:3px; top:-14px; position:relative; height:38px;
}

	DIV#header_status {
		position:absolute; width:940px; text-align:right;
	}
	
	.flash_msg_error DIV {
		margin-left:40px;
	}
	
	.flash_msg_error SPAN {
		font-weight:bold;
	}
	
	.flash_msg_error TEXTAREA {
		width:550px; height:18px; overflow:hidden;
	}


/** POPUP **/

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:396px;
	width:720px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2147483647;
	font-size:13px;
}

#popupiFrame{
	width:720px; height:396px; 
}

#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	/*position:absolute;*/
	text-align:right;
	padding:4px 8px;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	color:#666666;
	font-weight:bold;
	display:block;
}