/*
 * @main.books.css
 * @located at /stylesheets/
 * @coder: agee
 * @04.12.08
*/

html {
	 margin: 0px;
}

body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}


h1,h2,h3,h4,h5 {
    color: #116272;
	font-weight: bold;
	padding: 2 2 2 0;
}

h1 {
	font-size : 1.5em ;
    font-weight: normal;
}
h2 {
	font-size : 1.3em ;
}
h3 { font-size : 1.1em ; }
h4 { font-size : 0.9em ; }

#header {
	background-color: #07a4ca;
	width: 100%;
	height: 120px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}

#login {
    position: relative;
    float:right:
}

#sidebar .adsense {
    position: relative;
    float : right ;
    margin-top: 25px;
}

#livehelp {
    float: left;
    margin-top : 25px;
}

.expand_text {
    background: inherit;
    list-style: decimal;
    cursor:pointer;
    font-size : 1.2em;
    text-align:left;
    color:Blue;
}

.switchcontent {
    font: normal 12px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#8000ff;
    cursor: default;
    background-color:#EFEFEF;
    margin : 10px;
    padding-left : 10px;
    padding-right : 8px;
}

#loginbox {
	width: 200px;
	height: 100px;
	float: right;
	padding: 2px;
	background-color: #42b9d6;
	border-color: #058aaa;
	border-style: solid;
	border-width: thin;
	color: #1d1d1d;
	font-weight: bold;
	margin: 5px;
	font-size: 10px;
    text-align: center;
}
#mainbox {
	background-color: #FFFFFF;
	width: 72%;
	height: auto;
	float: left;
	overflow: auto;
	padding: 1%;
}

.sidebox {
    width: 95%;
    float: left;
    padding: 1% 1% 5% 1%;
    background-image: url(../images/sidebox.jpg);
    background-repeat: repeat-x;
    background-color: #bdbdbe;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: thin;
    padding: 3px;
    margin: 1%;
}
#sidebar {
    width:210px;
    height:auto;
    float:left;
    padding: 1% 1% 5% 1%;
    margin:5px;
}
.clear {
	clear: both;
}
#footer {
	background-color: #ffffff;
	width:100%;
	bottom:0px;
	height:20px;
	font-size:10px;
	text-align:right;
	vertical-align: bottom;
	color: #3e3e3e;
	font-weight:bold;
	border: 0px;
	margin: 0px;
}

.desc {
	float: left;
	width: 28%;
	height: 25px;
	vertical-align: middle;
	text-align: right;
	padding: 1%;
}
.element {
	float: left;
	width: 68%;
	height: 25px;
	padding: 1%;
}
.textbox {
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	border-width: thin;
	font-size: 9px;
	color: #333333;
}
.left_button {
	float: left;
	width: 60%;
	height: 20px;
	vertical-align: middle;
	text-align: right;
	padding: 1%;
}
.right_button {
	float: left;
	width: 75%;
	height: 25px;
	padding: 1%;
	vertical-align: top;
	text-align: right;
}
.button {
	background-color: #0f5d6e;
	color: #FFFFFF;
	border-color: #1991ab;
	font-size: 9px;
}

/* BEGIN LINKS */
a {
	font-weight: bold;
	font-size: 9px;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #15798d;
	text-decoration: none;
}
a:active {
	color: #ebcd00;
	text-decoration: none;
}
/* END LINKS */

/* BEGIN STYLES FOR CSS MENU SYSTEM */
#nav, #nav ul {
	float: left;
	width: 180px;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding-left: 0.7em;
	padding-top: 0em;
	background-image: url(../images/sidebox.jpg);
	background-repeat: repeat-x;
	background-color: #bdbdbe;
	border-color: #aaaaaa;
	border-width: thin;
    padding: 2px;
    margin: 2px;
	/*
	border: solid #4169E1;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 0 0 1em 0;
	font-size: 12px;
	background-color : #BBCAF4;*/
	text-align : left;
}


#nav a {
	display: block;
	width: 14.6em;
	/* horizontal position of arrow effects both browsers */
	/* color: darkblue; */
	/* color of text in menu items */
	text-decoration: none;
	padding-top: 0.4em;
	/* vertical space above items Effects IE and Firefox */
	padding-right: 3.0em;
	/* left hand margin of menu */
	padding-bottom: 0.4em; /* vertical space below items Effects IE and Firefox */
}

#nav a.daddy {
	background: url(../images/rightarrow2.gif) no-repeat right;
}

#nav li {
	float: left;
	padding: 0.3em; /* sets amount of blank space above and below menu items */
	width: 15.6em; /* adjusts width of li tag */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16.0em; /* changes the width of the box that the menu items are in*/
	font-weight: normal;
	border-width: 2px; /* sets the thickness of the box borders */
	margin-top: -1.8em; /* sets the vertical alignment of the first box both browsers */
	margin-left: 15.0em; /* sets horizontal alignment of sub menus */
}

#nav li li {
	padding-right: 1.0em;
	/* sets the right margin of sub menu items within the sub menu box. Effects IE only*/
	width: 14.5em; 	/* adjusts width of li tag within li tag Both browsers */
}

#nav li ul a {
	/*width: 12.0em;  adjust horizontal arrow position Firefox only (or it did, but can't make it do anything now!!*/
	width: 15.0em; /* seems to increase the available space on line for sub menu item Both browsers */
}

/*
#nav li ul ul {
	margin: 5 5; /*seems to adjust the space between child and parent boxes effects both browsers
	}*/


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
	left: auto;
}

#nav li:hover {
	background-color: #B9D0D2;
}

/* BEGIN STYLES FOR DATE PICKER */
.dpDiv {
    }


/* the table (within the div) that holds the date picker calendar */
.dpTable {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    width:25%;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: #ece9d8;
    border: 1px solid #AAAAAA;
    }


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
    }


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
    }


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
    }


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
    }


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    border: 1px solid #ece9d8;
    }


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    }


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
    background-color: #aca998;
    border: 1px solid #888888;
    cursor: pointer;
    color: red;
    }


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
    }


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
    }


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
    }


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
    }


/* additional style information for the text that indicates the month and year */
.dpTitleText {
    font-size: 12px;
    color: gray;
    font-weight: bold;
    }


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
    color: 4060ff;
    font-weight: bold;
    }


/* the forward/backward buttons at the top */
.dpButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
    padding: 0px;
    }


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
    }

/* END STYLES FOR DATE PICKER */


/* Begin Styles for BIR HTML Forms */
.bir_html_form {
    color: Black;
    font-size : 10px ;
}

.bir_html_form .part2{
    line-height: 22px;
}

.bir_html_form input{
    font-size: 10px;
}

.autocalc{
    background: #cdb9d0;
}

.bir_html_form select{
    font-size: 9px;
}

.bir_html_form .title-row{
    font-weight: bold;
}

.lg{
    font-size : 20px;
}
.ctr{
    text-align:center;
}

/* END Styles for BIR HTML Forms */


