@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
        line-height: 150%;
	background: #b1a182 url(../images/bgpattern3.png);
	direction: center;
	text-align: right;
}
h2
{
	font-size: 13px;
	font-weight: bold;
}
.container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg-lgray.gif);
	margin: 0px auto 0px auto;
} 
.header {
	padding: 0px;
	height: 275px;
        background-image: url(../images/header-sargol.gif);
} 
.mainMenu {
	height:43px;
	width: 700px;
	padding-top: px;
	margin-right: 200px;
	background-image: url(../images/hrlg.png);
}
.menuFix {
	float: right;
	height: 43px;
	width: 200px;
	background-image: url(../images/hrdg.png);
}
.content {
	background: url(../images/sidebar.gif);
	background-repeat: repeat-y;
	background-position:right;
	min-height: 530px
}
.sidebar {
	float: right;
	width: 200px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/sidebar.gif);
	overflow:hidden;
}

.mainContent {
	margin-right: 200px;
	width: 640px;
	direction: rtl;
	padding: 30px;
	overflow:hidden;
}

.bottomContent {
	text-align: middle;
	width: 100%;
	overflow:hidden;
} 
.footer {
	font-size: 11px;
	color: #CCC;
	text-align: center;
	background-image: url(../images/ftlg.png);
	height: 62px;
} 
.footerFix {
	width: 200px;
	height: 62px;
	float: right;
	background-image: url(../images/ftdg.png);
}
.footerText {
	padding-top:20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.newsheader 
{
	font-size: 13px;
	font-weight: bold;
}
.newscontent 
{
	font-size: 12px;
}
.sidebar div form {
	padding: 10px;
}
.sidebar div form  input{
	vertical-align:middle;
	margin-left: 10px;
}
.sidebar div  h3 {
	padding: 3px 35px 0 0;
	height: 25px;
	margin: 0px;
	margin-bottom: 10px;
        font-size: 14px;
}
.sidebar div{
	background: url(../images/shd.gif)	repeat-x;
	padding-bottom: 10px;
}
.sidebar div div{
	background: none;
}
.sidebar p {
	padding-right: 15px;
}
.moduletable-search h3 {
	background: url(../images/search0001.png) no-repeat top right;
}
.moduletable-random h3 {
	background: url(../images/notes0001.png) no-repeat top right;
}
.moduletable-links h3 {
	background: url(../images/ie0001.png) no-repeat top right;
}
.moduletable-chart h3 {
	background: url(../images/chart.png) no-repeat top right;
}
.moduletable-user h3 {
        background: url(../images/users.png) no-repeat top right;
}



.componentheading, .contentheading {
	font-size: 16px;
	font-weight: bold;
}

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