#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
	min-width: 1000px;
	max-width: 2000px;
}
/*
HEADER
----------------------------------------------------------------------
*/
#header {
	width:100%;
	height: 120px;
	background-image: url(../images/header_bg.gif);
	background-repeat:repeat-x;

}

#search {
	padding-top:90px;
}

#logo {
	float:left;
	height: 118px;
	width: 530px;
	background-image: url(../images/headercrop.jpg);
}

#logoright {
	float: right;
	height:119px;
}

#namesite{
	font-size:200%;
	padding-right:5px;
	font-weight:bold;
	color:#FFFFFF;
}

/*
CONTAINER
----------------------------------------------------------------------
*/
#container {
	margin: auto;
	width: 1000px;
}

/*
CENTERLEFT
----------------------------------------------------------------------
*/

#centerleft {
	float:left;
	width: 800px;
}

/*
LEFT
----------------------------------------------------------------------
*/
#left {
	float:left;
	width: 200px;
}

#left table.moduletable {
	width: 100%;
	margin-top:5px;
}

#left table.moduletable th {
	background-image: url(../images/mod_th.png);
	background-repeat:no-repeat;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	padding-top:21px;
	padding-left:45px;
}

#left table.moduletable td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
}


/*
CENTER
----------------------------------------------------------------------
*/

#center {
	float:right;
	width: 600px;

}

#center-txt {
	width: 100%;

}

#zonetop {
	
	width: 100%;
}

/*
RIGHT
----------------------------------------------------------------------
*/
#right {
	float:right;
	width: 200px;
}

#right table.moduletable {
	width: 99%;
	
}

#right table.moduletable th {
	background-image: url(../images/mod_th.png);
	background-repeat:no-repeat;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	padding-top:21px;
	padding-left:45px;
	padding-bottom:10px;
}

#right table.moduletable td {
	font-size: 12px;
	padding: 1px;

}


/*PATHWAY
----------------------------------------------------------------------
*/
#pathway {
	border-bottom:1px solid #FFFFFF;
	background-color: #0098CF;
	width: 100%;
}

#pathway-txt {
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
	color:#FFFFFF;
	font-size:10px;
}


#pathway a {
	text-decoration:underline;
	color:#FFFFFF;
}
#pathway a:hover {
	text-decoration:overline;
	color:#FFFFFF;
}


/*
FOOTER
----------------------------------------------------------------------
*/

#footer {
width:100%;
}

/* 
MENU
----------------------------------------------------------------------
*/

.mainlevel {
background-image: url(../images/linkdot.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
font-size:12px;
}
.sublevel {
background-image: url(../images/bluelinkdot.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
font-size:12px;
}
.mainlevel_map {
background-image: url(../images/linkdot.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
font-size:12px;
}
.sublevel_map {
background-image: url(../images/bluelinkdot.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
font-size:12px;
}

.mainlevel2, .sublevel2 {
font-size:12px;
}
a.mainlevel, a.mainlevel:link, a.mainlevel:visited, a.sublevel, a.sublevel:link, a.sublevel:visited {
	text-decoration:none;
	}
a.mainlevel:hover, a.sublevel:hover {
	color: #FF892F;
}
a.mainlevel2, a.mainlevel2:link, a.mainlevel2:visited, a.sublevel2, a.sublevel2:link, a.sublevel2:visited {
	text-decoration:none;
	}
a.mainlevel2:hover, a.sublevel2:hover {
	color: #FF892F;
}


/* 
FORM
----------------------------------------------------------------------
*/
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
}

select, .inputbox {

}

textarea {
	padding-left: 2px;
}

.button, .button:hover  {
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	width:auto;
	border: thin outset #FFCC99;
	background-color: #FF892F;
	margin:1px;
	font-size:10px;
}
.inputbox {
	padding:0 2px 0 2px;
	border: thin inset #CCCCCC;
	background-color:#FFFFFF;
	color: #006699;
	margin:1px;
	width:auto;
	font-size:10px;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #8E9CAE;
}

/*
COMMON STYLE
----------------------------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #545C66;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}



body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FF892F;
	text-decoration: underline;
}



/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/linkdot.gif) no-repeat 15px 5px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #C6CED9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #8E9CAE;
	background: #ECF0F4;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	/*background: url(../images/quote.gif) 10px 10px no-repeat;*/
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #646E7B;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #E50000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #E87072;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #E86D29;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #DFE5EC;
	font-weight: bold;
}

p.stickynote {
	padding: 25px 60px 15px 20px;
	background: url(../images/sticky-bg.gif) no-repeat top right #E87072;
	color: #FFFFFF;
}

p.clipnote {
	padding: 25px 60px 15px 20px;
	background: url(../images/clip-bg.gif) no-repeat top right #E87072;
	color: #FFFFFF;
}

.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 10px 10px; 
}

.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #E87072;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* 
MISCELLANOUS
----------------------------------------------------------------------
*/
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #8E9CAE;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
padding-left:10px;
	width: 70%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;

}

* html .clearfix {
	height: 1%;

}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* 
LOGIN 
----------------------------------------------------------------------
*/



/*
JOOMLA STYLE
----------------------------------------------------------------------
*/
table.blog {
}

table.blog .article_seperator {
	display: block;
	/*background: url(../images/seperator.gif) repeat-x center;*/
	height: 10px;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
.contentpane{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
.contentpaneopen{
	padding-left: 15px;
	margin-top: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-height: 15pt;
}
.contentheading {
	font-weight: bold;
	color: #ff6600;
        width: 100%;
	font-size: 1.2em;
	padding: 0px 0px 2px 0px;
	background: url(../images/seperator.gif) repeat-x bottom;
	vertical-align:top;
}
.contentheading img {
	padding-top: 5px;
	vertical-align:top ;
	
	
}
.contentsubtitle {
	background-repeat:no-repeat;
	height: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(../images/titlebar.png);
	background-repeat:no-repeat;
	background-position: left;
}
.componentheading {
/*
	font-size: 18px; height="100%"
	font-weight: bold;
	line-height:32px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 12px;
	text-align: left;
	background-image: url(../images/componentheading.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-bottom: 5px;
	font-weight: bold;
*/
	font-weight: bold;
	color: #ff6600;
        width: 100%;
	font-size: 1.7em;
	padding: 0px 0px 2px 0px;
	background: url(../images/seperator2.gif) repeat-x bottom;
	vertical-align:top;
}
.createdate, .modifydate  {
	font-size: 10px;
	color: #FF892F;
}
.readon {
	background-repeat: no-repeat;
	height: 20px;
	color: #000000;
	padding-left:0px;
	padding-top:5px;
	font-weight: bold;
	font-size: 10px;
	margin-top:5px
}
a.readon a, a.readon:link, a.readon:visited {
	text-decoration:none;
}
a.readon:hover {
	color: #FF892F;
}

.ontab {
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	width:auto;
	border: thin outset #FFCC99;
	background-color: #FF892F;
	margin:2px;
}
.offtab {
	color: #000000;
	font-weight:bold;
	text-align:center;
	width:auto;
	border: thin outset #FFE6CC;
	background-color: #FFCC99;
	margin:2px;
}
.tabpadding {
}
.tabheading {
	color: #FF892F;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}



.contentpagetitle{
	height:0;
}

.contentdescription{
	padding-top: 15px;
	padding-bottom:20px;
	font-size:12px;
}
table.contenttoc{
	border:1px solid #FF892F;
}
table.contenttoc td{
	color: #000000;
}
.content_rating, .content_vote{
}



.sectiontableheader {
	height:30px;
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	padding-left: 5px;
}
.sectiontableentry1 {

	padding-top: 0px;

	background-repeat:no-repeat;
	background-position: left;
	border-bottom: 1px solid #006699;
	height:auto;
	font-size: 12px;
}
.sectiontableentry2 {

	padding-top: 0px;

	background-repeat:no-repeat;
	background-position: left;
	border-bottom: 1px solid #006699;
	height:auto;
	font-size: 12px;
}
.category, a.category:link, a.category:visited {
	text-decoration:none;
	background-repeat:no-repeat;
	background-position: left;
	border-bottom: 1px solid #006699;
	height:auto;
	font-size: 12px;
}

.back_button  {
	text-decoration:none;
	font-size: 10px;
	height: 5px;
	padding: 5px;
	padding-top: 15px;
}
.frontpageheader {
	background-color: #006699;
	height: auto;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.small {
	font-size: 10px;
	}
.small a:link, .small a:visited {
	text-decoration:underline;
}
table.blog {
}

table.blog .article_seperator {
	display: block;
	/*background: url(../images/seperator.gif) repeat-x center;*/
	height: 10px;
}
.poll {
	font-size: 10px;
	color: #000000;
	line-height: 14px
	}
.pollstableborder {
	border: 1px solid #006699;
	width:auto;
}
.weblinks, a.weblinks, a.weblinks:link, a.weblinks:visited {
	text-decoration:underline;
}
.newsfeedheading {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: left;
}
.newsfeeddate {
	font-size: 10px;
	color: #FF892F;
	font-weight: normal;
}
.fase4rdf {
	font-size: 10px;
	color: #000000;
}
a.fase4rdf, a.fase4rdf:link, a.fase4rdf:visited {
	text-decoration:underline;
}
table.searchintro {
}
.contact {
	text-align:center;
}
table.contact {
	border: 1px solid #006699;
	width:95%;
}
table.contact td.icons {
padding:5px;
color:#FFFFFF;
}
table.contact td.details {
text-align:left;
padding:5px;
vertical-align: top;
}
hr {}
hr.separator {}
.pagenavbar {
	background-color: #FF892F;
	color:#FFFFFF;
	text-align: center;
}
.pagenav {
color: #FF892F;
}
a.pagenav, a.pagenav:link, a.pagenav:visited {
text-decoration: underline;
color: #006699;
}
a.pagenav:hover {
text-decoration: underline overline;
color: #ff892f;
}
.thumbnail {
	float:left;
	border: 1px solid #FF892F;
	margin:5px;
	padding:2px;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

/*DEFINED STYLE*/

.normal {
	color: #545C66;
	text-align:justify
}
normalwhite {
	color: #ffffff;
}
.normalorange {
        color: #ff6600;
}
.normalorangebold {
        color: #ff6600;
	font-weight:bold;
}
.normalred {
	color: #FF0000;
}
.normalgreen {
	color: #006331;
}
.normaldarkred {
	color: #990000;
}


.big {
	color: #545C66;
	font-size: 105%;
	font-height: 105%;
}
.bigred {
	color: #FF0000;
	font-size: 105%;
	font-height: 105%;
	}
.biggreen {
	color: #006331;
	font-size: 105%;
	font-height: 105%;
	}
.bigdarkred {
	color: #990000;
	font-size: 105%;
	font-height: 105%;
}

.small {
	color: #000000;
	font-size: 90%;
}
.smallcolor {
	color: #000000;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	background-color: #FF9900;
}
