@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	border:0px;
	margin:0px;
	background-color:#666666;
}

.show { 
visibility:visible;
position:relative;
}

.hide { 
visibility:hidden;
position:absolute;
}


/* Error Message Box */
.errorMessages {
	background-color:#CB4141;
	border:#000 solid 3px;
	width:75%;
	padding:5px;
	visibility:hidden;
	display:none;
	margin:5px;
}

.errorMessages p{
	font-weight:bold;
	color:#FFCA82;
	margin:0; padding:0; border:0;
}

/* Message Box */
.messages {
	background-color:#D9FFEC;
	border:#33FF99 solid 3px;
	width:75%;
	padding:5px;
	visibility:hidden;
	display:none;
	margin:5px;
}

.messages p{
	color:#000000;
}

.main {
	width:950px;
	border-right:#000000 2px ridge;
	padding:10px;
	background-color:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	font-family:"Times New Roman", Times, serif;
	overflow:auto;
}

.main p {
	padding:0px;
	border:0px;
	margin:0px;
}

.main a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.main a:hover {
	text-decoration:underline;
}

.main .smallLink {
	margin-top:5px;
	text-align:center;
	font-size:10px;
}

/* Header */
.main .header {
	width:930px;
}

.main .header  #image h1 {
	display:none;
	visibility:hidden;
}


.main .header #image {
	background:url(../images/header.jpg) no-repeat;
	height:124px;
}

.main .bar {
	background:url(../images/bar.gif) repeat-x;
	height:6px;
	width:100%;
}

.main .line {
	border-top:#333333 1px solid;
	height:0px;
	margin:5px;
	margin-bottom:10px;
	margin-top:10px;
}

.main h1 {
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	padding:2px;
	border:0px;
	margin:0px;
}

.main h2 {
	font-size:16px;
	font-weight:bold;
	padding:2px;
	border:0px;
	margin:0px;
}

.main h3 {
	font-size:14px;
	padding:2px;
	padding-bottom:5px;
	font-weight:bold;	
	border:0px;
	margin:0px;
}

.main h4 {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	padding:2px;
	padding-bottom:5px;
	border:0px;
	margin:0px;
}

.main h5 {
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	padding:0px;
	border:0px;
	margin:0px;
}
.main .mid {
	width:930px;
}

.main .mid .menu {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:15px;
	vertical-align:top;
	width:163px;
	height:100%;
	background:url(../images/menuBackgroud.gif) repeat-y;	
}

.main .mid .menu div {
	margin-top:4px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	width:152px;
	background:#CCCCCC;
	font-size:14px;
	font-variant:small-caps;
	text-align:right;
	font-weight:bold;
	cursor:pointer;
}

.main .mid .menu div a:hover {
	text-decoration:none;
}

.main .mid .menu #menu1 { background:#d3baba; background:url(../images/menu1.gif) right top no-repeat; }
.main .mid .menu #menu2 { background:#d3d2ba; background:url(../images/menu2.gif) right top no-repeat; }
.main .mid .menu #menu3 { background:#bbd3ba; background:url(../images/menu3.gif) right top no-repeat; }
.main .mid .menu #menu4 { background:#bad3d3; background:url(../images/menu4.gif) right top no-repeat; }
.main .mid .menu #menu5 { background:#babbd3; background:url(../images/menu5.gif) right top no-repeat; }
.main .mid .menu #menu1:hover, 
.main .mid .menu #menu2:hover, 
.main .mid .menu #menu3:hover, 
.main .mid .menu #menu4:hover, 
.main .mid .menu #menu5:hover {	background:#CCCCCC; }

.main .mid .menu div #selected {
	border-bottom:#000000 1px solid;
}

.main .mid .body {
	width:750px;
	padding:10px;
	vertical-align:top;
	font-size:14px;
}

.main .mid .body p {
	text-align:justify;
	padding-bottom:15px;
}

.ByMartinHolland {
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
	background-color:#FFFFFF; 
	margin:5px; color:#999999;
	width:100%;
}

/* Bashdar */
.newarticles {
	border:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	z-index:100;
	border-top:0px; 
	margin-left:15px; 
	margin-bottom:10px; 
	border-right:0px; 
	float:right; 
	width:250px; 
	padding:5px;
}

.newarticles h1 {
	margin-left:0px;
	text-decoration:underline;
}
.newarticles ul {
	margin-top:2px;
	margin-bottom:0px;
	border:0px;
}
.newarticles ul li {
	list-style-image:url(../images/listStyle.gif);
	font-size:10px;
	cursor:pointer;
}
.newarticles ul li a {
	font-weight:normal;
}
.newarticles ul li:hover a {
	font-weight:bold;
	text-decoration:none;
}

.main .articles table {
	width:99%;
}

.main .articles table tr th {
	text-align:left;
	font-weight:bold;
	border-top:0px;
	font-size:12px;
	border-bottom:#666666 3px solid;
	padding:2px;	
}

.main .articles table tr td {
	text-align:left;
	border:#999999 1px solid;
	padding:2px;
	font-size:12px;
	cursor:pointer;	
}
.main .articles table tr a {
	text-decoration:none;
	font-weight:normal;	
}
.main .articles table tr:hover a {
	text-decoration:none;
	font-weight:bold;	
}

/*** ADMIN PAGE CSS ***/

.adminMenuBox {
	border:#bdbabd 1px solid; margin-top:2px;
}

.adminMenuBox .adminMenu {
	background-color:#e7ebff; border-bottom:#bdbabd 1px solid; height:24px;
}
	
.adminMenuBox .adminMenu .adminLeft {
	float:left;
}
.adminMenuBox .adminMenu .adminRight {
	float:right;
}

.adminMenuBox .adminBody{
	padding:5px;
}