/* Pixel Praise Sep 03 CSS Document */

/**** HTML TAGS ****/


* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:0.5em 0;

}
ul, ol {
	margin-left:2em;
}
fieldset {
	padding:.5em;
}
body {
	font-size:76.8%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8em;
	margin: 1em 0;
	color: #333333;
}
a {
	text-decoration:none;
	color: #0066CC;
}

img {
border:none;
}


.img {
border:none;
border: 0px;
}
a:hover {
	text-decoration:underline;
	color: #333333;
}
h1, .componentheading {
	font-size:1.3em;
	line-height:1.7em;
	font-weight: normal;
	color: #996600;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	text-transform: uppercase;
}
h2, .contentheading {
	font-size:1.1em;
	line-height:1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size:1em;
	color:#CCCC00;
	line-height:1.7em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	text-transform: uppercase;
}
h4 {
	font-size:1.3em;
	line-height:1.3em;
}
h5 {
	font-size:1.1em;
	line-height:1.1em;
}
h6 {
	font-size:1em;
	line-height:1em;
	font-weight:bold;
}
b, strong {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
}
blockquote {
	background-color: #EDEDED;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
}
/**** LAYOUT ****/
#wrapper {
	width:980px; /*center hack*/
	text-align:left;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#wrapper .inside {
	padding-right: 20px;
	padding-left: 20px;
}
#debug {
	width:980px; /*center hack*/
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#bottom {
	width:980px; /*center hack*/
	text-align:center;
	margin: 0 auto;
	color: #FFFFFF;
}
#header {
	text-align:left;
	height: 70px;
	overflow: hidden;
}

#top {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EDEDED;
	padding-right: 5px;
	padding-left: 5px;
        float: left;
        width: 920px;
}
#logo {
	display: block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 342px;
	float: left;
	margin-top: 0px;
}
#footer {
	clear:both;
	background-color: #EDEDED;
	margin-top: 10px;
	height: 79px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#mainbody {
}
#mainbody .inside {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#banner {
	width: 940px;
	color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height:335px;
}
#pathway {
	float: left;
	width: 470px;
}
#search {
	float: right;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#content {
	float:left;
	width:470px;
	overflow:hidden;
}
#content .inside {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar {
	float:right;
	width:225px;
	overflow:hidden;
}

#sidebar h3{
	
	color: #999900;
	}


#sidebar .inside {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar2 {
	float: right;
	width: 225px;
}
#sidebar2 .inside {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#link {
	width: 40%;
	float: right;
	text-align: right;
}
#copy {
	float: left;
	width: 49%;
}
.inside {
	padding: 10px;
}
.clr {
	clear: both;
}
#footer, .small, .createdate, .modifydate, .mosimage_caption {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#999999;
}
div.moduletable {
	margin-bottom: 10px;
}

div.moduletable  h3{
color: #999900;
}


div.moduletable-nav {
	float: right;
	color: #666666;
	width: 60%;
	text-align: right;
	/*margin-top: 18px;*/
}
div.moduletable-nav ul {
	margin-top: -5px;
	padding: 0px;
	overflow: hidden;
        float: left;
        width: 100%;
        text-align:left;
        height:20px;
}
div.moduletable-nav li {
	display: inline;
	margin-left:-10px;
	padding: 0px;
	list-style-type: none;
}
div.moduletable-nav a:link, div.moduletable-nav a:active, div.moduletable-nav a:visited {
	color: #666666;
	text-decoration: none;
	margin-left: 15px;
}
div.moduletable-nav a:hover {
	text-decoration: none;
	color: #000000;
}
div.moduletable-nav #active_menu-nav {
	color: #FF0000;
}
#banner ul {
}
#banner li {
	list-style:none;
	background-color:#009900;
	height:27px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:2px 0pt 0pt;
	padding-left:10px;
	width:185px;
}
#banner a:link, #banner a:active, #banner a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#banner a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:link, #bottom a:active, #bottom a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#bottom a:hover {
	text-decoration: none;
}
div.moduletable_menu {
	margin-bottom: 10px;
}
div.moduletable_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.moduletable_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.moduletable_menu a:link, div.moduletable_menu a:active, div.moduletable_menu a:visited {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../images/greybullet.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
div.moduletable_menu a:hover {
	color: #666666;
	background-color: #EEEEEE;
	text-decoration: none;
}
div.moduletable_text {
	margin-bottom: 10px;
}


div.moduletable_text h3{
color:#999900;
}

.contentpaneopen {
	width: 100%;
	padding-right: 5px;
}
a.readon:link, a.readon:active, a.readon:visited {
	text-decoration: none;
	display: block;
	padding-left: 25px;
	background-image: url(../images/greybullet.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
td.contentdescription {
	text-transform: uppercase;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.8em;
}
td.contentdescription img {
	margin: 5px;
	border:0;
	
}
td.sectiontableheader {
	text-align: left;
	padding: 5px;
}
tr.sectiontableentry1 {
	text-align: left;
}
tr.sectiontableentry1 td {
	text-align: left;
	padding: 3px;
	background-color: #EDEDED;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
tr.sectiontableentry2 {
	text-align: left;
}
tr.sectiontableentry2 td {
	text-align: left;
	padding: 3px;
}
div.pagenavcounter {
	background-color: #EDEDED;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
table.contenttoc {
	background-color: #FFFFFF;
	width: 150px;
	border: 1px dotted #CCCCCC;
	margin-top: 40px;
	margin-left: 10px;
}
table.contenttoc th {
	text-align: left;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #EDEDED;
}
table.contenttoc td {
	padding: 5px;
}
a.toclink:link, a.toclink:active, a.toclink:visited {
	color: #999999;
	background-image: url(../images/greybullet.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	display: block;
	padding-left: 25px;
}
a.toclink:hover {
	color: #333333;
}
table.poll thead {
	text-transform: uppercase;
}
table.poll table.pollstableborder {
	width: 100%;
}
table.poll input {
	margin: 3px;
}
table.poll label {
	margin: 0px;
	padding: 0px;
}
table.poll td.sectiontableentry1 {
	padding: 2px;
	text-align: left;
}
table.poll td.sectiontableentry2 {
	background-color: #EDEDED;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
div.bannergroup_text div.bannerheader {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #EDEDED;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
div.banneritem_text {
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.user5{
	float:left;
	margin-right:25px;
	width:700px;

}
.user6{
	float:left;

}

#user5 ul{
	margin-left:0px;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#MenuTopUnderPta
{
    float: left;
}

#test_goca{
float:left;
width:900px;
/*margin-top:-12px;*/
height:20px;
}

div.test_goca ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	width: 100%;
}
div.test_goca li {
	display: inline;
	margin-left:-10px;
	padding: 0px;
	list-style-type: none;
}

#Bandarine{
        padding-right:20px;
        padding-top:10px;
}

#Bandarine a
{
        margin-left: 0px;
}

#test_goca ul
{
       margin-left: 0px;
}

.item28
{
        font-weight: bold !important;
}

.item64
{
        font-weight: bold !important;
}

.item65
{
        font-weight: bold !important;
}

.item18
{
        font-weight: bold !important;
}

.item30
{
        font-weight: bold !important;
}

.item68
{
        font-weight: bold !important;
}