body 
{
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	margin: 0; 
	padding: 0; 
}

p
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
	margin: 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

a
{
        font-family: Arial, Verdana, Sans Serif;
	color: #3333fe;
}

a:visited
{
        color: #aa33fe;
}

p.error
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
	color: #dd0000;
	margin: 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

p.bold
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

p.cr
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 10px;
	text-align: right;
	color: #666666;
	margin: 0px;
}

td
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
	margin: 0px;
	margin-left: 3px;
	padding-left: 3px;
	margin-right: 3px;
	padding-right: 3px;
}

td.top
{
	vertical-align: top;
}

th
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-left: 3px;
	padding-left: 3px;
	margin-right: 3px;
	padding-right: 3px;
}

h1
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 14px;
	margin: 0px;
	margin-left: 3px;
	padding-left: 3px;
	font-weight: bold;
}

h3
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 14px;
	margin: 0px;
	margin-left: 3px;
	padding-left: 3px;
}

h3.red
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 14px;
	color: #dd0000;
	margin: 0px;
	margin-left: 3px;
	padding-left: 3px;
}

h4
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
}

ul
{
	margin: 0; 
	padding: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.bull
{
	margin-left: 10px;
	padding: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

li.bull
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
}

ol
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
}

/********************************************************/
/* Header classes */

.title_text_1
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
}

.title_text_2
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
}

/********************************************************/
/* Body main items */

#header
{
	width: 800px;
	height: 120px;
	background: #ffffff url("indexpics/header.jpg");
	/*color: #FF55AA;*/
	color: #9999fe;
	position: absolute;
	top: 5px;
	left: 0px;
}

#content_header
{
	margin: 0; 
	padding: 0; 	
	position: absolute;
	top: 125px;
	width: 800px; 
	height: 20px;
	background: #ffffff; 
}

#body_container
{
	position: relative;
	top: 145px;
	left: 0px;
	width: 800px;
	max-width: 798px; /* Because firefox set borders outside width */
	border-top: 0px;
	border-left: 1px solid #9999fe;
	border-right: 1px solid #9999fe;
}

#content_container
{
	float: left;
	width: 508px;
	border: 0px;
	border-left: 1px solid #9999fe;
	border-right: 1px solid #9999fe;
	border-bottom:  1px solid #9999fe;
	color: #333333;
	background: #FFFFFF;
	overflow: hidden;
}

#left_border
{
	float: left;
	width: 145px; 
	height: 2000px;
	max-width: 143px; /* Because firefox set borders outside width */
	background: #ffffff; 
	border-top: 0px; 
	border-right: 1px solid #9999fe;
	border-bottom:  1px solid #9999fe;
	overflow: hidden;
}

#right_border
{
	float: left;
	width: 145px; 
	height: 2000px;
	max-width: 143px; /* Because firefox set borders outside width */
	background: #ffffff; 
	border-top: 0px; 
	border-left: 1px solid #9999fe; 
	border-bottom:  1px solid #9999fe;
	overflow: hidden;
}

#content_footer
{
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #9999fe;
	border-bottom: 1px solid #9999fe;
	background: #FFFFFF;
	color: #888888;
	overflow: hidden;
}

/********************************************************/

#outline_top
{
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 800px;
	height: 0px;
	border-top: 5px solid #9999fe;
}

#right_ad_space
{
	font-family: Arial, verdana, Sans Serif;
	font-size: 10px; 
	font-weight: normal;	
	color: #000000;
	position: absolute;
	top: 0px;
	left: 801px;	
	width: 201px;
	height: 2145px;
/*	border-left: 1px solid #9999fe; */
	z-index: 10;
	background: #ffffff;
}

/********************************************************/
/* Footer classes */

.footer_text
{
	font-family: Arial, verdana, Sans Serif;
	font-size: 10px; 
	font-weight: normal;
}

/********************************************************/
/* Header/body separators */

.menu_top_left
{
	background: #9999fe;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 145;
	height: 100%;
}

.content_top
{
	background: #9999fe;
	position: absolute;
	top: 0px;
	left: 145px;
	width: 508px;
	height: 100%;
}

.menu_top_right
{
	background: #9999fe;
	position: absolute;
	top: 0px;
	left: 653px;
	width: 147;
	height: 100%;
}

/********************************************************/
/* Menu classes */

/* Menu containers */

.menu_content
{
	margin: 0px; 
	padding: 0px; 
	width: 145px; 
	font-family: Arial, verdana, Sans Serif;
	background: #ffffff;
	background-repeat: no-repeat;
}

.menu_content li
{
	width: 100%; 
	font-size: 12px;
	background: #dddddd;
	background-repeat: no-repeat; 
 	border-bottom: 1px solid #9999fe;
}

.menu_content a
{
	width: 100%;
	display: list-item;
	text-decoration: underline;
}

.menu_content a:link {color: #9999fe;}
.menu_content a:visited {color: #9999fe;}
.menu_content a:hover {background: #bbbbfe;}

/* Menu text items */

.menutitle
{
	width: 100%; 
	height: 24px;
	vertical-align: middle;
	font-size: 14px; 
	font-weight: bold;
	padding-left: 0.25em; 
	text-decoration: none;
	cursor:pointer;
}

.menutitle_l2
{
	width: 100%; 
	height: 20px;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 0.25em; 
	text-decoration: none;
	cursor:pointer;
}

.menu_header_text
{
	margin-left: 5px; 
	padding-left: 5px; 
	font-family: Arial, verdana, Sans Serif;
	font-size: 14px; 
	font-weight: bold;
	color: black; 
}

/* Menu icons */

.menu_icon
{
	vertical-align: middle;
	position: absolute;
	right: 2px;
	height: 24px;
}

/* Expandable submenus */

.submenu
{
	margin-left: 10px; 
	padding-left: 0px; 
	list-style-type: none; 
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
	background: #eeeeee; 
}

.submenu a
{ 
	width: 100%; 
	display: list-item;
	padding-left: 0.75em; 
	padding-top: 0.25em; 
	padding-bottom: 0.25em;
	text-decoration: underline;
	border-top: 0px; 
}

.submenu a:link {color: #9999fe;}
.submenu a:visited {color: #aa33fe;}
.submenu a:hover {background: #bbbbfe;}

/* Set individual menu item colors */

#menu_item1 {background-image: url('indexpics/button.jpg')}
#menu_item2 {background-image: url('indexpics/button.jpg')}
#menu_item3 {background-image: url('indexpics/button.jpg')}
#menu_item4 {background-image: url('indexpics/button.jpg')}
#menu_item5 {background-image: url('indexpics/button.jpg')}
#menu_item6 {background-image: url('indexpics/button.jpg')}
#menu_item7 {background-image: url('indexpics/button.jpg')}
#menu_item8 {background-image: url('indexpics/button.jpg')}
#menu_item9 {background-image: url('indexpics/button.jpg')}
#menu_item10 {background-image: url('indexpics/button.jpg')}
#menu_item11 {background-image: url('indexpics/button.jpg')}

#menu_itemr1 {background-image: url('indexpics/button.jpg')}
#menu_itemr2 {background-image: url('indexpics/button.jpg')}
#menu_itemr3 {background-image: url('indexpics/button.jpg')}
#menu_itemr4 {background-image: url('indexpics/button.jpg')}
#menu_itemr5 {background-image: url('indexpics/button.jpg')}
#menu_itemr6 {background-image: url('indexpics/button.jpg')}
#menu_itemr7 {background-image: url('indexpics/button.jpg')}
#menu_itemr8 {background-image: url('indexpics/button.jpg')}
#menu_itemr9 {background-image: url('indexpics/button.jpg')}
#menu_itemr10 {background-image: url('indexpics/button.jpg')}

/********************************************************/
/* Form layout */

.form_header_text
{
	position: relative;
	left: 5%;
	margin-top: 10px;
	padding-top: 10px;
	font-family: Arial, verdana, Sans Serif;
	font-size: 14px; 
	font-weight: normal;
}

.form_textarea
{
	position: relative;
	background: #eeeeee;
	left: 5%;
	width: 90%;
	height: 150px;
	border: ridge #ffffff 2px;
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
}

.form_text_input
{
	position: relative;
	background: #eeeeee;
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
	left: 5%;
	width: 90%;
	height: 2em;
	border: ridge #ffffff 2px;
}

.subject_box
{
	position: relative;
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
	left: 5%;
	height: 2em;
}

/********************************************************/
/* Review items layout */

.review_table
{
	position: relative;
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
	left: 2%;
	width: 96%;
	height: 2em;
	border: ridge #ffffff 2px;
}

.review_text_col
{
	vertical-align: top;
	width: 70em;	
}

.review_text
{
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
}

.review_grade_col
{
	vertical-align: top;
}

.review_addedby_col
{
	vertical-align: top;
	width: 20em;	
}

.grade_box
{
	position: relative;
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
	left: 5%;
	height: 2em;
}

/********************************************************/
/* Ad properties */

.side_ad_delimit
{
	position: relative;
	top: 10px;
	left: 0px;
	width: 145px;
	height: 180px;
	padding: 0px;
	margin-bottom: 20px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

.side_ad_space
{
	position: relative;
	top: 10px;
	left: 0px;
	width: 145px;
	height: 100%;
	border-top: solid #000000 1px;
}

.ad_pic
{
	width: 145px;
	border: 0px;
	border-bottom: solid #000000 1px;
}

.ad_text
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, verdana, Sans Serif;
	font-size: 18px; 
	font-weight: bold;
	background: #ffffff; 
	border-bottom: solid #000000 1px;
}

/* Properies for ads on right of enire page, i.e. in right_ad_space */

.right_ad_box
{
	position: relative;
	margin-top: 5px;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
	border: solid #000000 0px;
}

.symbols
{
	display: inline;
	font-family: Webdings;
}

/********************************************************/
/* Picture properties */

.center_pic
{
	text-align: center;
	margin: 2px;
	padding: 0px;
}

.left_pic
{
	text-align: left;
	margin: 2px;
	padding: 0px;
}

.content_pic
{
	border: solid #AAAAAA 2px;
}

.content_pic_no_frame
{
	border: 0px;
}

.thumb_pic
{
	width: 60px;
}

.list_pic
{
	width: 40px;
}

/********************************************************/
/* Navigation properties */

.prev_link
{
	margin-left: 5px; 
	padding-left: 5px; 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	float: left;
	font-family: Arial, verdana, Sans Serif;
	font-size: 14px; 
	font-weight: bold;
}

.next_link
{
	margin-right: 5px; 
	padding-right: 5px; 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	float: right;
	font-family: Arial, verdana, Sans Serif;
	font-size: 14px; 
	font-weight: bold;
}

/********************************************************/
/* Misc items layout */

.uolist
{
	margin: 0; 
	padding: 0;
	padding-left: 1.0em;
	list-style-type: bulleted;
	font-family: Arial, verdana, Sans Serif;
	font-size: 10px; 
	font-weight: plain;
}

.button_div
{
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

.vote_button_div
{
	position: relative;
	text-align: left;
	margin-right: 10px;
	margin-top: 20px;
}

.textform
{
	font-family: Arial, verdana, Sans Serif;
	font-size: 12px; 
	font-weight: normal;
	margin: 5px;
	border: solid #9999fe 1px;
}

.bar_diag
{
	position: relative;
	height: 12px;
	font-family: Arial, verdana, Sans Serif;
	font-size: 10px; 
	font-weight: plain;
	text-align: right;
	color: #000000;
	background: #9999fe; 
}
