/* required stuff */
.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
}

.inputbox  {
	border:solid;
	border-color:#000;
	border-width:1px;
	width:242px;	
	
	
	}

.small {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}
/* Green Box Module Class */
.moduletable_gbox {
	width:200px;
	height:150px;
	background-image:url(../images/gren_box.jpg);
	padding:5px;
	
	}
table.moduletable_gbox th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding-top:3px;
	padding-left:5px;
	height:8px;
	}
table.moduletable_gbox td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:left;
	padding-top:20px;
	padding-left:5px;
	vertical-align:top;
	}	

/* Red Box Module Class */

.moduletable_rbox {
	width:200px;
	height:150px;
	background-image:url(../images/red_box.jpg);
	padding:5px;
	
	}
table.moduletable_rbox th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding-top:3px;
	padding-left:5px;
	height:8px;
	}
table.moduletable_rbox td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:left;
	padding-top:20px;
	padding-left:5px;
	vertical-align:top;
	}
/* Gray Box Module Class */
.moduletable_graybox {
	width:200px;
	height:150px;
	background-image:url(../images/grey_box.jpg);
	padding:5px;
	
	}
table.moduletable_graybox th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding-top:3px;
	padding-left:5px;
	height:8px;
	}
table.moduletable_graybox td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:left;
	padding-top:20px;
	padding-left:5px;
	vertical-align:top;
	}
/* welcome Box Module Class */

.moduletable_welcome {
	width:210px;
	height:240px;
	background-image:url(../images/welcome_bg.jpg)
	}
	
table.moduletable_welcome th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding-top:10px;
	padding-left:5px;
	height:8px;
	}
	
table.moduletable_welcome td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:left;
	padding-top:20px;
	padding-left:5px;
	vertical-align:top;
	}
	
/* welcome Box Module Class end here*/

.modifydate {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	padding-top: 6px;
	text-align: left;
}

.createdate {
	line-height: 15px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	display: block;
}

.contentheading {
/*	background: url(../images/bg_ctitle.gif) no-repeat; */
	background-color:#404040;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	width: 100%;
	height: 25px;
	text-transform: uppercase;
	padding-top:5px
}

.buttonheading {
	width: 10%;
}

.contentpagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align:left;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
	text-align:left;
	text-decoration: none;
}

a.contentpagetitle:hover {
	color: #990000;
}

table.moduletable {
	width: 98%;
	margin: 0px 0px 8px 0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
}

table.moduletable th {
	background: url(../images/bg_title.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #961207;
	text-align: left;
	padding-top:5px;
	text-indent: 47px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
	letter-spacing:2px
}

table.moduletable td {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 4px;
	font-weight: normal;
}

table.moduletable ul {
	color: #ff0000;
}

div#menublock table.moduletable td {
	padding: 0px;
}

a.bar:link, a.bar:visited {
	padding:3px 3px 0px 4px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	height: 18px;
	margin-top: 2px;
	background-color: #A7382F
}
a.bar:hover {
	padding:3px 3px 0px 4px;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	height: 18px;
	margin-top: 2px;
	background-color: #F1F3F2
}
.mainlevel{
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-bottom: 1px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
	color: #fff;
	text-align: left;
	margin-bottom: 1px;
	font-family:Arial, Helvetica, sans-serif;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #ffdd00;
}

.pollstableborder {
	border: 1px solid;
	padding: 1px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

#active_menu {
	color:#ffdd00;
	font-weight: bold;
}

a.sublevel:hover {
	color: #990000;
	text-decoration: none;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
}

a.mainmenu:hover {
	color: #990000; 
	text-decoration: none;
}



a:link, a:visited {
	color: #fff; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #e3e606;	text-decoration: none;
	font-weight: normal;
}

a.category:link, a.category:visited {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a.category:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a.pagenav, a.pagenav:visited {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}

a.pagenav:hover {
	color: #990000;
	text-decoration: none;
}

.frontpageheader {
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.newsfeeddate {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.fase4rdf a:link {
	color: #745632;
	text-decoration: none;
	font-weight: bold;
}

.fase4rdf a:hover {
	color: #cc9900;
}

.componentheading {

	background: url(../images/bg_subtitle.gif) no-repeat;
	vertical-align: top;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	text-indent: 48px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
}

.sectiontableheader {
    border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	color : #990000;
	font-weight : bold;
	padding: 3px;
}

.sectiontableentry1 {
	background-color : #FAEFDB;
	padding: 2px;
}

.sectiontableentry2 {
	background-color : #F7E4C4;
	padding: 2px;
}

BODY {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	color:#000;
	background-image:url(../images/page-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#0049a5;
}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 18px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom:solid 1px #f3f3f3
}



.button {
	font-weight: bold;
	background-color: #990000;
	color: #ffffff;
	text-align: center;
	font-size: 9px;
	float:left;
	padding-left:5px;
	background-color:transparent;
}

#mod_search_searchword {
	font-weight: normal;
	color: #333333;
	background: #fff;
	border: 0px solid;
	width:140px;
	float:left;
	margin-left:8px;
	
	}

.searchbox {
	font-weight: normal;
	color: #cccccc;
	background: #000000;
	border: 1px solid #9DA6B3;
}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {
	color: #cccccc;
	font-size: 16px; font-weight: bold;
}

h5 {
	color: #cccccc;
	font-size: 14px; font-weight: bold;
}

h6 {
	color: #dddddd;
	font-size: 12px; font-weight: bold;
}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {
	background: #495C5F;
	height: 1px;
	width: 75px;
	border: 0px;
}


/* Content - Sections & Categories */


table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
}

table.contenttoc td {
	font-size: 8pt;
	font-weight: normal;
	text-align:left;
}

.contentdescription {
	color: #555555;
	text-align: left;
	padding-top:6px;
	padding-left:6px;}

/** category text format and links **/
.category {
	color: #ff0000;
	font-size: 11px; font-weight: bold; text-decoration: none;
}
.poll {
	font-size: 10px;
	line-height: 14px
}

table.pollstableborder {
	border: 0px;
}

.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}

table.contact {
	background-color: #0D1315;
}

table.contact td.icons {
	background-color: #000000;
	font-weight: bold;
}

table.contact td.details {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}

.pagenav {
	font-weight: normal;
}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	color:#000;
}
.blueHeading {
	font-family: Verdana;
	color: #5c5a8c;
	font-size: 18px;
	font-weight: bold;
}
.content {
	font-family: Verdana;
	font-size: 11px;
	color:#000;
}

.footer { 
		font-family: Verdana;
		font-size: 11px;
		color:#575757;
}