body
{
	margin: 0 0 0 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #68A639;

	font-family: Tahoma, Arial, Verdana, sans-serif;
        font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-decoration: none;
	}

h1
{
	margin: 10px 0 10px 0;
	font-size: 20px;
	line-height: 22px;
	color: #030;
	}

p
{
	margin: 0 0 10px 0;
	line-height: 13px;
	}

span#version
{
	font-size: 9px;
        font-weight: bold;
	line-height: 0px;
	}

textarea
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding: 2px 4px 0 4px;
 	border: 1px solid #999; 
        font-weight: bold;
	font-size: 11px;
	white-space: wrap;
	}

input[type="submit"]
{
	margin: 8px 8px 0 0;
	cursor: pointer;
	border: solid #888 1px;
	height: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/button_bg.jpg);
	color: #FFF;
	}

input[type="text"], input[type="password"]
{
	margin: 0 0 2px 0;
	padding: 2px 0 0 4px;
	height: 16px;
	border: solid #999 1px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	}

input[type="checkbox"]
{
	margin: 0 2px 0 4px;
	}

select
{
	margin: 0 0 2px 0;
	width: 85px;
	height: 22px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	}

select[name="history"], select[name="faculty"], select[name="status"]
{
	margin: 0 0 0 0;
	width: 165px;
	height: 22px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	}

a, a:link, a:active, a:visited
{
	color: #000;
	text-decoration: none;
	}
		
a:hover
{
	text-decoration: underline;
	}

th
{
	text-align: left;
	}

table#con
{
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	}

table#header
{
	width: 634px;
	table-layout: auto;
	empty-cells: show;
	}

table#seek
{
	width: 97%;
	table-layout: auto;
	empty-cells: show;
	}

td#login
{
	padding: 5px 0 0 0;
	width: 297px;
	vertical-align: top;
	background-image: url(../images/table_login_bg.gif);
	}

td#head
{
	width: 634px;
	vertical-align: top;
	background-image: url(../images/table_login_bg.gif);
	}

td#sides
{
	background-image: url(../images/table_con_bg_sides.jpg);
	background-repeat: repeat-x;
	background-color: #66C7F1;
	}

td#top_left
{
	width: 83px;
	vertical-align: top;
	background-image: url(../images/table_con_rowspan_left.jpg);
	background-repeat: repeat-y;
	}

td#top_right
{
	width: 83px;
	vertical-align: top;
	background-image: url(../images/table_con_rowspan_right.jpg);
	background-repeat: repeat-y;
	}

td#content
{
	vertical-align: top;
	padding: 20px 0 0 20px;
	}

td#footer_left
{
	background-image: url(../images/table_con_footer_left_bg.jpg);
	}

td#footer_right
{

	background-image: url(../images/table_con_footer_right_bg.jpg);
	}
