/*
/	EdSource Global StyleSheet v0.0.1
/	6-18-08
/	for use at http://www.edsource.org
/	developer Amadeo Donofrio amadeo<at>solutionset.com
/	for SolutionSet http://www.solutionset.com
/
------------------------------------------*/



/*  Layout Styles
------------------------------------------*/
*{
	margin:				0;
	padding:            0;
	line-height:		18px;
	font-size:			12px;
}

body{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000;
}

div{
	border: 0px solid red;
}

.hr{
	display:block;
	height: 1px;
	background-color:#CECECE;
	overflow:hidden;
	margin: 10px 0px !important;
	padding: 0px !important;
	width: 100%;	
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


#pg_container{
	padding: 10px 10px;
	min-width: 1000px;
	/*width:expression(document.body.clientWidth > 1600? "1600px" : "auto");*/
}

h1 {
	font-size: 22px;
	color: #0092E8;
	font-weight:bold;
	line-height: 30px;
	padding-bottom: 5px;
}
h2 {
	font-size: 16px;
	color: #0092E8;
	font-weight:bold;
	line-height: 26px;
	padding-bottom: 5px;
}
h3 {
	font-size: 14px;
	color: #000;
	font-weight:bold;
	line-height: 22px;
	padding-bottom: 5px;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #d60708;
	font-size:			12px;	
}
a:hover {
	color: #42aedf;
}

.nomargin {
	margin:0 !important;
}

.nopagging {
	margin:0 !important;
}

.curve {
	background: url(/assets/images/sprite_base.png);
	width: 8px;
	height: 8px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
}
a.button,
a.button:link,
a.button:visited,
a.button:hover 
{
	background-color:#e46700 !important;
	font-size:15px !important;
	font-weight:bold !important;
	vertical-align:middle !important;
	padding: 2px 13px !important;
	color: #FFFFFF !important;
	text-decoration:none !important;
	border: 1px solid #eea366 !important;
	border-bottom-color: #8c4408 !important;
	border-right-color: #8c4408 !important;
}
a.button:hover 
{
	background-color: #f07510 !important;
}
a.button:active 
{
	background-color: #c65c04 !important;
	border: 1px solid #c65c04 !important;

}
a.large,
a.large:link,
a.large:visited,
a.large:hover
{
	font-size:16px !important;
	padding: 3px 15px !important;
}
a.small,
a.small:link,
a.small:visited,
a.small:hover
{
	font-size:12px !important;
	padding: 1px 10px !important;
}


.right {
	float: right;
}
.left {
	float: left;
}
.redborder {
	border: 1px solid red;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic !important;
}

.gray {
	color:#999999 !important;
}
.red {
	color:#D60708 !important;
}
.green {
	color: #5ce02e !important;
}

.small {
	font-size: 10px !important;
}

.nolink {
	outline: none;	
}

.top_line {
	border-top: 1px solid #E8E8E8
}

p.tip {
	font-size: 11px;
	color: #333333;
}

span.separator {
	color: #AAAAAA;
	margin: 0 10px;
}

a.toolsicon,
a.toolsicon:link,
a.toolsicon:active,
a.toolsicon:visited
 {
	background:transparent url(/assets/images/sprite_tools_icon.gif) no-repeat scroll 0 -36px;
	/*display:block;*/
	font-weight:normal;
	margin:0 0 0;
	padding:2px 0 0 17px;
	line-height:20px;
}

.minus_icon {
	background-position: 0 4px !important;
}
.plus_icon {
	background-position: 0 -16px !important;
}
.CR_icon {
	background-position: 0 -56px !important;
}
.PO_icon {
	background-position: 0 -76px !important;
}
.MB_icon {
	background-position: 0 -96px !important;
}
.LB_icon {
	background-position: 0 -116px !important;
}
.Websites_icon {
	background-position: 0 -136px !important;
}
.Statistics_icon {
	background-position: 0 -156px !important;
}
.about_icon {
	background-position: 0 -176px !important;
}
.privacy_icon {
	background-position: 0 -196px !important;
}
.terms_icon {
	background-position: 0 -216px !important;
}
.contact_icon {
	background-position: 0 -236px !important;
}
.faq_icon {
	background-position: 0 -256px !important;
}
.login_icon {
	background-position: 0 -276px !important;
}
.register_icon {
	background-position: 0 -296px !important;
}

a.bluelink,
a.bluelink:visited,
a.bluelink:link,
a.bluelink:active {
 	color: #0092E8 !important;
}
a.bluelink:hover {
 	text-decoration: none;
}

ul.arrow li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/assets/images/small-arrow.png) no-repeat scroll 0 4px;
	display:block;
	font-weight:normal;
	margin:3px 0 3px;
	padding:2px 0 0 17px;
}
ul.arrow li span{
	display: inline !important;
	line-height: 18px !important;
	padding:0 !important;
}

ul.noindent {
	margin-left: 0 !important;
}

.graytext,
.graytext a,
.graytext a:link,
.graytext a:visited
{
	color: #96989B !important;
}
.graytext a:hover
{
	color: #42AEDF !important;
}



/* Header
------------------------------------------*/
#header #top_nav {
	float: left;
	height: 25px;
	margin-left:-7px;
	position: relative;
}
#header #top_nav span {
	position: absolute;
	background-color: #fff;
	left:0;
}
#header #top_nav ul  li {
	background: url(/assets/images/sprite_base.png) no-repeat -293px 0;
	float: left;
	padding: 0 10px;
}
#header #top_nav ul  a, 
#header #top_nav ul  a:visited, 
#header #top_nav ul  a:link {
	color: #8b8a7b;
	text-decoration: underline;
}
#header #top_nav ul  a:hover {
	text-decoration: none;
	color:	#42aedf;
}
#header #top_nav ul li.active  a, 
#header #top_nav ul li.active  a:visited, 
#header #top_nav ul li.active  a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
#header #top_nav ul li.active  a:hover {
	text-decoration: none;
	color:	#42aedf;
}








#header #top_search {
	float: right;
	width: 455px;
	text-align:right;
}
#header #top_search input
{
	font-size:12px;
	height: 20px !important;
	line-height:20px !important;	
	border: 1px solid #7F9DB9;
	vertical-align:middle;	
	color:#000;
	width: 200px;
	padding: 0 !important;
	background-color: #F2F4F5;
	margin-top: 1px;
}
#header #top_search select
{
	font-size:10px;
	height: 19px;
	border: 1px solid #7F9DB9;
	vertical-align:middle;
	width: 100px;
	padding: 0;
}

#header #top_search a.go,
#header #top_search a.go:link,
#header #top_search a.go:visited,
#header #top_search a.go:hover
{
	height: 14px !important;
	line-height:14px !important;
	padding: 2px 8px 2px 8px !important;
	margin-left: 0px;
}
#header #top_search  a, 
#header #top_search  a:visited, 
#header #top_search  a:link {
	font-size: 11px;
	color: #8b8a7b;
	text-decoration: underline;
	margin-left: 8px;
}
#header #top_search  a:hover {
	text-decoration: none;
	color:	#42aedf;	
}


/* Logo countainer
-------------------------- */
#logo_countainer {
	padding: 30px 3px;
}
#logo_countainer a {
	display:block;
	height:44px;
	text-decoration:none;
	width:252px;
	background:url(/assets/images/sprite_base.png);
	background-position: -41px 0px;
}

#logo_countainer_home {
	margin: 30px auto;
	width:252px;
}
#logo_countainer_home a {
	display:block;
	height:66px;
	text-decoration:none;
	width:252px;
	background:url(/assets/images/sprite_base.png);
	background-position: -41px 0px;
}


/* left side
----------------------------------- */
#left_side
{
	position: absolute; 
	top:0; 
	left:1px; 
	width: 195px;
	z-index:2;
}

#left_side .left_side_nav
{
	border: 1px solid #cecece;
	border-right: 0;
	padding: 0;
	position: relative;
	background-color: #e8f5fd;
	padding-bottom: 15px;
}
#left_side .left_side_nav .lt
{
	top: -1px;
	left: -1px;
}
#left_side .left_side_nav .lb
{
	background-position: 0 -8px;
	line-height: 8px;
	bottom: -1px;
	left: -1px;
}
#left_side .left_side_nav ul.left_side_nav_ul {
	margin: 15px 0 0 15px;
}

/* other menus */

#left_side .left_side_nav ul li
{
	/*background: #f5fafe url(/assets/images/sprite_base.png);
	background-position: 0 -366px;*/
	background:#FFFFFF;
	padding: 0;
}
#left_side .left_side_nav ul li:hover
{
	/*background: #e7eff1 url(/assets/images/sprite_base.png);
	background-position: 0 -423px;*/
	padding: 0;
}
#left_side .left_side_nav ul li a,
#left_side .left_side_nav ul li a:link,
#left_side .left_side_nav ul li a:visited,
#left_side .left_side_nav ul li a:hover
{
	display: block;
	line-height: 25px;
	height: 25px;
	color: #0092E8;
	border: 1px solid #cecece;
	border-top-width: 0px;
	/*background:  url(/assets/images/sprite_base.png) no-repeat scroll -354px -107px;*/
	margin-left: 0px;
	padding-left: 25px;
	text-decoration: none;	
}
#left_side .left_side_nav ul li a:hover
{
	font-weight: bold;
}


#left_side .left_side_nav ul li ul
{
	display: none
}

/* box_title_shortcut */
#left_side .left_side_nav ul.left_side_nav_ul li.box_title_shortcut
{
	background: #4284c8 url(/assets/images/sprite_base.png);
	background-position: 0 -391px;
	line-height: 25px;
	padding-left:15px;
	font-size: 11px;
	color:#FFFFFF;
	border-color:#CAD1D8;
	border-style:solid;
	border-width:0 0 1px 0;	
	font-weight: bold;
}


/* box_title */
#left_side .left_side_nav ul.left_side_nav_ul li.box_title
{
	height: 32px;
	color: #fff;
	background: #4284c8 url(/assets/images/sprite_base.png);
	background-position: 0 -391px;
	border: 1px solid #cecece;
}
#left_side .left_side_nav ul.left_side_nav_ul li.box_title a,
#left_side .left_side_nav ul.left_side_nav_ul li.box_title a:link,
#left_side .left_side_nav ul.left_side_nav_ul li.box_title a:visited,
#left_side .left_side_nav ul.left_side_nav_ul li.box_title a:hover
{
	display:block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	/*background:transparent url(/assets/images/sprite_base.png) no-repeat scroll -354px -75px;*/
	margin-left: 8px;
	padding-left: 22px;
	text-decoration: none;
	border: 0;
	font-weight: bold;	
}
#left_side .left_side_nav ul.left_side_nav_ul li.box_title a:hover
{
	text-decoration: underline;
}
#left_side .left_side_nav ul.left_side_nav_ul .lt
{
	width: 5px;
	height: 5px;
	left: 0px;
	top: 0px;
	background-position: -303px -20px;
}
#left_side .left_side_nav ul.left_side_nav_ul .rt
{
	width: 5px;
	height: 5px;
	right: 0px;
	top: 0px;
	background-position: -308px -20px;
}

/* active menus */

#left_side .left_side_nav ul li.children
{
	/*background: #e7eff1 url(/assets/images/sprite_base.png);
	background-position: 0 -423px;*/
	padding: 0;
	border-bottom: 1px solid #cecece;	
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	
}
#left_side .left_side_nav ul li.children a,
#left_side .left_side_nav ul li.children a:link,
#left_side .left_side_nav ul li.children a:visited,
#left_side .left_side_nav ul li.children a:hover
{
	display: block;
	line-height: 25px;
	height: 25px;
	color: #0092E8;
	border: 1px solid #cecece;
	border-top-width: 0px;	
	/*background:transparent url(/assets/images/sprite_base.png) no-repeat scroll -354px -132px;*/
	margin-left: 0px;
	padding-left: 25px;
	text-decoration: none;	
	font-weight: bold;
}
#left_side .left_side_nav ul li.children ul
{
	display: block;
	padding: 5px 0;
}
#left_side .left_side_nav ul li.children ul li
{
	padding: 2px 0;


}
#left_side .left_side_nav ul li.children ul li a,
#left_side .left_side_nav ul li.children ul li a:link,
#left_side .left_side_nav ul li.children ul li a:visited,
#left_side .left_side_nav ul li.children ul li a:hover
{
	background:transparent url(/assets/images/sprite_tools_icon.gif) no-repeat scroll 0 -36px;
	height: 20px;
	line-height: 20px;
	color: #000;
	border: 0;
	font-weight: normal;
	padding-left: 20px;
	font-size: 11px;	
	margin: 0 10px;
	
}

.hiddenSubNav {
	position: absolute;
	top: -10px; 
	font-size: 1px;
}

#left_side .left_side_nav ul li.children ul li a:hover,
#left_side .left_side_nav ul li.children ul li.active a,
#left_side .left_side_nav ul li.children ul li.active a:link,
#left_side .left_side_nav ul li.children ul li.active a:visited,
#left_side .left_side_nav ul li.children ul li.active a:hover
{
	color:#FE5400;
	font-weight:bold;
}





/*
#left_side ul li{
	height: 30px;
	border: 1px solid #cecece; 
	background:#cddecd; 
	margin-bottom: 10px;
	position:relative;
}
#left_side .active ul {
	margin-bottom: 13px;
	bborder-bottom:1px solid #CAD1D8;
	margin-left: 20px;
	
}
#left_side .active ul li{
	height: 27px;
	margin: 10px 0 0 0;
	position:relative;
	background:#e8f5fd none repeat scroll 0 0;
	border:1px solid #CAD1D8;
	bborder-bottom-width: 0px;
	padding-left:20px;
}
#left_side .active ul li span{

}

#left_side ul li a,
#left_side ul li a:link,
#left_side ul li a:visited
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
	line-height: 30px;
	padding-left: 20px;
	width: 140px;
	display:block;
	outline: none;	
}
#left_side .active ul li a,
#left_side .active ul li a:link,
#left_side .active ul li a:visited
{
	line-height:18px;
	margin:0;
	padding:0;
	text-decoration: underline;
	font-weight:normal;
	width: 140px;
	display:block;
	outline: none;	
	color:#D60708;
}
#left_side ul li.active a,
#left_side ul li.active a:link,
#left_side ul li.active a:visited
{
	width: 125px;
	outline: none;
	margin: 5px 0;
}
#left_side ul li a:hover
{
	color: #42aedf;
	text-decoration: none;
	font-weight:bold;
}
#left_side ul li.active{
	height: auto;
	border: 1px solid #cecece; 
	border-right: 1px solid #e8f5fd;
	background:#fff; 
	margin-bottom: 10px;
}
#left_side ul li .lt {
	background-position: 0 -18px;
	top:-1px;
	left:-1px;
}
#left_side ul li .lb {
	background-position: 0 -26px;
	bottom:-1px;
	left:-1px;
}
#left_side ul li.active .lt {
	background-position: 0 -36px;
	top:-1px;
	left:-1px;
}
#left_side ul li.active .lb {
	background-position: 0px -44px;
	bottom:-1px;
	left:-1px;
}
#left_side ul li.active ul li .lt {
	background-position: 0 0;
	top:-1px;
	left:-1px;
}
#left_side ul li.active ul li .lb {
	background-position: 0 -8px;
	bottom:-1px;
	left:-1px;
}

#left_side .rt,
#left_side .rb {
	display: none;
}


#left_side ul li.active ul li .rt {
	display: block;
	background-position: -8px 0;
	top:-1px;
	right:-1px;
}
#left_side ul li.active ul li .rb {
	display: block;
	background-position: -8px -8px;
	bottom:-1px;
	right:-1px;
}
*/




/* right side
----------------------------------- */
#right_side {
	position: absolute; 
	top:0; 
	right:0; 
	width: 250px;
}
#right_side .panel {
	margin: 0 0 10px 10px;
	background-color: #e8f5fd;
	padding:15px;
}
#right_side .rt {
	background-position: -8px -54px;
	top:0px;
	right:0px;
}
#right_side .lt {
	background-position: 0 -54px;
	top:0px;
	left:10px;
}
#right_side .rb {
	background-position: -8px -62px;
	bottom:10px;
	right:0px;
}
#right_side .lb {
	background-position: 0 -62px;
	bottom:10px;
	left:10px;
}
#right_side .panel .panel_title{
	color: #000;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom: 10px;
}

/* Big icons
----------------------------------- */
#big_icon_1 {
	position: absolute; 
	bottom:0; 
	left:0; 
	width: 200px;  
	height: 150px; 
}

/* Body
----------------------------------- */
#body
{
	position:relative;
}
#body .content .rt {
	background-position: -8px 0;
	top:-1px;
	right:-2px;
	width: 9px;
}
#body .content .lt {
	background-position: 0 0;
	top:-1px;
	left:-1px;
}
#body .content .rb {
	background-position: -8px -44px;
	bottom:-1px;
	right:-2px;
	width: 9px;
}
#body .content .lb {
	background-position: 0 -44px;
	bottom:-1px;
	left:-1px;
}

#body .forum_content .rt {
	background-position: -8px 0;
}
#body .forum_content .lt {
	background-position: 0 0;
}
#body .forum_content .rb{
	background-position: -8px -8px;
}
#body .forum_content .lb {
	background-position: 0 -8px;
}

.content ul {
	margin-left: 15px;
}
.content ul li span {
	/*background:#FFFFFF url(/assets/images/sprite_base.png) no-repeat scroll -364px -157px;*/
	color:#000000;
	height:25px;
	margin-left:0;
	padding-left:15px;
	line-height:25px;
	display:block;
	font-weight:bold;
}

.content ul li p {
	padding-left:15px;
}

.footer{
	margin: 0 260px 0 200px; 
	padding: 10px;
	text-align: center;
	color: #787878;
	font-size: 11px;
}
.footer a,
.footer a:link,
.footer a:visited
{
	color: #787878;
}
.footer a:hover
{
	color: #42aedf;
}
#body .content {
	margin: 0 260px 0 200px; 
	background:#e8f5fd; 
	border: 1px solid #cecece; 
	padding: 15px;
	min-height: 400px;
	_height: 400px;
	position: relative;
}

/* Body 3 col
----------------------------------- */
#body #content_3_col{
	margin: 0 0 0 195px; 
}
.body_3_col #footer{
	margin: 0 0 0 195px; 
}

/* Body 2 col right
----------------------------------- */
#body #content_2_col_right{
	margin: 0 260px 0 0; 
}
.body_2_col_right #footer{
	margin: 0 260px 0 0; 
}

/* Body 2 col left
----------------------------------- */
#body #content_2_col_left{
	margin: 0 0 0 200px; 
}
.body_2_col_left #footer{
	margin: 0 0 0 200px; 
}

/* Body 1 col
----------------------------------- */
#body #content_1_col{
	margin: 0 0 0 0; 
}
.body_1_col #footer{
	margin: 0 0 0 0; 
}




/* Lightbox
------------------------------------------*/
#overlay {
	background:transparent url(assets/images/overlay.png) repeat scroll 0 0;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:7;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/overlay.png', sizingMethod='scale');
	_background-image: none;	
	_height: 2000px;
	_width: 2000px;
	display: none;
}

.lightbox {
	color: #fff;
	left:320px;
	position:absolute;
	top:120px;
	width:500px;
	z-index:8;
	padding: 0;
	display: none;
	
}
.lightbox .lightbox_header {
	background: url(/assets/images/lightbox.png);
	_background-image: url(/assets/images/lightbox_ie6.gif);
	background-position: -29px 0;
	margin-right: 29px;
	height: 49px;
}
.lightbox .lightbox_header p{
	padding: 10px;
	font-size:14px;
	padding: 13px 18px;
	font-weight:bold;
	color: #f6f6f6;
}
.lightbox .lightbox_header .lightbox_close{
	position: absolute;
	right:23px;
	top:13px;
}
.lightbox .lightbox_header .lightbox_close a,
.lightbox .lightbox_header .lightbox_close a:link,
.lightbox .lightbox_header .lightbox_close a:visited,
.lightbox .lightbox_header .lightbox_close a:hover
{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#f6f6f6;
	text-decoration:none;
}
.lightbox .lightbox_header .lightbox_close a:hover
{
	text-decoration:underline;
}
.lightbox .lightbox_curve_rt {
	background: url(/assets/images/lightbox.png);
	_background-image: url(/assets/images/lightbox_ie6.gif);
	background-position: 0 0;
	width: 29px;
	height: 49px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: 0;
	right: 0px;
}
.lightbox .lightbox_curve_rb {
	background: url(/assets/images/lightbox.png);
	_background-image: url(/assets/images/lightbox_ie6.gif);
	background-position: 0 -49px;
	width: 29px;
	height: 30px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	bottom: 0;
	_bottom: -1px;
	right: 0px;
}

.lightbox .lightbox_body {
	background: url(/assets/images/lightbox.png) right;
	_background-image: url(/assets/images/lightbox_ie6.gif);
	height: 200px;
	padding-right: 20px;
	padding-bottom:10px;
	_padding-bottom:0px;
	margin-left: 1px;
}

.lightbox .lightbox_body_bg {
	background: url(/assets/images/lightbox.png);
	_background-image: url(/assets/images/lightbox_ie6.gif);
	background-position: -1956px 0;
	position: relative;
	left: -2px;
}
.lightbox .lightbox_content {
	background-color: #f6f6f6;
	height: 200px;
	color: #000;
	padding: 5px 10px;
	margin-left: 19px;
}
.lightbox .lightbox_footer {
	background: url(/assets/images/lightbox.png);
	_background-image: url(/assets/images/lightbox_ie6.gif);
	background-position: -29px -49px;
	margin-right: 29px;
	height: 30px;
}

/*  Home body
------------------------------------------*/
#body_home 
{
	width: 960px;
	margin: 0 auto;
}

#body_home_top {
	margin-bottom: 50px;
}

#body_home_top_left,
#body_home_top_right 
{
	width: 308px; 
	float:left;
	margin-top: 30px;
}
#body_home_top_center 
{
	width: 344px; 
	float:left;
	height: 296px;
	background: url(/assets/images/sprite_base.png);
	background-position: 0 -70px;
	
}
#body_home_top_left_title
{
	width: 160px;
	background-color: #f97915;
	height:28px;
	position: relative;
}
#body_home_top_left_title p
{
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 8px 0 0 10px;
}
#body_home_top_left_title_curve_rt 
{
	background: url(/assets/images/sprite_base.png);
	background-position: -26px 0px;
	width: 9px;
	height: 9px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: 0;
	right: 0px;

}
#body_home_top_left_title_curve_lt 
{
	background: url(/assets/images/sprite_base.png);
	background-position: -17px 0px;
	width: 9px;
	height: 9px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: 0;
	left: 0px;
}

#body_home_top_left_body
{
	border: 6px solid #f97915;
	position:relative;
}
#body_home_top_left_body_curve_lt
{
	background: url(/assets/images/sprite_base.png);
	background-position: -17px -9px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: -6px;
	left: -6px;
	_top: 0px;
}
#body_home_top_left_body_curve_rt
{
	background: url(/assets/images/sprite_base.png);
	background-position: -29px -9px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: -6px;
	right: -6px;
	_top: 0;
	_right: 0;
}
#body_home_top_left_body_curve_lb
{
	background: url(/assets/images/sprite_base.png);
	background-position: -17px -21px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	bottom: -6px;
	left: -6px;
	_bottom: 27px;
}
#body_home_top_left_body_curve_rb
{
	background: url(/assets/images/sprite_base.png);
	background-position: -29px -21px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	bottom: -6px;
	right: -6px;
	_bottom: 27px;
	_right: 0;
}

#body_home_top_left_content
{
	width: 264px;
	height: 195px;
	border: 1px solid #cecece;
	background: #ffffff url(/assets/images/sprite_base.png) repeat-y scroll 0px -493px;
	padding:15px;
}
#body_home_top_left_content .button 
{
	position: absolute;
	bottom: 20px;
	_bottom: 50px;
	right: 20px;
}
#body_home_top_left_content ul {
	padding: 6px 0 2px 0;
}
#body_home_top_left_content ul li {
	background: transparent url(/assets/images/sprite_base.png) no-repeat scroll -353px -20px;
	padding:0 25px;
	line-height: 23px;
	margin: 6px 0;
	font-size:16px;
	font-weight: bold;
}





#body_home_top_right_title
{
	width: 180px;
	background-color: #3e94d0;
	height:28px;
	position: relative;
}
#body_home_top_right_title p
{
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 8px 0 0 10px;
}
#body_home_top_right_title_curve_lt 
{
	background: url(/assets/images/sprite_base.png);
	background-position: -17px -33px;
	width: 9px;
	height: 9px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: 0;
	left: 0px;
}
#body_home_top_right_title_curve_rt 
{
	background: url(/assets/images/sprite_base.png);
	background-position: -26px -33px;
	width: 9px;
	height: 9px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: 0;
	right: 0px;

}
#body_home_top_right_body
{
	border: 6px solid #3e94d0;
	position:relative;
}
#body_home_top_right_body_curve_lt
{
	background: url(/assets/images/sprite_base.png);
	background-position: -17px -42px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: -6px;
	left: -6px;
	_top: 0;
}
#body_home_top_right_body_curve_rt
{
	background: url(/assets/images/sprite_base.png);
	background-position: -29px -42px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	top: -6px;
	right: -6px;
	_top: 0;
	_right: 0;
}
#body_home_top_right_body_curve_lb
{
	background: url(/assets/images/sprite_base.png);
	background-position: -17px -54px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	bottom: -6px;
	left: -6px;
	_bottom: 27px;
}
#body_home_top_right_body_curve_rb
{
	background: url(/assets/images/sprite_base.png);
	background-position: -29px -54px;
	width: 12px;
	height: 12px;
	display:block;
	position:absolute;
	font-size:1px;
	line-height:1px;	
	bottom: -6px;
	right: -6px;
	_bottom: 27px;
	_right: 0;
}

#body_home_top_right_content
{
	width: 264px;
	height: 195px;
	border: 1px solid #cecece;
	background: #ffffff url(/assets/images/sprite_base.png) repeat-y scroll 0px -493px;
	padding:15px;	
}

.bordered_box
{
	border: 1px solid #cecece;
	background: #ffffff url(/assets/images/sprite_base.png) repeat-y scroll 0px -493px;
	padding:15px;	
}

#body_home_top_right_content .login_form_remember label {
	width: 225px;
	line-height:20px !important;
	margin: 5px 0 0 10px;
	vertical-align:bottom;
	float: left;
	height:20px;
	font-size: 10px;
	
}
#body_home_top_right_content .login_form_remember input {
	margin-top: 5px;
	color:#000;
	font-size:12px;
	height:20px;
	line-height:20px !important;
	vertical-align:bottom;
	float: left;
}
#body_home_top_right_content .button {
	position: absolute;
	right: 20px;
	top: 130px;
	_top: 135px;
}



#body_home_top_right_content .login_form div {

}
#body_home_top_right_content .login_form label {
	width: 120px;
	float: left;
	line-height:20px !important;
	margin-top: 3px;

}

#body_home_top_right_content .login_form input {

	margin-top: 3px;
	color:#000;
	font-size:12px;
	height:20px;
	line-height:20px !important;
	vertical-align:middle;
	width:130px;
	float: right;

}


.body_home_bottom_td {
	background-color: #e8f5fd;
	border: 1px solid #cecece;
}

#body_home_bottom .body_home_bottom_td span.rt{
	top: -3px;
	right:-3px;
}
#body_home_bottom .body_home_bottom_td span.lt{
	top: -3px;
	left:-3px;
	_left: -18px;
}
#body_home_bottom .body_home_bottom_td span.lb{
	bottom: -3px;
	left:-3px;
	_left: -18px;
}

#body_home_bottom td.sep_col {
	width: 10px;
	background: #fff;
}


#body_home_bottom {
	width: 960px;
	margin: 0px auto 10px auto;
}

#body_home_bottom_left,
#body_home_bottom_right 
{
	position:relative;
	padding:15px;
}
#body_home_bottom_center 
{
	padding: 15px;
}


#body_home_bottom .lt
{
	background-position: 0 0;
	top:-1px;
	left:-1px;
}
#body_home_bottom .lb
{
	background-position: 0 -8px;
	bottom:-1px;
	left:-1px;
}
#body_home_bottom .rt
{
	background-position: -8px 0;
	top:-1px;
	right:-1px;
}
#body_home_bottom .rb
{
	background-position: -8px -8px;
	bottom:-1px;
	right:-1px;
}

#body_home .footer {
	width: 960px;
	margin: 0 auto 10px auto;
}










/* content elements */

.content_cap_div {
	background: #ebedef url(/assets/images/sprite_base.png);
	background-position: 0 -448px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-bottom: 0px solid #cecece;
	position: relative;
	
}
.content_cap_div .cap_tl{
	width: 5px;
	height: 5px;
	top: -1px;
	left: -1px;
	background-position: -293px -20px;
}
.content_cap_div .cap_tr{
	width: 5px;
	height: 5px;
	top: -1px;
	right: -1px;
	background-position: -298px -20px;
}
.content_cap_div .cap_title {
	height: 32px;
	line-height: 32px;
	color: #586E85;
	background:transparent url(/assets/images/sprite_base.png) no-repeat scroll -354px -43px;
	margin-left: 0px !important;
	padding-left: 30px;
	border: 0;
	font-weight: bold;
	position: relative;
	left: 10px;
}

.content_cap_div .cap_title_bred {
	background: none; 
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
}
.content_cap_div .cap_title_bred,
.content_cap_div .cap_title_bred a,
.content_cap_div .cap_title_bred a:link,
.content_cap_div .cap_title_bred a:visited,
.content_cap_div .cap_title_bred a:hover,
.content_cap_div .cap_title_bred * {
	font-weight: normal;
	font-size:11px;
	text-decoration:none
}

.content_cap_div .cap_title_bred span.separator {
	margin: 0 7px;
}



/* titles */
.title {
	display: block;
	height: 50px;
	background:#fff url(/assets/images/sprite_tools.jpg) no-repeat scroll 0 0;
}
.title a, 
.title a:link, 
.title a:visited {
	line-height: 35px;
	color: #0092E8;
	margin-left: 0px;
	padding-left: 50px;
	text-decoration: none;	
	font-weight: bold;
	font-size: 22px;
} 
.title a:hover {
	text-decoration: underline;
}

.icon_counter {
	background-position: 0 0;
} 
.icon_poll {
	background-position: 0 -50px;
} 
.icon_messageboard {
	background-position: 0 -100px;
} 
.icon_linkbox {
	background-position: 0 -150px;
} 
.icon_sites {
	background-position: 0 -200px;
} 
.icon_stats {
	background-position: 0 -250px;
} 
.icon_about {
	background-position: 0 -300px;
} 
.icon_privacy {
	background-position: 0 -350px;
} 
.icon_terms {
	background-position: 0 -400px;
} 
.icon_contact {
	background-position: 0 -450px;
} 
.icon_faq {
	background-position: 0 -500px;
} 
.icon_login {
	background-position: 0 -550px;
} 
.icon_register {
	background-position: 0 -600px;
} 

#tools_page div {
	margin-left: 0px;
}	
#tools_page div p{
	margin-bottom: 10px;
}	
#tools_page .links {
	text-align:right;
	padding-top: 10px;

}	


/*
jQuery table sorter and pager
------------------------------------------*/
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #0092E8 ;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/assets/images/asc_desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:20px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/assets/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/assets/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.pager a.pageitem {
	border: 1px solid #cecece;
	text-decoration:none;
	padding: 1px 6px;
	margin: 0 3px;
	color:#333333;
}
.pager a.pageitemactive {
	border: 1px solid #0092E8;
	background: #0092E8;
	color:#FFFFFF;
	text-decoration:none;
	padding: 1px 6px;
	margin: 0 3px;
}

/*  Utility Styles
------------------------------------------*/
.clear {
clear: both;
}

.center {
text-align: center;
}

.hide {
display: none;
}

.red {
color: #c00;
}

div#text-content p,
div#text-content ul {
margin-bottom: 10px;
}

div#text-content li,
div#overview li {
margin-left: 1.5em;
_margin-left: 1.7em;
}

tablee {	
	margin: 0 0 1em 0;
	padding: 0;
	border: 0px solid black;
	border-collapse: collapse;
	border-spacing: 0;
	outline: 0;
	font-size: 90%;
	vertical-align: baseline;
}
td{
	font-size: 12px;
}

table#q1,
table#q2,
table#q3 {
border: none;
}

ul#main-nav table {
border: none;
}

img {

border: none;
}

input.checkbox,
input.radio {
	_height: 13px;

	_width: 13px;
       margin-right: 0.5em;
}

input[disabled="disabled"] {
cursor: default;
}

input.disabled {
cursor: default;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;

    line-height: 0;
    height: 0;
}


.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}




