* {
	font-family:Tahoma;
	margin:0;
	padding:0;
}

html,body {
	background:#333 url(../images/bg.gif) repeat;
	height:auto;
	height:100%;
	min-height:100%;
}
body {
	height:auto !important;
	height:100% !important;
	position:relative;
}
h1 {
	color:#000;
	font:normal normal 11px Tahoma;
}
h2 {
	font:normal bold 16px Arial;
}

h3 {
	color:#000;
	font:normal bold 12px Arial;
}
h4 {
	color:#000;
	font:normal normal 11px Arial;
}
h5,h6 {
	color:#000;
	font:normal normal 10px Arial;
}
a img {
	border:none;
	cursor:pointer;
}
table {
	border:none;
	border-collapse:collapse;
}
a , a:hover {
	color:#0088c0;
	font: 12px Tahoma;
	text-decoration:underline;
}
a:focus {
	outline:none;
}
ul , ol {
	margin:0 0 0 25px;
	padding:0 0 0 10px;
}

b,strong {
	font-weight:bold;
}

i,cite {
	font-style:italic;
}

p {
	color:#606060;
	font: 12px/14px Arial,serif;
	margin:16px 0 0 0;
}

em {
	color:#b6b6b6;
	padding:0 0 0 5px;
	font-style:normal;
}

.clear {
	clear:both !important;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.no_border {
	border:none !important;
}
.display_none {
	display:none !important;
}
.red {
	color:#910101 !important;
}
.bgred {
	background:red !important;
}
.no_left_bord {
	border-left:none !important;
}
.no_right_bord {
	border-right:none !important;
}
#shadow {
	background:#000;
	display:none;
	opacity:0.31;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=31);
	padding:0;
	margin:0;
	position:absolute;
	height:100%;
	width:100%;
	z-index:10;
}
#loader {
	text-align:center;
	width:auto;
}
.ajax_link, .ajax_link:hover {
	border-bottom:1px dotted #0088c0; 
	text-decoration:none;
}
.date {
	display:block;
	position:absolute;
	right:0;
}

.page_form {
	margin:20px 0;
}
	.page_form .multiple {
		margin:10px 0;
		height:180px;
		width:300px;
	}
	.page_form .submit {
		margin:10px 0;
		padding:10px 0;
		text-align:center;
		width:80px;
		
	}
