/* Template Created by Shawn Binda - http://www.shawnbinda.com */
/*General Tags*/
div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #333;
	background-color:transparent;
}
a:link, a:visited {
	color: #980001;
    text-decoration:none;
	border-style:none;
}
a:hover {
	color: #ff0000;
    text-decoration:underline;
}
img
{  border-style: none;
}
.inputbox {
	margin-bottom:10px;
}
/*Template Specific Tags*/
#page {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
#wrapper {
	background-image:url(../images/bg-header_02.jpg);
	background-repeat:repeat-x;
	height:211px;
}
.header {
	padding-top:25px;
}
.maze {
	padding-top:7px;
	padding-left:5px;	
}
.menuleft {
	padding-left:10px;
	border-right: 1px solid #DDDDDD;
	margin:0px
}
.contentwindow {
	padding-left:10px;
	margin:0px;
}
.col-right {
	width:180px;
	padding:0px 5px 5px 5px;
	/*border-left: 1px solid #DDDDDD;*/
}
.footer {
	border-top: 1px solid #DDDDDD;
}
/*Joomla*/
/*Links*/
a.mainlevel_main:link, a.mainlevel_main:visited {
/*background-image:url(../images/mainmenu-bg.gif);
background-repeat:no-repeat;
background-position:left;*/
display: block;
padding-left:3px;
font-size:14px;
text-decoration: none;
margin-bottom:2px;
text-align:left;
color: #980001;
width:140px;
line-height:25px;
border-bottom:1px solid #DDDDDD;
text-align:right;
}

a.mainlevel_main:hover {
text-decoration: none;
border-bottom: 1px dashed #ff0000;
/*background-image:url(../images/menu_bg.jpg);*/
color:#ff0000;
}
a.sublevel_main:link, a.sublevel_main:visited {
margin-left:5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color: #3268A8;
font-size:14px;
padding-left:7px;
margin-left:0px;
}
a.sublevel_main:hover {
color:#cc0000;
text-decoration: none;
}
/* <-------CONTENT SCTION ---------->
This is used mainly for the table that holds the SECTIONS such as News.
This is when you create a link to a Section and when clicked on it, it will display
"News" then some description (with image if you selected one) and then a list of 
Category of News. Yes! That entire thing is contained in a table with this style*/
.contentpane {
	background-color : #FFFFFF;
}

.contentpaneopen {	
	background-color : #FFFFFF;
	width: 100%
	}

.contentheading {
/* This is used in several places; the Heading of contents on the frontpage,
it is also used for Section's heading (see above for explanation) "News" or
whatever heading you used */
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #980001;
text-align:left;
vertical-align:text-top;
margin-top:5px;
}

.contentpagetitle {
	line-height:15px;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-size: 14px;
	text-align: left;
	}
h2,
.componentheading {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #980001;
text-align:left;
vertical-align:text-top;
line-height:20px;
border-bottom: 3px dotted #f3f3f3;
}

.category {
	font-size:14px;
	line-height:18px;
}
table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	width: 35%;
        background-color:#FDF2DB;
	border: solid 1px #F4D89C;
        padding: 3px;
}

table.contenttoc th {
	/* the same as above, but this is used to format the td or
	   table cells */
        color: #CC0000;
        background-color: #F4D89C;        
        text-align:center;
}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 18px;
	color: #980001;
	text-align:left;
	line-height:18px;
	text-decoration:none;
}

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

.sectiontableentry1 {
	background-color : #F2F2F2;
	}
.sectiontableentry1 textarea{
font-size:12px;
background:#f3f3f3;
}
	
	
.sectiontableentry2 {
	background-color : #ffffff;padding-bottom:20px;
	}

.sectiontableheader {
	background-color : #f3f3f3;
	color : #000000;
	font-weight : bold;
	border-top-color: #cdcdbc;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px solid #cdcdbc;
padding-bottom:10px;
	text-align:left;}

.sectiontablefooter {
	background-color : #f3f3f3;
	border-top: 1px solid #cdcdbc;
	border-bottom: 1px solid #cdcdbc;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:right;
}
.createdate,
.small {
	font-size:10px;
	color: #999;
}
.modifydate {
	font-size:10px;
	color:#999;
	text-transform:uppercase;
}

