/* ----- Main Layout Elements ----- */
* {
        margin:				0;
        padding:			0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:				0.5em 0;
}
li,dd {
	margin-left:			1em;
}
fieldset {
	padding:			.5em;
}

body {
	background:			#9598a5;
	font-size:			76.1%;
	font-family: 		        Arial, Verdana, Helvetica, sans-serif;
	line-height:			1.3em;
}
#container {
	background-color:	        #ffffff;
}
#header {
	background-image: 	        url('../images/newheader.jpg'); 
	background-repeat:		no-repeat;
	background-position:		bottom center;
	background-color:	        #3C3F52;
}
.search #mod_search_searchword {
	border:				1px solid #cccccc;
}
#footer {
	font-size:			10px;
	color:				#ffffff;
}
#footer a {
	color:				#ffff99;
}
a, a:visited {
	color:				#00568d;
}
a:hover {
	color:				#af0c0c;
}

/* ----- Top Menu ----- */
#topmenu {
	background-image:	        url('../images/tabbg.jpg');
}
#topmenu li {
	background:			url("../images/tableft.jpg") no-repeat left top;
}
#topmenu a, #topmenu a:visited {
	background:			url("../images/tabright.jpg") no-repeat right top;
	text-decoration:	        none;
	font-weight:		        bold;
	color:				#fafafa;
	letter-spacing:		        0px;	
}
#topmenu a:hover, #topmenu a:visited:hover {
	color:				#ffff99;
}


/* ----- Sidebar Elements ----- */
#sidebar .moduletable, #sidebar .moduletable_text {
	border:				1px solid #999999;
	background-color:	        #fafafa;	
}
#sidebar .moduletable h3, #sidebar .moduletable_text h3 {
	font-size:			11px;
	color: 				#eaeaea;
	background-color:	        #3b3e51;
	border-bottom:		        1px solid #777777;
}
#sidebar ul li a {
	text-decoration:	        none;
}
#sidebar ul li a:hover {
	text-decoration:	        underline;
}

#sidebar .moduletable_menu {
	color: 				#000000;
}
#sidebar .moduletable_menu ul {
	border: 			none;
}
#sidebar .moduletable_menu ul li {
	border-bottom: 		        1px solid #eeeeee;
}
#sidebar .moduletable_menu ul li a {
	background-image: 	        url('../images/mbg.png');
	background-repeat:	        no-repeat;
	color: 				#000000;
	text-decoration: 	        none;
}
#sidebar .moduletable_menu li a:hover {
	background-color: 	        #f7f9e4;
	color: 				#000000;
}
#sidebar h3 {
	font-size:			11px;
	background-color:	        #3b3e51;
	color: 				#ffffff;
}


/* Additional markups */
span.highlight {
	background-color:	        #fffdd5;
}
.pagenavcounter, .pagenav {
	font-size:			10px;
} 

div.componentheading {	/* Component heading */
	font-size:			16px;
	border-bottom:		        1px solid #777777;
	font-weight:		        bold;
	border-bottom:		        1px solid #cccccc;
}
td.contentheading, td.buttonheading {		/* Post titles/headings */
	font-size:			16px;
	font-weight:		        bold;
	border-bottom:		        1px solid #eeeeee
}
.contentpaneopen {	/* Table wrapping posts */
 border-collapse:                       collapse;	
}
#form-login-remember {	/* Small 'remember me?' text in login form */
	font-size:			12px;
}
fieldset.input, fieldset {
	border:				0;
}
form {
	margin:				0;
}
td.sectiontableentry1 {}	/* Alternating rows for polls */
td.sectiontableentry2 {		/* Alternating rows for polls */
	background-color:	        #eeeeee;
}	
.button {
	font-size:			10px;
	font-family:		        arial, verdana;
	background-color:	        #e1e1e1;
	border-bottom: 		        1px solid #000000;
	border-top: 		        1px solid #fef6f6;	
	border-left: 		        1px solid #fbe7e7;
	border-right: 		        1px solid #4f0f0f;	
}
.buttonheading img {
	border: 			none; 
}
span.small { 		/* Small text underneath post title, i.e. 'Written by...' */
	font-size:			10px;
}
td.createdate {		/* Small date under post titles */
	font-size:			10px;
	color:				#999999;
}
td.modifydate { 	/* The 'Last Updated' date under posts/modules. */
	font-size:			10px;
	font-style: 		        italic;	
}
a.readon { 			/* The 'Read More...' link under posts/modules. */
	font-size:			10px;
}
.breadcrumbs  {
	font-size:			10px;
	color:				#666666;
}
div.bannerheader {
	font-size:			10px;
}



