﻿/*Import for bits Divs and Classes*/
/*@import url(areas2.css);*/
/*Divs for layout*/
/*Main Body*/
#main_body{
	padding: 3px;
	border: 2px solid #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;/*#FDFEE6;*/
	width: 760px; /*box hack*/
}

/*Top Navigation Bar*/
#top_nav{
	margin-left: 5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #000;
	width: 467px;
	margin-top: 5px;
	font-weight: bold;
}
/*List class for the navigationbars*/
#top_nav ul {
margin-left:5px;
}

#top_nav li
{
display:inline;
}
/*Banner*/
/*I need another 3px because ofthe border*/
#banner{
	margin-left: 5px;
	margin-right: 0.5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 3px solid #000;
	height: 75px; 
	/*box hack*/
	width: 463px;
	text-align: center;
	background-image: url('../images/B685.jpg');
}

.banner_class {
	position: relative;
	top: 20px;
}
.crumb {
	
}
/*Bottom Navigation Bar*/
#bottom_nav{
	margin-left: 5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #000;
	/*box hack*/	
	width: 467px;
	font-weight: bold;
}
#bottom_nav ul {
margin-left:5px;
}
#bottom_nav li
{
display:inline;
}

/*Side Bar*/
#sidebar{
	float:right;
	margin-bottom: 5px;
	margin-right:3px;
	margin-top:5px;
	padding: 10px;
	border: 1px solid #000;
	width:245px;
	
}
/*Content*/
#content
{
	margin: 0 5px 5px 5px;
	padding: 5px;
	border: 1px solid #000;
	/*box hack*/
	width:730px;
}
html>body #content{
	width: 718px;
}
/*Footer*/
#footer{
	margin: 0 5px 5px 5px;
	padding: 5px;
	border: 1px solid #000;
	width: 730px;
}

body{
	margin: 0 auto 0 auto;
	width: 760px; /*margin: 5px;*/
	font-size: 80%;
	font-family: "Lucida Sans", verdana, sans-serif;
	background-color: #DFDFDF;
	/*padding: 40px;*/
}
/*Rules for headings*/
h1{
font-size: 150%;
/*apply padding to heading to avoid box model woes*/
padding: 0 0 0 5px;	
}
h2{
font-size: 140%;
	
}
h3{
	font-size: 110%;
	line-height: 150%;
}
h4
{
	font-size:100%;
}
p{
	font-size:100%;
	line-height:150%;
}
/*These are the selectors for the hyperlinks*/
/*These will be same accross all pages*/
ul {
	margin-left:5px;
	}
ul li
{
	margin-left:5px;
}
ul a:active {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #0000FF;
}
ul a:hover {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #FFFFFF;
	background: #C0C0C0
}
ul a:visited {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #666666;
	font-style:italic;
	

}
ul a:link {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #000000;
}
/*Hover styles in the context of span tags*/
span a:active {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #0000FF;
}
span a:hover {
display:inline;
	padding: 3px 3px;
	text-decoration:none;
	color: #FFFFFF;
	background: #C0C0C0
}
span a:visited {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #666666;
	font-style:italic;
}
span a:link {
display:inline;
	padding: 3px 3px;
	text-decoration:underline;
	color: #000000;
}
.statcounter
{
	border-style: none;
}
.centred_heading
{
	text-align:center;
}
.bold_text 
{
	font-weight:bold;
}
.plain_border
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.current_on
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	padding-left:5px;
	width: 90%;
	border-bottom: #000000 1px solid;
	background-color: #cccccc;
	left: 5%;
	position: relative;
}
/*Classes for specific controls*/
.create_user
{
	width: 100%;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
#user_info
{
	width: 100%;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #DFDFDF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#right_column
{
	float:right;
	width:60%;
}
#left_column
{
	width: 35%;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#right_columnb
{
	float: right;
	width: 62%;
}
#left_columnb
{
	width: 30%;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#spacer
{
	clear:left;
}
.nobullets{
	list-style: none;
}
.nobullets li{
	height: 25px;
	vertical-align: middle;
}
/*Control appearance*/
.button_class
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.normal_list
{
	list-style-type: disc;
	margin: 10px;
}

.verification
{
	background-color: #ffffcc;
}
#ascx_main
{
	width: 100%;
	background-color: #f5f5f5;
}
.add_role
{
		background-color: #d6d6d6;
}
.simple_container {
	border-style: none;
	border-width: 0px;
	width: 100%;
}
.plain_border_bckground
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color:#DFDFDF;
	padding:5px;
}
.background_only
{
	background-color: #DFDFDF;
}

.background_padding
{
	background-color: #DFDFDF;
	padding: 5px;
}
/*This class is used on the pubs/book_editor.aspx
page to define a small div that indicates a required field*/
.required_field
{
	background-color: #FFE0C0;
	border: 1px solid #000000;
	width: 15px;
	height: 15px;
	float:left;
}
/*this class is used for the Title Textbox in
the books_editor.aspx
and other textboxes in that form*/
.title_textbox
{
	width: 100%;
	height: 60px;
}
/*This class is specifically
for a textbox on the UserDetails.ascx control*/

.guid_textbox {
	width: 200px;
	font-size: smaller;
}
/*This class is specifically for a label on the ChangeSecretQuestionAnswer.ascx user control*/
.white_label
{
	background-color:#FFFFFF;
}
.combo
{
	border: solid 1px #000000;
}
.bold_control
{
	font-weight:bold;
}
.italic_control
{
	font-style:italic;
}
.nopadding_noborder
{
	padding: 0px;
	margin: 0px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/*For the calendar on the News EditItem Template*/
.float_right
{
	float:right;
}
.float_left
{
	float:left;
}
.clear_unit
{
	clear:right;
}
.clear_left
{
	clear:left;
}
.clear_none
{
	clear:none;
}
.calendar_icon
{
	float:left;
	height:20px;
	width:22px;
	margin:0px 5px 5px 0px;
}
.large_picture
{
	float:right;
	margin:0px 0px 0px 5px;
}
.form_left
{
	float:left;
	width:15%;
}
.form_right
{
	float:right;
	width:80%;
}
.form_full
{
	width:430px;
}
.flat_button
{
	border-style: solid;
}
.noborder_image
{
	border-width: 0px;
	border: none;
}
/*These are the Divs for the File manager User control*/
#manager_body
{
	width: 100%;
	border: solid 1px black;
}
#mtop_row
{
	width: 100%;
	border: solid 1px black;
}
#mleft_column
{
	float: left;
	width: 28%;
	border: solid 1px black;
}
#mright_column
{
	float: right;
	width: 71%;
	border: solid 1px black;
}
#ubottom_row
{
	clear:both;
	width: 100%;
	border: solid 1px black;
}
#lbottom_row
{
	clear:both;
	width: 100%;
	border: solid 1px black;
}
/*Classes for File Manager User Control*/
.filegrid_class
{
	width: 100%;
}
.button_panel
{
	border: solid 1px black;
	width: 100px;
	height:25px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}
.long_button_panel
{
	border: solid 1px black;
	width: 150px;
	height:25px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}
.book_area
{
	background-color: #dfdfdf;
	margin-bottom:10px;
	padding-left:5px;
}
.price_label_padding
{
	padding-top:10px;
	padding-bottom:1px;
}
.book_image
{
	float:right;
	margin-left:5px;
}
.comment_heading
{
	font-size: 100%;
	line-height: 100%;
	margin-bottom: 1px;

}