/* This is the css for table 1 that holds the site name */
.table_1 {
	width: 780px;
	height: 100px;
	margin-top: 10px;
	background: url(/images/summer/random.php);
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
}

/* This is the css for cell in table 1 that holds the site name */
.table_1_cell_1 {
	background: none;
	padding: 5px;
}

/* This is the css for table 2 that holds the pathway */
.table_2 {
	width: 780px;
	height: 20px;
	background: #A10000;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

/* This is the css for cell in table 2 that holds the pathway */
.table_2_cell_1 {
	padding: 0 0 0 5px;
}

/* This is the css for table 3 that holds the all the modules and the main body */
.table_3 {
	width: 780px;
	background: #D5E3EF;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}

/* This is the css for cell in table 3 that holds the left modules */
.table_3_cell_1 {
	width: 160px;
	background: #FFE7A5;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	border-right: solid 1px #063050;
}

/* This is the css for cell in table 3 that holds the top and bottom modules and the main body */
.table_3_cell_2 {
	background: #FFFFEB;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}

/* This is the css for cell in table 3 that holds the right modules */
.table_3_cell_3 {
	width: 150px;
  background: #FFE7A5;
	padding: 10px;
	vertical-align: top;
	border-left: solid 1px #063050;
}

/* This is the css for table 4 that holds the footer */
.table_4 {
	width: 780px;
	background: #A10000;
	border-left: solid 1px #063050;
	border-right: solid 1px #063050;
	border-top: solid 1px #063050;
	border-bottom: solid 1px #063050;
}

/* This is the css for cell in table 4 that holds the footer */
.table_4_cell_1 {
	font-size: 11px;
	padding: 5px;
}

/**
 * General Body Styling
 * --------------------
 */
 
body {
	margin: 0px 0px 0px 0px;
	color : #465675;
	background-color: #FFFFF5;
}

td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	}

h4 {
	color: #433C30; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #433C30; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #433C30; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 12px;
	color: #A57400; 
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a:hover {
	color: #835C00;	text-decoration: underline;
	}
	
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
/**
 * General Styles
 * --------------------
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

a.small, a.small:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.small:hover {
	text-decoration: underline;
}

.smalldark {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.pathway {
	font-size: 10px;
	color: #FFFFFF;	
}

a.pathway, a.pathway:visited {
  color: #FFFFFF;
}

a.pathway:hover {
	color: #FFFFFF;	
	}


/**
 * Form Styles
 * -----------------
 */
 
.button {
	color: #FFFFFF; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	background: #870000;
	border: 1px solid #000066;
	height: 20px;
	}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: #FFFFFF;
	border: 1px solid;
	}


/**
 * Menu Styling
 * ------------
 */

a.mainlevel_selected:link, a.mainlevel_selected:visited, a.mainlevel_selected:hover {
	display: block;
	background: url(/images/menu_bg5.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	/* height: 24px; */
	width: 150px;
	text-decoration: none;
	background-position: 0px -25px;
	color: #FFFFFF;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(/images/menu_bg5.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	/* height: 24px; */
	width: 150px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #FFFFFF;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

a.sublevel:hover {
	color: #ffcc00;
	text-decoration: none;
}

/**
 * Modules formatting
 * ------------------------
 */

table.moduletable {
	/* styling the module table */
	margin: 0px 0px 0px 0px;
	width: 95%;
	}

table.moduletable th {
	/* styling the module header, and the module titles */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #433C30;
	text-align: left;
	}

table.moduletable td {
	/* well.. for formatting the table cells of the module table */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}