@charset "UTF-8";
/* Miscellaneous classes for reuse */
.ui-effects-transfer {
	border: 2px solid black;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.error{
	color: #FF0000;
}

.error_outline{
	border: thin dotted #F00;
}

/* CSS Document */
body  {
	background: #ffffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ui-dialog .ui-dialog-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight: lighter;
} 


#center_coll img{padding:10px;}

.header{background: white;}
div#header{
	height:63px;
	text-align:right;
	background-repeat:no-repeat;
	background-position: left top;
	position:relative;
	margin-bottom:0px;
}
#header div{
	position:absolute;
	bottom:0px;
	right:0px;
	color:#595958;
	font-size:12px;
	font:Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#header img{
	margin-bottom:-6px;
}
#header a{
	color:#595958;
	font-size:12px;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#header a:hover{
	color:#CFED67;
}

#header2{
	background-color:#eee2f6;
	height:29px;
	padding: 0px;
	margin: 0px;
	text-align:right;
	position:relative;
}
#main_content{
	margin-top:-26px;
	width:470px;
	float:left;
	text-align:left;
	padding-right:10px;
	font-size:13px;
	color:#373737;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 36px;
}
#left_menu{margin-top:-30px;}
#right_bar{
	width:205px;
	float:right;
	text-align:center;
	margin-top:-14px;
}
#right_bar h3{
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#b5d139;
font-size:17px;
}
#right_bar img, #right_bar button{
	width:150px;
	padding:0;
}
#upload_form{
	display:none;
}
.highlight_row{
	background-color: #FFCCCC;
}
.opaque {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
/* navbar */
#navbar{
	position:absolute;
	top:0px;
	right:0px;
	margin:0px;
}
#navbar li{
	background-color:#eee2f6;
	color:#888888;
	font-weight:bold;
	float:left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	position:relative;
	text-align: center;
	height:29px;
}
#navbar li:hover{
	background-color:#cfec74;
}
#navbar>li>ul{
	position: absolute;
	top: 25px;
	left:-41px;
	z-index:999;
}
#navbar>li>ul>li{
	float:none;
	list-style-type: none;
}
.tab_locked{
	background-color:#CCCCCC!important;
}

/*tab backs*/
#home_tab{
	background-image: url(../images/tabs/home_Norm.jpg);
	width:115px;
}
#home_tab:hover{
	background-image: url(../images/tabs/home_Over.jpg);
}
#home_tab.tab_active{
	background-image: url(../images/tabs/home_Over.jpg);
}
#sessions_tab{
	background-image: url(../images/tabs/sessions_Norm.jpg);
	width:114px;
}
#sessions_tab:hover{
	background-image: url(../images/tabs/sessions_Over.jpg);
}
#sessions_tab.tab_active{
	background-image: url(../images/tabs/sessions_Over.jpg);
}
#library_tab{
	background-image: url(../images/tabs/library_Norm.jpg);
	width:115px;
}
#library_tab:hover{
	background-image: url(../images/tabs/library_Over.jpg);
}
#library_tab.tab_active{
	background-image: url(../images/tabs/library_Over.jpg);
}
#tools_tab{
	background-image: url(../images/tabs/tools_Norm.jpg);
	width:89px;
}
#tools_tab:hover{
	background-image: url(../images/tabs/tools_Over.jpg);
}
#tools_tab.tab_active{
	background-image: url(../images/tabs/tools_Over.jpg);
}
#support_tab{
	background-image: url(../images/tabs/support_Norm.jpg);
	width:104px;
}
#support_tab:hover{
	background-image: url(../images/tabs/support_Over.jpg);
}
#support_tab.tab_active{
	background-image: url(../images/tabs/support_Over.jpg);
}

/* sidebar */
.sidebar{
	padding:0px;
	background-color:#FFFFFF;
}
span.big_num{float:left; font:Georgia, "Times New Roman", Times, serif; font-size:24px; background-color:#e4edb4;}
span.book_icon{
	background-image: url(../images/open_book3_thumb.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	margin-left:-12px;
	padding-right:7px;
}
span.home_icon{
	background-image: url(../images/home_thumb.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	margin-left:-12px;
	padding-right:7px;
}
span.tools_icon{
	background-image: url("../images/tools_thumb.png");
	background-repeat: no-repeat;
	height: 25px;
	margin-left: -12px;
	padding-right:7px;
	width: 25px;
	position:relative;
	z-index:999;
}
span.detail_text{
	margin-top:-3px;
}
.neg_bottom{
	/*margin-bottom:-20px;*/
}
/*span.detail_text.twoline{padding-top:0px; margin-top:-3px;}*/
.detail{display:none; vertical-align:middle;}

/* sidebar corner control
dark lavender 	#efe2f6
light lavender	#f8f0fb
dark green		#e4edb4
light green		#effad0
*/
li.corner{
	left:13px;
	width:186px;
}
.tl{
	top:0px; left:0px; 
	background-image:url(../images/sidebar_corners.jpg);
	background-position:top left;
	background-color:none;
}
.tr{
	top:0px;
	right:0px;
	background-image:url(../images/sidebar_corners.jpg);
	background-position:top right;
	background-color:none;
}
.bl{
	bottom:0px;
	left:0px;
	background-image:url(../images/sidebar_corners.jpg);
	background-position:bottom left;
	background-color:none;
}
.br{
	bottom:0px;
	right:0px;
	background-image:url(../images/sidebar_corners.jpg);
	background-position:bottom right;
	background-color:none;
}
.bl_tier_2{
	bottom:0px;
	left:0px;
	background-image:url(../images/sidebar_corners_2.png);
	background-position:bottom left;
}
.br_tier_2{
	bottom:0px; 
	right:0px; 
	background-image:url(../images/sidebar_corners_2.png);
	background-position:bottom right;
	background-color:none;
}
div.corner.highlight_top{
	background-image:url(../images/sidebar_corners_highlight.jpg);
}
div.corner.highlight_bottom{
	background-image:url(../images/sidebar_corners_2_highlight.png);
}
.corner{
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:1;
}
.corner_bottom{
	background-color:#efe2f6;
}
.corner_bottom_tier_2{
	background-color:#effad0;
}
.corner_top{
}
.spacer{
	height:10px;
	background-color:#FFFFFF!important;
	padding-top:3px;
}

/* all li */
.sidebar li{
	list-style-type: none;
	/*margin-top:20px;*/
}
.sidebar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #638AB1;
	text-decoration: none;
	outline:none;
}
.sidebar a:hover{
	color:#FF6600;
}
.sidebar a:visited{
	color: #638AB1;
}


.expanded_hit:hover{
	cursor:pointer;
}
.expanded_hit:hover a{
	color:#FF6600;
}

/* first tier */
.sidebar>li.first_tier{
	margin-left: -7px;
	padding-left:20px;
	padding-right:9px;
	padding-top:3px;
	background-color:#efe2f6;
	/*margin-top:15px;*/
}
.sidebar>li.first_tier.highlight{
	background-color:#e4edb4;
	padding-top:7px;
}
.sidebar>li.first_tier.highlight>ul{
	margin-top: 10px;
}
/* second and third tier */
.sidebar>li>ul li{
	display:none;
	text-indent: 1px;
	margin-left: 1px;
	line-height:16px;
}
/* second tier */
.sidebar>li>ul>li{
	background-color:#effad0;/*f8f0fb;*/
	margin-left:-60px;
	padding-left:30px;
	margin-right:-9px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}
/* third tier */
.sidebar>li>ul>li>ul>li{
	/*background-color:#fbf9fe;*/
	margin-left:-70px;
	padding-left:54px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:15px;
}
/* special states */
.sidebar_active{
	color:#990099!important;
}
.sidebar_locked{}

/* breadcrumbs */
#breadcrumbs{
	margin-top:-17px;
}
#breadcrumbs a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #638AB1;
	text-decoration: none;
	outline:none;
}
#breadcrumbs a:hover{
	color:#FF6600;
}
 
/* select lists */
.list_help{
	float:right;
	background-image: url(../images/list_question.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 24px;
	cursor: pointer;	
}
.select_list_contain{
	background-color: #F5EBF6;
	color:#888888;
	margin: 5px;
	/*border: thin ridge #666666;*/
}
.select_list_head{
	background-image:url(../images/PurpleBarBg.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;	/*border: thin ridge #666666;*/
	padding-top:0px;
	margin-top:0px;
}
/*.select_list_contain h1{
	float:left;
	color:#2c6ea2;
}*/
.purple_list{
	background-image: url(../images/purple_list.png);
	background-repeat: no-repeat;	
	width:86px;
	height:21px;
	cursor:pointer;
	float:right;
}
.purple_list_button{
	width:86px;
	float:right;
	font-size:11px!important;
}
.select_list_contain input[type=text]{
	width:340px;
	margin-bottom:10px;
}
.list {
	list-style-image: none;
	list-style-type: none;
	text-align:left;
}
ul.list>li{
	padding-left: 25px;
	text-indent: -25px;
	clear:both;
}
.select_list_custom {
	background-color: #695AAE;
}
.float_list {
	position: fixed;
	z-index:999;
}

#next_button{cursor:pointer; padding:0px!important;}
#back_button{cursor:pointer; padding:0px!important;}
#container { 
	background-image:url(../images/partner_support_container_background1200x2400.png);
	background-repeat:repeat-y;
	background-size: 100% 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:static;
  	margin-left: auto;
  	margin-right: auto;
	min-width:1000px;
	width:90%;
	min-height:740px;
} 

#sidebar1 {
	float: left; 
	width: 24%; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#center_coll { 
	margin: 0 20px 0 23%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
#footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color:#888888;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:rgb(146,136,198);
	font-size:26px;
	font-weight: lighter;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#9288c6;
	font-size:32px;
	font-weight: lighter;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#9288c6;
	font-size:19px;
	font-weight: lighter;
}
.grey{
	color:#999999;
}
.white{
	background-color:#FFFFFF;
	border:medium groove #CCCCCC;
	margin: 10px;
	padding-top:30px;
	padding-bottom:30px;
}
.main_block{
	background-color:#FFFFFF;
	border:medium groove #CCCCCC;
	padding-top:30px;
	padding-bottom:30px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 260px;
}

.missing_entries_body
{
	font-size:11px;
	color:red;
	font-weight:bold;
}

.missing_entries_body a:link
{
	text-decoration:none;
	color:red;
}

.missing_entries_body a:visited
{
	text-decoration:none;
	color:red;

}

.no_data_invis
{
	display:none;

}

.no_data_vis
{
	padding-left:10px;
	display:inline-block;
	font-size:10px;
	color:red;
}


.activities_black
{
	font-size:11px;
	color:black;
}


.activities_red
{
	font-size:11px;
	color:red;
}
.missing {
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.distinct {
	color:#660000;
}
#shade {
	background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 80% 80% #AAAAAA;
	opacity: 0.6;
	filter:Alpha(Opacity=80);
	margin: 0px;
	padding: 0px;
	height: 560px;
	width: 517px;
	position: absolute;
	z-index: 999;
	left: 3px;
	top: -1px;
	display:none;
}
#shade_text{
	opacity: 1;
	font-size: x-large;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	border: thin dashed #000000;
	position: absolute;
	left: 73px;
	top: 67px;
	z-index:1000;
	height:99px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display:none;
}
.status_bar
{
	padding-left:130px;
	padding-right:7px;
}

.mood_rating_scale
{
	font-size:14px;
	color:rgb(146,136,198);
	font-weight:bold;
}

.mood_rating_scale Table
{
}


.mood_rating_scale Td
{
	padding:2px 9px 2px 9px;
}

.mood_rating_scale_sub Td
{
	padding:2px 8px 2px 10px;
}


.mood_rating_scale_sub_text
{
	font-size:9px;
	font-weight:400;
	color:rgb(150,149,150);
}

.mood_rating_scale_column
{
	padding:2px 10px 2px 10px;
}

.purple_box{
	background-color:rgb(244,235,245);
	margin 5px;
	padding:5px;
}

.purple_bar{
	padding-top:7px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 5px;
	width: 97%;
	background-image:url(../images/PurpleBarBg.png);
	background-repeat:repeat;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	height:100%;
	margin-bottom:1px;
	padding-bottom:5px;
	color:white;
	vertical-align:text-top;
}
#page-background{
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
.main_content_pane{
	margin-left:20%;
	margin-right:20%;
	margin-bottom:10%;
}


.partner_Logo_Header{
	color:red;
	padding: 0 10px;
	height:5.2em;
}


.header_Underline_Blue {

	width:100%;
	height:10px;
	background-color: rgb(190,209,238);
	/*margin-bottom: 10px;*/

}

.header_Underline_White {

	width:100%;
	height:2.5px;
	background-color: white;
	margin-bottom:30px;

}

.partner_Support_Main_Content 
{

	background-color:white;

}

.mainMenu a
{
	color:rgb(112,158,201);
	text-decoration: none;
}

.plain_ul
{
	padding-left:0px;
	margin-top:-20px;
	padding-bottom:0px;
	padding-right:0px;
	margin-bottom:-20px;
	margin-left:10px;
	list-style-type:none;
	list-style-position: inside;
	text-align:left;
}


li.content
{
	padding-bottom:4px;
	padding-top:4px;
}


li.empty_active
{
	font-size:11px;
	font-weight:bold;
	color:black;
	list-style-image: url(../images/menuItemEmptyIdnt.jpg);
}

li.empty_inactive
{
	font-size:11px;
	font-weight:bold;
	color:rgb(112,158,201);
	list-style-image: url(../images/menuItemEmptyIdnt.jpg);
}

li.plus_active
{	
	font-size:11px;
	font-weight:bold;
	color:rgb(112,158,201);
	list-style-image: url(../images/menuItemPlusIdnt.jpg);
}

li.plus_inactive
{	
	font-size:11px;
	font-weight:bold;
	color:black;
	list-style-image: url(../images/menuItemPlusIdnt.jpg);
/*	padding-top:2px;
	margin-top:2px;*/
}

li.minus_active
{	
	font-size:11px;
	font-weight:bold;
	color:black;
	list-style-image: url(../images/menuItemMinusIdnt.jpg);
}

li.minus_inactive
{	
	font-size:11px;
	font-weight:bold;
	color:rgb(112,158,201);
	list-style-image: url(../images/menuItemMinusIdnt.jpg);
}

ul.inner_div
{
	margin-left:-30px;
}

li.none_inactive
{	
	font-size:9px;
	font-weight:bold;
	color:rgb(112,158,201);
	list-style-type:none;
	list-style-image:none;	
}

li.none
{	

	list-style-type:none;
	list-style-image:none;	
}

li.none_print_box
{	
	font-size:11px;
	font-weight:bold;
	color:rgb(112,158,201);
	list-style-type:none;
	list-style-image:none;	
	margin-bottom:6px;
}

li.none_active
{	
	list-style-type:none;
	list-style-image:none;
	font-size:9px;
	font-weight:bold;
	color:black;
}

li.checked_bullet
{
	list-style-type:outsize;
	list-style-image:url(../images/check_bullet.png);
	color:black;
	text-align:left; vertical-align:top;
	padding-bottom:4px;
	padding-top:4px;
}

.prev_button
{

	background-image:url(../images/back_button.jpg);
	background-repeat:no-repeat;

}


.nav_bar img
{
	border:none;
}

.next_button
{
	border:none;
	background-image:url(../images/next_button.jpg);
	background-repeat:no-repeat;
	width:53px;
	height:53px;

}

.prev_button
{
	border:none;
	background-image:url(../images/prev_button.jpg);
	background-repeat:no-repeat;
	width:53px;
	height:53px;

}

.fact_text
{
	
	font-size:11px;
	color:rgb(112,158,201);
}

.fact_list
{
	list-style:outside;
	list-style-image:none;
}

.symptom_box ul li
{
	text-align:left;
	list-style:upper-alpha;

}
.symptom_box li
{
	margin-bottom:7px;
	color:rgb(192,80,69);
	font-weight:900; 
	font-size:14px; 
}

.symptom_box_container
{
	float:right;
	position:relative;
	width:302px; 
	height:396px; 
	background-color:rgb(242,242,242); 
	border:solid; 
	border-color:rgb(127,154,196);
}

.symptom_box_header
{
	color:rgb(30,71,125); 
	font-style:italic; 
	font-size:14px; 
	font-weight:bold;
}

.subHeader
{ 

	color:rgb(146,136,198);
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	
} 
.s {
	background-color: #FFFFFF;
	
}
.menu_list{
	padding-left: 17px;
	text-indent: -17px;
}
.NB_button {
	display: none;
}

/* expand list */
.expand_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.plus {
	background-image: url(../images/menuItemPlus.jpg);
	background-repeat: no-repeat;
	background-position: left;
	cursor:pointer;
}
.minus {
	background-image: url(../images/menuItemMinus.jpg);
	background-repeat: no-repeat;
	background-position: left;
	cursor:pointer;
}
.expand_list a{
	color: #000000;
	text-decoration: none;
	outline:none;
}
.expand_list a:hover{
	color:#FF9900;
}
.expand_list div{
	padding-left:40px;
}
.expand_list p{
	color:#0000FF !important;
}

		.ms_button {
			background-image: url(../images/spiral_blank_norm.png);
			margin: 0px;
			padding-top: 28px;
			padding-left: 43px;
			height: 93px;
			width: 158px;
			cursor:pointer;
			color:#296fa0;
		}
		
		.ms_button:hover {
			background-image: url(../images/spiral_blank_over.png);
		}



/* roundedcornr_box_white */
.roundedcornr_box_white_box {
   background: #ffffff;
}
.roundedcornr_top_white_box div {
   background: url(../images/roundedcornr_white_box_tl.png) no-repeat top left;
}
.roundedcornr_top_white_box {
   background: url(../images/roundedcornr_white_box_tr.png) no-repeat top right;
}
.roundedcornr_bottom_white_box div {
   background: url(../images/roundedcornr_white_box_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_white_box {
   background: url(../images/roundedcornr_white_box_br.png) no-repeat bottom right;
}
.roundedcornr_top_white_box div, .roundedcornr_top_white_box, 
.roundedcornr_bottom_white_box div, .roundedcornr_bottom_white_box {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_white_box { margin: 0 30px; }
/**/
.roundedcornr_box_614894 {
   /*background: #ffffff;*/
}
.roundedcornr_top_614894 div {
   background: url(../images/roundedcornr_614894_tl.png) no-repeat top left;
}
.roundedcornr_top_614894 {
   background: url(../images/roundedcornr_614894_tr.png) no-repeat top right;
}
.roundedcornr_bottom_614894 div {
   background: url(../images/roundedcornr_614894_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_614894 {
   background: url(../images/roundedcornr_614894_br.png) no-repeat bottom right;
}

.roundedcornr_top_614894 div, .roundedcornr_top_614894, 
.roundedcornr_bottom_614894 div, .roundedcornr_bottom_614894 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_614894 { margin: 0 20px; }
/* sidebar box */
.roundedcornr_box_sidebar {
   background: #e4edb4;
}
.roundedcornr_top_sidebar div {
   background: url(../images/roundedcornr_sidebar_tl.png) no-repeat top left;
}
.roundedcornr_top_sidebar {
   background: url(../images/roundedcornr_sidebar_tr.png) no-repeat top right;
}
.roundedcornr_bottom_sidebar div {
   background: url(../images/roundedcornr_sidebar_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_sidebar {
   background: url(../images/roundedcornr_sidebar_br.png) no-repeat bottom right;
}

.roundedcornr_top_sidebar div, .roundedcornr_top_sidebar, 
.roundedcornr_bottom_sidebar div, .roundedcornr_bottom_sidebar {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_sidebar { margin: 0 10px; }

/* sidebar box highlight */
.roundedcornr_box_sidebar_highlight {
   background: #e4edb4;
}
.roundedcornr_top_sidebar_highlight div {
   background: url(../images/roundedcornr_sidebar_highlight_tl.png) no-repeat top left;
}
.roundedcornr_top_sidebar_highlight {
   background: url(../images/roundedcornr_sidebar_highlight_tr.png) no-repeat top right;
}
.roundedcornr_bottom_sidebar_highlight div {
   background: url(../images/roundedcornr_sidebar_highlight_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_sidebar_highlight {
   background: url(../images/roundedcornr_sidebar_highlight_br.png) no-repeat bottom right;
}

.roundedcornr_top_sidebar_highlight div, .roundedcornr_top_sidebar_highlight, 
.roundedcornr_bottom_sidebar_highlight div, .roundedcornr_bottom_sidebar_highlight {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_sidebar { margin: 0 10px; }
/*------------------*/
.list_box {
	color:#638AB1;
	background-color: #EEE2F7;
	border: thin solid #9288c6;
	list-style-position: outside;
	list-style-type: upper-alpha!important;
	padding-right:5px;
	margin-left:5px;
}
.list_box li{
	list-style-type: upper-alpha!important;
}
.list_box h3{
	color:#638AB1;
	padding-left:20px;
}
/* three_column */
.three_column {
	float: left;
	width: 31%;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
}
.three_column>div{
	height: 150px;
	margin-bottom:5px;
	padding-left:10px;
	padding-top:1px;
	cursor:pointer;
	font-size:14px;
}
.three_column>div:hover{
	background-color: #E3F68E;
}
.three_column>div img{
	width: 75px;
	padding-top:0px;
	padding-left:0px;
}
.three_column>div h3{
	color: #638AB1;
	font-size:18px;
	margin-bottom:-5px;
} 
/* two_column */
.two_column {
	float: left;
	width: 39%;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
}
.two_column>div{
	height: 136px;
	margin-bottom:5px;
	padding-left:10px;
	padding-top:1px;
	cursor:pointer;
	font-size:14px;
}
.two_column>div:hover{
	background-color: #E3F68E;
}
.two_column>div img{
	width: 75px;
	padding-top:0px;
	padding-left:0px;
}
.two_column>div h3{
	color: #638AB1;
	font-size:18px;
	margin-bottom:-5px;
}
.star_label {
text-indent: -1px;
padding-left: 108px;
margin:0px;
}
#center_coll a {
	font-weight: bold;
	color: #42a0f8;
	cursor:pointer;
}
/* prog bar */
#progressbar_lable {
	position: absolute;
	top:-10px;
	text-align:center;
	width:96%;
	
}
#progressbar_lable>h3{
	color:SandyBrown;
}
/* loading */
#loading{
	background: url("images/ui-bg_highlight-hard_0_000000_1x100.png") repeat-x scroll 50% top #000000;
	opacity: 0.3;
	left: 0;
	position: absolute;
	top: 0;
	z-index:1001;
	width:100%;
	height:100%;
	display:none;/**/
	text-align:center;
	padding-top:250px;
}
#spinner{
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
padding: 56px;
width: 142px;
}
#spinner img{
	opacity: 1;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.datalist {
	display:none;
}
.datalist li{
	text-align:left;
	list-style:none;
}
.datalist li .name{
	font-weight:bold;
	margin-right:5px;
}
/*  enbiggen the headers fer column titles */
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	height: 55px;
}
.ui-jqgrid .ui-jqgrid-htable th div{overflow:visible;}

	.session_header {
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #000;
		text-align:center;
		line-height:normal;
		vertical-align:text-top;
	}
	.session_row {
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #000;
		text-align:center;
	}
	.clearfloat{
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	.panel_head{
		cursor:pointer;
		padding-left:10px;
	}
	.panel_head>div.icon{
		background-image: url("images/menuItemPlus.png");
		background-position: 10px 50%;
		float: left;
		height: 9px;
		width: 9px;
		margin-top:4px;
		margin-right:10px;
	}
	.panel_head>div.icon.closed{
		background-image: url("images/menuItemMinus.png");
	}
	.panel_content{
		border:#333333 thin solid;
	}/*display:none;*/
	.panel_content>ul{
		float:left;
		width:27%;
		padding-left:25px;
	}
	/*.panel_content>ul>li>ul{
		padding-left:28px;
	}*/
	.panel_content>ul li{
		list-style:none;
	}
	.panel_content>ul>li:first-child{
		font-size:larger;
		font-weight:bold;
	}
	li.done{
		/*background-image:url(images/check_bullet.png);
		background-repeat: no-repeat;
		background-position: left;
		padding-left:28px;*/
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #a9c345;
		margin-left:27px;
		text-indent:-27px;
	}
	.check_bullet{
		margin-bottom:-5px;
	}
	li.incomplete{
		padding-left:28px;
	}
	td.done{
		background-image:url(images/check_bullet.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#stats .panel_content{display:none;}
	span.open{color:#009900;}
	span.closed{color:#C00;}
#editmodforum_list{
	min-width:600px!important;
	min-height:400px!important;
}
#editmodforum_list textarea, #editmodforum_list input#subject{width:500px!important;}
#editmodforum_list textarea{min-height:270px!important;}
#editmodforum_list td.DataTD{text-align:left!important;}


