/* layout table styles */

.layoutTable
{
	border-collapse: collapse;
}

.layoutTable td
{
	padding: 0px;
}

.boxTableHeader a
{
	text-decoration: none;
}


/* main layout table styles */
#tblMiddle
{
	width: 100%;
}

#tblMiddle_left, #tblMiddle_center, #tblMiddle_right
{
	vertical-align: top;
}

#tblMiddle_left
{
	width: 155px;
}

#tblMiddle_center
{
	width: auto;
}

#tblMiddle_right
{
	width: 145px;
}


/*Side Menu Color Selection Styles */

/*
	#sidemenu a			{color: #7F00B3; text-decoration: none; font-family:"Lato"; font-size: 1.1em;}
	#sidemenu a:hover	{}
	#sidemenu div.L0sel				{padding: 0 15px;margin-bottom: 15px;background: url("../../../../graphics/default/newSite/arrow-light-grey.gif") no-repeat 2px 5px;}
	#sidemenu div.L1sel				{padding: 0 15px;margin-bottom: 15px;background: url("../../../../graphics/default/newSite/arrow-light-grey.gif") no-repeat 2px 5px;}
	#sidemenu div.L2sel				{padding: 0 15px;margin-bottom: 15px;background: url("../../../../graphics/default/newSite/arrow-light-grey.gif") no-repeat 2px 5px;}
*/
	
/* whole page */

body
{
	background-color: #b9b9b9;
}

div
{
	margin: 0;
	padding: 0;
	border: 0;
}

#page
{
	min-width: 1200px!important;
}

#page_blank
{
	width: 600px!important;
	background-color:#ffffff; 
	margin: 20px auto;
}

/* banner */

#banner, #barTop, #middle, #barBottom
{
	clear: both;
	width: 100%;
}

#banner
{
	width: 100%;
	text-align: center;
	background-color: white;
	vertical-align: bottom;
	height: 110px;
	background-image: url(../../../../graphics/default/title_all.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#topLeftCorner
{
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 155px;
}

#topRightCorner
{
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height: 110px;
	width: 155px;
}

#iTopLeftCorner
{
	border: 0;
	float: left;
	height: 110px;
	width: 145px;
}

/* menubars, utilitybars */

#barTop
{
	text-align: center;
	background-color: #8F8F8F;
}

#sidebarRight
{
	background-color: #8f8f8f;
	width: 145px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../../../../graphics/default/utilsBottom.jpg);
}

#contextMenu, #utils
{
	padding: 5px;
}

#mainMenu, #footlinks
{
	padding: 2px;
}

#searchBox
{
	text-align: center;
}

#utilLinks
{
	padding: 10px;
}

#barTop, #sidebarLeft, #barBottom, #sidebarRight
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 90%;
}

#barTop a, #sidebarLeft a, #barBottom a, #sidebarRight a
{

}

#barTop a.sectionHeaderTrue
{
	color: #333333;
	background-color: #ffffff;
}

#barTop a:hover, #barBottom a:hover, #sidebarRight a:hover, .boxTableHeader a:hover
{
	color: #333333;
	background-color: white;
	text-decoration: none;
}

#sidebarLeft a:hover
{
    font-weight:bold;
} 

#mainContent, #preMain, #postMain
{
	padding-top: 0px;
	padding-right: 10px;
	margin: 0px 0px 1em 0px;
	background-color: #ffffff;
	border: 1px solid white;
}

#barBottom
{
	clear: none;
	text-align: center;
	height: 24px;
	margin-bottom: 1em;
}

#bottomLeftCorner
{
	float: left;
	width: 10px;
	height: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#bottomRightCorner
{
	float: right;
	width: 10px;
	height: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#barLegal
{
	color: #666666;
	font-size: xx-small;
	text-align: right;
	padding-bottom: 1em;
}

/* homepage boxTable styles */

.boxTable
{
	width: 100%;
}

.boxTableCell
{
	vertical-align: top;
	padding: 5px;
	width: 50%;
}

.boxTableHeader
{
	padding: 0;
	font-size: 90%;
	color: white;
	margin-bottom: 0.5em;
}

.boxTableHeader a
{
	color: white;
}
.boxTableHeaderCornerLeft
{
	width: 10px;
	height: 10px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}

.boxTableHeaderCornerRight
{
	width: 10px;
	height: 10px;
	float: right;
	background-repeat: no-repeat;
	background-position: top left;
}

.boxTableHeader, .boxTableHeader p, .boxTableHeader div
{
	text-align: center;
	color: white;
}

#boxTable_row1_col1_heading, #boxTable_row1_col2_heading, #boxTable_row2_col1_heading, #boxTable_row2_col2_heading, #boxTable_row3_col1_heading, #boxTable_row3_col2_heading
{
}

.EditTable
{
	border: solid 1px #cccccc;
	background-color: White;
}

.EditTable TD
{
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.EditTable INPUT
{
	border: solid 1px #cccccc;
	background-color: White;
}

.EditTable TEXTAREA
{
	border: solid 1px #cccccc;
	background-color: White;
}

.EditTable .header
{
	border-right: solid 1px #cccccc;
	background-color: #f8f8f8;
	font-weight: bold;
}

.EditTable .footer
{
	text-align: right;
}

.EditTable .footer INPUT
{
	padding-right: 5px;	

}

.FeaturedBookWrapper
{
    width: 100%;
}

#banner, #middle ,#barTop, #barBottom, #barLegal 
{
    min-width: 1024px!important;
}

input.btn 
{
  color:#050;
  font: bold small 'trebuchet ms',helvetica,sans-serif;
  background-color: #fed;  
  border: 1px solid;   
  border-color: #696 #363 #363 #696;   
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 

}

/*========================================================*/
/* Used for Events Online */
/*========================================================*/
.tabs_action {width: 100%; margin: 6px 6px 0 6px; padding: 10px 0 12px 10px; display: block;}

.actionsbar {background:#E7F3FB url(../Images/bg_action.gif) repeat-x bottom left;border:1px solid #A1C0DF;padding:0px;color:#A1C0DF;margin-bottom:1em}

.blue_box_ab {display:block; font: normal 80% verdana, arial, sans-serif; padding: 5px 5px 5px 5px;}
.blue_box_ab .tabs_action {width: 100%; margin: 0px; padding: 0px; display: block; }
.blue_box_ab .tabs_action tr td{font: normal 80% verdana, arial, sans-serif; padding :3px 5px;}
.blue_box_ab .left {float: left; margin: 0; padding: 0; }
.blue_box_ab .right {float: right; margin: 0; padding: 0; }

.btnimg { height:100%;border:1px solid #466ea6;background: #abbdd3 url(../../../../graphics/default/btnbg.jpg) repeat-x;padding:3px 5px;}
.btnimg a {font: normal 125% arial, verdana, sans-serif;padding:0 5px;text-decoration:none;color: #000;}
.btnimg img,.btnimg a {vertical-align:middle;}

.tdstyle {border-right:#f0f0f0; padding-right:9pt; border-top:#f0f0f0; padding-left:9pt; padding-bottom:0cm; border-left:#f0f0f0; padding-top:0cm; border-bottom:#f0f0f0; background-color:transparent}


/* STEPS*/
.steps{list-style:none; margin:0px; padding:0px; font-weight:bold; font-size:1.0em} /*0.85em*/
.steps li{float:left; padding:0 18px; margin:0px; height:28px;text-align:center;}/*min-width:94px; min-width:100px*/
.steps_On{background:url(../../../../graphics/default/stepsStrip.gif) no-repeat  100% -14px;height:28px;}
.steps_Off{background:url(../../../../graphics/default/stepsStrip.gif) no-repeat 100% -155px;height:28px;}
.steps li span{ color:#fff; vertical-align: middle;   height:24px; position:relative; top:15%; *top:22%}
.steps_OnTop{ position:relative; z-index:20;}
.steps_0{ position:relative; left:0px; z-index:19;} 
.steps_1{ position:relative; left:-17px; z-index:18; }/*left:-17px*/
.steps_2{ position:relative; left:-30px; z-index:17;}/*-30px*/
.steps_3{ position:relative; left:-43px; z-index:16;}/*-43px*/
.steps_4{ position:relative; left:-56px; z-index:15; }/*-56px*/
.steps_5{ position:relative; left:-69px; z-index:14;}/*-69px*/
.steps_6{ position:relative; left:-83px; z-index:13;}/*-83px*/
.steps_7{ position:relative; left:-96px; z-index:12;}/*-96px*/

.t {background: url(../../../../graphics/default/dashed_horizontal2.gif) 0 0 repeat-x;}
.b {background: url(../../../../graphics/default/dashed_horizontal2.gif) 0 100% repeat-x}
.l {background: url(../../../../graphics/default/dashed_vertical2.gif) 0 0 repeat-y}
.r {background: url(../../../../graphics/default/dashed_vertical2.gif) 100% 0 repeat-y}
.bl_dashed {background: url(../../../../graphics/default/bottomleft_darkgrey-dashed.gif) 0 100% no-repeat}
.br_dashed {background: url(../../../../graphics/default/bottomright_lightgrey-dashed.gif) 100% 100% no-repeat}
.tl_dashed {background: url(../../../../graphics/default/topleft_darkgrey-dashed.gif) 0 0 no-repeat}
.tr_dashed {background: url(../../../../graphics/default/topright_lightgrey-dashed.gif) 100% 0 no-repeat; padding:0px 5px 1px 5px} 

.bl_darkgrey {background: url(../../../../graphics/default/bottomleft_darkgrey.gif) 0 100% no-repeat #bcb7a9;}
.br_darkgrey {background: url(../../../../graphics/default/bottomright_darkgrey.gif) 100% 100% no-repeat}
.tl_darkgrey {background: url(../../../../graphics/default/topleft_darkgrey.gif) 0 0 no-repeat;}
.tr_darkgrey {background: url(../../../../graphics/default/topright_darkgrey.gif) 100% 0 no-repeat; padding:0px 5px 1px 5px} 

.bl_blue {background: url(../../../../graphics/default/bottomleft_blue.gif) 0 100% no-repeat #16286d;}
.br_blue {background: url(../../../../graphics/default/bottomright_blue.gif) 100% 100% no-repeat}
.tl_blue {background: url(../../../../graphics/default/topleft_blue.gif) 0 0 no-repeat;}
.tr_blue {background: url(../../../../graphics/default/topright_blue.gif) 100% 0 no-repeat; padding:0px 5px 1px 5px}
.recent{background-color: #E7F3FB}

#eventlist {
	padding: 0;
	margin: 10px 0 10px 0;
}
#eventlist td {
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
}
#eventlist td img {
	padding: 0;
	margin: 0 10px 0px 0;
}
.dividelist {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 0 0;
}

.lWrapperHeader
{
	clear: both; 
	width: 100%;	
}
.lWrapper 
{
	/*width: 100%;*/
	/*background-position: bottom center;*/
	background: white url('../../../../graphics/default/gradedBack2.gif') repeat-x;
	padding: 0 0 5px 0;
	border-left:1px solid #eeeeee; 
	border-right:1px solid #eeeeee;
}

.lWrapperBody 
{
	border:1px solid #eeeeee; 
	border-top:1px solid #ffffff; 
	padding:0 10px 10px 10px; /*0 10px 10px 10px; */
	margin-top:0px;
}

.gradedTopLeftCnr
{
	float: left;
	width: 14px;
	height: 27px;
	/*background-position: bottom center;*/
	background-repeat: no-repeat;
	background-image: url(../../../../graphics/default/gradedCnrLeft.gif);
}

.gradedTopRightCnr
{
	float: right;
	width: 14px;
	height: 27px;
	/*background-position: bottom center;*/
	background-repeat: no-repeat;
	background-image: url(../../../../graphics/default/gradedCnrRight.gif);
}
.eventImage
{
	width:100px;border:medium none;
	margin: 0 10px 15px 0;
}

.DynamicTable
{
	WIDTH: 100%;/*652px;*/ 
	margin: 0 0px 0 0px; /*0 20px 0 20px*/
}


.EditTable .InnerEditTable
{
	border-width: 0px;
	background-color: White;
}

.EditTable .InnerEditTable TD
{
	border-width: 0px;
}

.info-noindent {
  background-color: #ffffff;
  border: #c3d9ff 1px solid;
}

/*ends event*/
/*=========================================================================*/

.smallred {color: Red;}

.ie6 #tblMiddle_right_homeMain /*ID's hack or you can cundittional CSS*/
{
	padding-right: 0px;
}

.ie7 #tblMiddle_right_homeMain /*ID's hack or you can cundittional CSS*/
{
	padding-right: 0px;
}