﻿/*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;
}