﻿			/* Master Page Layout Styles */
html, body 
{
	background-color: #cfcfcf;
	text-align:center;
	height: 100%;
	margin-top:5px;
	}
	
#mainContainer 
{ 
	width: 980px;
	height:100%;
	min-height:650px;
	height:auto !important;
	height:650px;
	margin-left: auto;
	margin-right: auto;
	background-color:#cfcfcf; 
	color: Black;
	text-align:left;
}

#header 
{
	width: 100%;
	height: 100px;
	padding:0px 0px 0px 0px;
	background-image: url(../gfx/WTA-BooksHeader.gif);
	background-repeat:no-repeat;
	background-position:center;
	color: Black;
}

#mainLogo
{
	width: 138px;
	height: 90px;
	padding: 5px 0px 0px 27px;
	float:left;
	margin:0px;
}

#headerRight
{
	width:160px;
	height: 90px;
	float:right;
	padding: 10px 0px 0px 0px;
}

.topLogin 
{
	width:150px;
	font-family:Verdana;
	font-size:10px;
	padding-right:10px;
}

#headerLogin
{
	width:150px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	float:right;
}

/* MAIN MENU */

#menucontainer
{
	width: 980px;
	height: 25px;
	line-height:25px;
	padding:0px 0px 0px 0px;
	background-image: url(../gfx/menu.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
}

#menudate
{
	position:relative;
	width: 140px;
	text-align:right;
	color: #ffffff;
	float:right;
	padding-right:15px;
}

/* Full width content container below the Main menu */
#content 
{
	width: 100%;
	height: 100%;
	min-height:500px;
	height:auto !important;
	height: 500px;
	padding:0px;
	background-color:#ffffff;
}

/* Sub/Sect menu container - left column */
#contentLeft
{
	position: relative;
	width: 200px;
	height:100%;
	min-height:500px;
	height:auto !important;
	height:500px;
	float: left;
	padding-top:10px;
}

/* Main content area */
#contentCenter
{
	position: relative;
	width: 520px;
	height: 100%;
	min-height:500px;
	height:auto !important;
	height:500px;
	float: left;
	padding:10px 10px 0px 10px;
	margin:0px 10px 0px 0px;
}

/* Right column */
#contentRight
{
	position: relative;
	width: 190px;
	height:100%;
	min-height:500px;
	height:auto !important;
	height:500px;
	float: right;
	padding: 10px 10px 0px 5px;
}

/* Layout Content Styles */
#headerLogin a
{
	text-decoration:none;
	color:#000000;
	background-color:Transparent;
}

#footer a
{
	text-decoration:none;
	color:#a6a6a6;
}

/* Rounded Corners for main content panel */
#content .roundtopLeft 
{
	width:980px;
	height:5px;
	background: url(../gfx/body_tl.gif) no-repeat top left;
}
#content .roundtopRight
{
	width:980px;
	height:5px;
	background: url(../gfx/body_tr.gif) no-repeat top right;
}

#content .roundbottomLeft
{
	width:980px;
	height:5px;
	float:left;
	background: url(../gfx/body_bl.gif) no-repeat bottom left;
}

#content .roundbottomRight
{
	width:980px;
	height:5px;
	background: url(../gfx/body_br.gif) no-repeat bottom right;
}

/* Footer */
#footer 
{
	width: 980px;
	height: 25px;
	vertical-align:middle;
	font-size:0.7em;
	padding: 0px 0px 0px 0px;
	background-image: url(../gfx/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#a6a6a6;
}

#footer div {color:#a6a6a6;font-size:9px;}
#footer a {text-decoration:none;color:#a6a6a6;}

#minilogos 
{
	float:left;
	margin:0px 0px 0px 10px;
	border:solid 0px #ff0000;
}

/* Div Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Rounded corners for left side panel */
.LHSroundedPanel 
{
	width:170px;
}

.LHSroundedPanel th 
{
	background-image:url(../gfx/LHS_RoundedTop.gif);
	background-repeat:no-repeat;
	height:20px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	padding:1px 0px 0px 8px;
}

.LHSroundedPanelBody 
{
	border-left:solid 1px #104892;	
	border-right:solid 1px #104892;
	background-color:#f5f5ff;
	padding:15px 5px 5px 5px;
}

.LHSroundedPanelBottom  
{
	background-image:url(../gfx/LHS_RoundedBtm.gif);
	background-repeat:no-repeat;
	height:17px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	padding:1px 0px 0px 8px;
}

.LHSroundedPanelBottomSolid  a
{
	font-family:Arial;
	font-size:11px;
	/*font-weight:bold;*/
	color:#ffffff;
	text-decoration:none;
}

/* Rounded corners for right side Panels */
.roundedPanel 
{
	width:190px;
}

.roundedPanel th 
{
	background-image:url(../gfx/RoundedTop.gif);
	background-repeat:no-repeat;
	height:17px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	padding:1px 0px 0px 8px;
}

.roundedPanelBody 
{
	border-left:solid 1px #104892;	
	border-right:solid 1px #104892;
	background-color:#fef6e9;
	padding:0px 5px 5px 5px;
}

.roundedPanelBottom  
{
	background-image:url(../gfx/RoundedBtm.gif);
	background-repeat:no-repeat;
	height:17px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	padding:1px 0px 0px 8px;
}

.roundedPanelBottomSolid
{
	background-image:url(../gfx/RoundedBtm2.gif);
	background-repeat:no-repeat;
	height:17px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	padding:1px 0px 0px 8px;
}
.roundedPanelBottomSolid  a
{
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

/* ####### NEWS ####### */
.Rotator 
{
  width:178px; 
  height : 100%;
  padding:10px 0px 0px 0px; 
  font-family:Arial; 
  font-size:11px; 
  cursor:default; 
}

.NewsItem
{
  border:solid 1px #f5f5ff; 
  border-bottom: solid 1px #F88E21; 
  background-color:#fef6e9;
  color:#565656;
  cursor:pointer;
  cursor:hand;
} 

.NewsTitle
{
  font-family:Arial;
  font-size:14px;   
  font-weight:bold;         
  color:#787878;
}

.NewsText {font-family:Arial;font-size:11px;}
.NewsText a:link {color:#F88E21;font-family:Verdana;font-size:11px;text-decoration:none;}
.NewsText a:hover {color:#F88E21;font-family:Verdana;font-size:11px;text-decoration:none;}
.NewsText a:visited {color:#F88E21;font-family:Verdana;font-size:11px;text-decoration:none;}
.NewsItemOver
{
  border:solid 1px #121212; 
  background-color:#fef6e9;
  color:#000000;
  cursor:pointer;
  cursor:hand;
}

.NewsItemDown
{
  border:solid 1px #121212; 
  background-color:#efefef; 
  cursor:pointer;
  cursor:hand;
}

.NewsListItemHeader
{
	font-family:Arial;
	font-size:14px;
	text-align:left;
	}
	
.NewsListItemBody
{
	font-family:Arial;
	font-size:12px;
	text-align:left;
	}

.NewsListItemBody a:link {color:#ff0000;font-family:Verdana;font-size:12px;}

/* Feedback form */
.feedbackForm 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.feedbackForm a {font-family:Arial;font-size:11px;font-weight:bold;}
.feedbackForm a:link {color:#0022ff;text-decoration:none;}
.feedbackForm a:visited {color:#0022ff;text-decoration:none;}
.feedbackForm a:active {color:#0022ff;text-decoration:none;}
.feedbackForm a:hover {color:#0022ff;text-decoration:underline;}

.feedbackForm input
{
	background-color:#ffffff;
	width:175px;
	border:solid 1px #104892;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.feedbackForm textarea
{
	background-color:#ffffff;
	width:175px;
	border:solid 1px #104892;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

/* Menu Stuff */

#menuitems
{
	position:relative;
	width: 820px;
	text-indent:20px;
	color: #ffffff;
	float:left;
}
#menuitems a {text-decoration:none;color:#ffffff;}
#menuitems a:link {text-decoration:none;}
#menuitems a:hover {text-decoration:none;}
#menuitems a:active {text-decoration:none;}
#menuitems a:visited {text-decoration:none;}


.submenu {font-family:Arial;font-size:0.81em;font-weight:bold;color:#304e72;}
.submenu a {font-family:Arial;font-size:0.81em;font-weight:bold;color:#304e72;padding-left:8px;}
.submenu a:link {text-decoration:none;}
.submenu a:hover {text-decoration:none;color:#000000;}
.submenu a:active {text-decoration:none;}
.submenu a:visited {text-decoration:none;}

.submenusel {font-family:Arial;font-size:0.81em;font-weight:bold;color:#000055;}
.submenusel a {font-family:Arial;font-size:0.81em;font-weight:bold;color:#000055;padding-left:8px;}
.submenusel a:link {text-decoration:none;color:#000055;}
.submenusel a:hover {text-decoration:none;color:#000055;}
.submenusel a:active {text-decoration:none;color:#000055;}
.submenusel a:visited {text-decoration:none;color:#000055;}

.sectmenu {font-family:Arial;font-size:0.8em;font-weight:bold;color:#9fbcdc;}
.sectmenu a {font-family:Arial;font-size:0.8em;font-weight:bold;color:#9fbcdc;padding-left:12px;}
.sectmenu a:link {text-decoration:none;}
.sectmenu a:hover {text-decoration:none;color:#000000;}
.sectmenu a:active {text-decoration:none;}
.sectmenu a:visited {text-decoration:none;}

.sectmenusel {font-family:Arial;font-size:0.8em;font-weight:bold;color:#9fbcdc;}
.sectmenusel a {font-family:Arial;font-size:0.8em;font-weight:bold;color:#9fbcdc;padding-left:12px;}
.sectmenusel a:link {text-decoration:none;}
.sectmenusel a:hover {text-decoration:none;color:#000000;}
.sectmenusel a:active {text-decoration:none;}
.sectmenusel a:visited {text-decoration:none;}


