/* START For stylizing our main sections menu. */
ul#navigation
{
list-style-type: none;
margin: 0;
padding: .1em 0;
}

ul#navigation li a
{
display: block;
color: #811A74;
background-color: #FFB0FD;
padding: .2em 0;
text-align: center;
text-decoration: none;
font-size: 12px;
font-weight: bold;
border: 1px solid #811A74;
}

ul#navigation li a:hover
{
color: #FFB0FD;
background-color: #FFFFFF;
}

ul#navigation .left {float: left; clear: left; width: 6em;}
ul#navigation .right {float: right; width: 8em;}
ul#navigation .none {width: 10em; float : none;}

/* END For stylizing our main sections menu. */

/* START all links styles. */
a:active {font-weight: bold; color: #811A74; background-color: transparent; text-decoration: underline;}

a:link {font-weight: bold; color: #811A74; background-color: transparent; text-decoration: underline;}

a:visited {font-weight: bold; color: #811A74; background-color: transparent; text-decoration: underline;}

a:hover {font-weight: bold; color: #811A74; background-color: transparent; text-decoration: none;}

a.altlink:active {font-weight: bold; color: #FFB0FD; background-color: transparent; text-decoration: underline;}

a.altlink:link {font-weight: bold; color: #FFB0FD; background-color: transparent; text-decoration: underline;}

a.altlink:visited {font-weight: bold; color: #FFB0FD; background-color: transparent; text-decoration: underline;}

a.altlink:hover {font-weight: bold; color: #FFB0FD; background-color: transparent; text-decoration: none;}
/* END all links styles. */

/* START Misc. tag styles. */

body {font-size:12px; 
           font-family:arial,helvetica,sanserif; 
		   color: #000000; 
		   background-color: #FFFFFF; 
		   margin:0px;
		   scrollbar-3d-light-color: #811A74;
           scrollbar-arrow-color: #FF85FE;
           scrollbar-base-color: #811A74;
           scrollbar-dark-shadow-color: #000000;
           scrollbar-face-color: #811A74;
           scrollbar-hightlight-color: #FF85FE;
           scrollbar-shadow-color: #811A74;}
		   
iframe {scrollbar-3d-light-color: #811A74;
               scrollbar-arrow-color: #FF85FE;
               scrollbar-base-color: #811A74;
               scrollbar-dark-shadow-color: #000000;
               scrollbar-face-color: #811A74;
               scrollbar-hightlight-color: #FF85FE;
               scrollbar-shadow-color: #811A74;}
		   
/* END Misc. styles. */

/* START Table effects. */

.head_white {color: #FFFFFF; background-color: transparent; font-size: 16px;}

.maintxt {color: #000000; background-color: transparent; font-size: 12px; padding: 5px 3px 5px 5px;}

.stats {color: #000000; background-color: transparent; font-size: 12px; padding: 5px 3px 5px 5px; border: 1px solid #811A74;}

.mainheader {color: #FFB0FE; font-weight: bold; font-size: 16px; padding: 3px 0px 3px 5px;}

.maintable {border: 2px solid #811A74;}

.menuheader {color: #FFB0FE; font-weight: bold; font-size: 16px; padding: 1px 0px 1px 3px;}

.menutable {border: 2px solid #FFB0FD;}

.menu_white {color: #FFFFFF; background-color: transparent; font-size: 14px;}

table {font-size:12px; font-family:arial,helvetica,sanserif;}

td {font-size:12px; font-family:arial,helvetica,sanserif;}

th {color:#811A74; background-color:transparent; text-decoration:underline;}

tr {font-size:12px; font-family:arial,helvetica,sanserif;}

/* END Table effects. */

/* [BEGIN] Form Styles */
form {margin:0px;}

input {color:#811A74; background-color:#FFB0FD; font-size:12px; font-weight: bold; border: 1px solid #811A74;}

input.checkbox {border: 0px; background-color: transparent;}

input.over {color:#811A74; background-color:#FFB0FD; font-size:12px; font-weight: bold; border: 1px solid #811A74;}

input.backover {color:#811A74; background-color:#FFFFFF; font-size:12px; font-weight: bold; border: 1px solid #811A74;}

option {font-size:12px;}

option.row1 {color: #FFFFFF; background-color:#0069B3; font-size: 11px;}

option.row2 {color:#0069B3; background-color: #FFFFFF; font-size: 11px;}

select {font-size:12px;}

textarea {background-color: #FFB0FD; 
				   color: #811A74;
				   font-weight: bold; 
				   border: 1px solid #811A74;
				   scrollbar-3d-light-color: #811A74;
                   scrollbar-arrow-color: #FF85FE;
                   scrollbar-base-color: #811A74;
                   scrollbar-dark-shadow-color: #000000;
                   scrollbar-face-color: #811A74;
                   scrollbar-hightlight-color: #FF85FE;
                   scrollbar-shadow-color: #811A74;}
/* [END] Form Styles */

/* START Global styles. */

ul { margin-bottom: 18px; list-style: none outside; }

.big {font-size:14px;}

.cap {font-weight:bold; font-size:14px;}

.cover {
	margin: 2px 4px 4px 4px; 
	border: 2px solid #811A74;
}

.cover2 a:link, .cover2 a:visited {
	display:block; 
	float:left; 
	padding:8px; 
	background:#E2E2E2; 
	width:auto; 
	height:auto; 
	margin:10px; 
	border:3px solid #811A74;
}
.cover2 a:hover, .cover2 a:active {
	background:#c8c6c4;
}

.cover2 {
	float: left;
}

.featured_book {
	margin: 2px;
	border: 2px solid black;
}

.dark {color: #811A74; background-color: transparent; font-weight: bold;}

.encapsulate {background-color: #FFFFFF; padding: 3px 3px 3px 3px; border:3px solid #FF85FE;}

.light {color: #FFB0FD; background-color: transparent; font-weight: bold;}

.red {color:#CC0000; background-color:transparent;}

.small {font-size:10px;}

p.dent {text-indent: 16px;}

.white {color: #FFFFFF; background-color: transparent;}

/* END Global styles */