body, td, input, select, textarea {
	font-family : Tahoma;
	font-size   : 11px;
	/*background-color : #f3f3f3;*/
}

body {
	margin          : 0px;
	background-color: #f3f3f3;
	
}

form {
	margin: 0px 0px 0px 0px;
}

.td_top_left{
	width: 76px;
}

.td_top_middle{
	width: 700px;
}

.td_top_middle_right{
	width: 410px;
	text-align: right;
}


.td_top_right{
	width: 76px;
}

.td_top_logo{
	
	background-image: url(../images/logo.png);
	background-position: -5px -10px;
	background-repeat: no-repeat;
	width: 94px;
}

#main_content_area
{
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	height:100%;
}

.main_content_table
{
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border: none;
	border-collapse: collapse;
	
}

.main_content_table td
{
	padding: 0px 0px 0px 0px;
	border-spacing: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content_table_tl
{
	width: 18px;
	height: 18px;
	background-image:url(../images/top_left.png);
	background-repeat: no-repeat;

}

.content_table_tr
{
	width: 20px;
	height: 18px;
	background-image:url(../images/top_right.png);
	background-repeat: no-repeat;
}

.content_table_tm
{
	height: 18px;
	background-image:url(../images/border_top.png);
	background-repeat: repeat-x;
}

.content_table_l
{
	width: 18px;
	height: 18px;
	background-image:url(../images/border_left.png);
	background-repeat: repeat-y;

}

.content_table_r
{
	width: 20px;
	height: 18px;
	background-image:url(../images/border_right.png);
	background-repeat: repeat-y;
}

.content_table_m
{
	background-color: #e9e9e9;
}

.content_table_bl
{
	width: 18px;
	height: 18px;
	background-image:url(../images/bottom_left.png);
	background-repeat: no-repeat;

}

.content_table_br
{
	width: 20px;
	height: 18px;
	background-image:url(../images/bottom_right.png);
	background-repeat: no-repeat;
}

.content_table_bm
{
	height: 18px;
	background-image:url(../images/border_bottom.png);
	background-repeat: repeat-x;
}

.title_table
{
	text-align: left;
	padding: 0;
	spacing: 0;
}

.title_table .title
{
	font-size: 25px;
	height: 30px;
	vertical-align: bottom;
}

.title_table .counter
{
	font-size: 15px;
	height: 30px;
	vertical-align: top;
}

#last_saved_div 
{
	font-size: 14px;
		
}

#finish_test_div
{
	text-align:center;
}

.download
{
	font-size:14px;
	color:#006599;

}