/*	High Contrast Definition Style Sheets
	© 2009 www.edreamer.ir, All Rights Reserved. */
	
body {
	font-size:82.5%;
	font-family: Tahoma, Arial, sans-serif;
	font-weight:bold;
	color:#000;
}

a {
	text-decoration:underline;
	font-weight:bold;
}

a:link {
	color: #006633;
}

a:visited {
	color: #003300;
}

a:hover {
	color:#660000;
	background-color:#efd163;
	text-decoration:underline
}

a:active {
	color: black;
	background-color:#efd163;
}

.akey {
	color:#C00;
	padding:0 1px;
}

/*-----------------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------------*/

div#footer p a {
	color:black;
}

/*-----------------------------------------------------------------------------------------------
	branding header
-----------------------------------------------------------------------------------------------*/

h1 a:hover {
	text-decoration:underline;
	background-color: transparent;
}

/*-----------------------------------------------------------------------------------------------
	contents
-----------------------------------------------------------------------------------------------*/

#contents span.rss, #sidebar span.rss {
	text-indent: 15px;
}

p {
	line-height:1.5em;
}

#contents a.link:hover {
	background-color:#efd163;
}

/*-----------------------------------------------------------------------------------------------
	sidebar
-----------------------------------------------------------------------------------------------*/

#sidebar h3 a {
	color: black;
	text-decoration:underline;
}

#sidebar h3 a , #contents div#news h3 a {
	text-decoration:underline;
}

/*-----------------------------------------------------------------------------------------------
	newsletter
-----------------------------------------------------------------------------------------------*/
#newsletter input {
	background-color:#FFF;
/*	border: 1px solid #d6b22d;*/
	width:155px;
	float:none;
}

/*-----------------------------------------------------------------------------------------------
	navigate helper
-----------------------------------------------------------------------------------------------*/

ul#navigatehelper li a {
	color: black;
	line-height:normal;
}

/*-----------------------------------------------------------------------------------------------
	status
-----------------------------------------------------------------------------------------------*/

#contents .status p {
	color:#000;
}

/*-----------------------------------------------------------------------------------------------
	forms
-----------------------------------------------------------------------------------------------*/

.form legend {
	background-color:#747d4c;
}

.form fieldset fieldset legend {
	background-color:#a4b16c;
}

.form label {
	width: 120px;
}

.form select, .form input, .form textarea {
	color: black;
	background-color:white;
}

/*-----------------------------------------------------------------------------------------------
	calender
-----------------------------------------------------------------------------------------------*/

.calender a {
	font-weight:normal;
}