/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* LinkColor */
a:link		{
	color: #39428e;
}
a:visited	{
	color: #39428e;
}
a:hover		{
    color: #cc6666;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
	font-size: 140%;
	background-image: url(images/main_h1_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #233466;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDC2D1;
	line-height: 150%;
}
h2, h3 {
	font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
	font-size: 0.8em;
	color: #333;
	text-align: center;
	background-color:#FFFFFF;
}
body.ShowBlockL0R0 #Wrapper {
	width: 960px;
}
body.ShowBlockL1R0 #Wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
				margin-right: -200px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
				margin-right: -200px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
				margin-left: -200px;
}
body.ShowBlockL0R1 #CenterColumn {
				margin-right: 200px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -200px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 200px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 200px;
    margin-left: 200px;
}

div#Container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
	background-color:#FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#CenterWrapper {
				padding: 10px;
}

/* Header */
div#Header {
	width: 960px;
	height: 100px;
	color: #fff;
	background-color:#666;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main.jpg);
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 20px 0 10px 10px;
	font-size: 200%;
	line-height: 100%;
	display: none;
}
div#Header div#Logo {
	float: left;
	padding: 4px;
	display: none;
}
div#Slogan {
	padding: 0 0 0 10px;
	display: none;
}
div#Header a:link,
div#Header a:visited {	
    color: #FFF;
				text-decoration: none;
}

/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: #DDD solid 1px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #233466;
	padding-bottom: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #233466;
	padding-left: 4px;
	padding-top: 4px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 49%;
}
div#CenterRColumn {
    float: right;
    width: 49%;
}

div.CenterCblock {
    clear: both;
				margin-bottom:20px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
	list-style: none;
	margin-bottom: 5px;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
	float: left;
	width: 200px;
	color: #FFFFFF;
}
div#RightColumn {
    float: right;
    width: 200px;
				background-color:#EEE;
}

div.LeftBlock, div.RightBlock {
	padding: 10px 0;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 38px;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
	color: #FFFFFF;
	background-image: url(images/menu_bt_bg.gif);
	background-repeat: repeat-x;
	height: 48px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	line-height: 33px;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
	text-align:center;
	color: #233466;
}
div#RightColumn .BlockContent {
    text-align:center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
	clear: both;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/foot_bg.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 0px;
	height: 40px;
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align:left;
}

div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
				padding: 20px 0;
}

/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */

#mainmenu {

	font-weight: bold;
	font-size: 120%;
				margin:0 1px;
    padding: 5px 10px;
	}
	
.mainmenu, #usermenu {
	margin:0;
	padding:0;
	text-align:left;
	font-weight: bold;
	font-size: 120%;
}
.mainmenu li, #usermenu li {
    display: inline;
}
.mainmenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
}

#mainmenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
}

.mainmenu a:hover {
    background-color: #EEE
}
.mainmenu a.menuTop {
	padding: 5px 10px;
}
.mainmenu a.menuMain {
	padding: 5px 10px;
}
.mainmenu a.menuSub {
	background-image: url(images/arrow_menu.gif)!important;
	background-repeat: no-repeat!important;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px!important;
}

#usermenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #EEE
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
    font-size: 0.8em;
} /* IE6 */

.outer {}
.head {
	background-color: #AFBBDB;
	padding: 5px;
	font-weight: bold;

}

#ModuleContents .evform .ccform .head {
	width: 50% !important;

}

.even {
	background-color: #E1E5F1;
	padding: 5px;
}
.odd {
	background-color: #EBEEF6;
	padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
	background-color: #E1E5F1;
	padding: 5px;
}
tr.odd td {
	background-color: #EBEEF6;
	padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
	color: #FFFFFF;
	background-image: url(images/item_bg.gif);
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	background-repeat: repeat-x;
}
.itemInfo {
	text-align: right;
	background-image: url(images/item_info_bg.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
.itemTitle a {
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	font-size: 14px;
	line-height: 21px;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 180%;
	font-size: 14px;
}
.itemText:first-letter {}
.itemFoot {
	text-align: right;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-image: url(images/item_foot_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    font-weight:bold;
    border: 1px solid silver;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption {
    font-weight: normal;
}
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #2F5376;
    font-weight:bold;
    font-size: 10px;
}
.comUserRank {
    margin: 2px;
}
.comUserRankText {
    font-size: 10px;font-weight:bold;
}
.comUserRankImg {
    border: 0;
}
.comUserName {}
.comUserImg {
    margin: 2px;
}
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}
.BlockContent li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.google {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.old {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#ModuleContents p {
	margin: 0px;
	padding: 0px;
}
#umfrage #Container #Wrapper #CenterColumn #CenterWrapper #ModuleContents h4 {
	font-size: 12px;
	color: #39428E;
	margin-top: 4px;
	margin-bottom: 8px;
	border: 1px solid #9BACDD;
	padding: 4px;
}
#umfrage .voteTitle {
	color: #233466;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 18px;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}
#umfrage .dis {
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	background-color: #FFFFFF;
	margin-top: -6px;
	margin-right: -4px;
	margin-bottom: -6px;
	margin-left: -4px;
	font-size: 14px;
	color: #333333;
}

#umfrage #Container #Wrapper #CenterColumn #CenterWrapper #ModuleContents .outer .odd {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}
.comTit {
	font-size: 16px;
	font-weight: bold;
	color: #233466;
	margin-bottom: 8px;
	border: 1px solid #AFBBDB;
}

.sideBunner01 {
	width: 200px;
	text-align: center;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

.sideBunner01 .txt {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-top: 5px;
}.note {
	font-weight: bolder;
	color: #f3225b;
}
