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

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

/* LinkColor */
a:link		{
    color: #33a;
}
a:visited	{
    color: #56c;
}
a:hover		{
    color: #00e;
}
a:active	{
    color: #d33;
}

/* Headline */
h1 {
    margin: 0 0 5px 0;
	padding: 10px 10px;
	color: #FFF;
	background: #12c url(./images/003.gif) repeat-x 0 0;
}
h1, h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
    font-size: 0.9em;
    color: #112;
    text-align: center;
	background-color:#eef;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
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;
}

div#CenterWrapper {
	padding: 10px;
}

/* GlobaMenu */
div#GlobalMenu {
    width: 100%;
    height: 38px;
	background: #12c url(./images/001.gif) repeat-x 0 0;
	color: #fff;
}
div#GlobalMenu p {
	float: left;
	font: bold small-caps 26px/110% sans-serif;
	padding: 0;
	margin: 0;
	position: relative;
	left: 10px; top: 4px;
}
div#GlobalMenu ul {
	float: right;
}
div#GlobalMenu ul li {
	float: left;
	display: block;
	border-right: 1px #33a solid;
	border-left: 1px #aad solid;
}
div#GlobalMenu ul li#Active {
	font: bold small-caps 18px/110% sans-serif;
	float: left;
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #00c;
	padding: 9px 12px;
}
div#GlobalMenu ul li a {
	font: bold small-caps 18px/110% sans-serif;
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 9px 12px;
}
div#GlobalMenu ul li a:hover {
	background-color: #fff;
	color: #00c;
}

/* Header */
div#Header {
    width: 100%;
    height: 60px;
	color: #300;
	background: #fff url(./images/002.gif) repeat-x bottom left;
}
div#Header div#Logo {
	float: left;
	padding: 4px;
	width: 200px;
	text-align: center;
}
div#Header div#Call {
	float: right;
	padding: 4px;
	width: 200px;
	text-align: center;
}
div#Header div#Recommend {
	padding: 4px;
	text-align: center;
	font-size: 30px;
}

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 div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
div#CenterColumn  h2.BlockTitle {
    border-bottom: #12c dotted 1px;
    padding: 5px;
    margin: 0 2px;
}
div#CenterColumn div.BlockContent {
    border-bottom: #12c solid 2px;
    padding: 10px 5px;
    margin: 0 2px 10px;
}
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, dl {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    line-height: 130%;
    margin-bottom: 10px;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}
dl dt {
	font-weight: bold;
	padding: .4em;
	border-bottom: 1px #12c solid;
	margin-bottom: .4em;	
}
dl dd {
    line-height: 130%;
    padding: .2em .5em;
}

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

div.LeftBlock, div.RightBlock {
	padding: 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
	padding: 10px 10px;
	color: #FFF;
	background: #12c url(./images/003.gif) repeat-x 0 0;
}

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

/* Banner */
div#Banner {
	text-align: center;
	margin: 10px auto;
	height: 80px;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 100%;
    height: 38px;
    margin: 0 auto;
	background: #12c url(./images/003.gif) repeat-x;
    padding-top: 3px;
}
div#Footer h6,
div#Footer p{
    margin: 0;
    padding: 10px;
    text-align:left;
    font-size: 70%;
}
div#Footer p {
	float: right;
    color: #aad;
}
div#Footer h6,
div#Footer h6 a {
    color: #fff;
	text-decoration: none;
}
div#Footer p a{
	text-decoration: none;
    color: #aad;
}
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, #usermenu {
    margin:0;
    padding:0;
    text-align:left;
}
#mainmenu li, #usermenu li {
    display: inline;
}
#mainmenu a {
    display: block;
    border: #f6f8ff solid 1px;
	margin: 1px 0;
}
#mainmenu a.menuTop {
    padding: 8px 10px;
	background: transparent url(./images/004.gif) no-repeat 2px 13px;
}
#mainmenu a.menuMain {
    padding: 8px 10px;
	background: transparent url(./images/004.gif) no-repeat 2px 13px;
}
#mainmenu a:hover {
    background-color: #fff;
    border: #24f solid 1px;
}
#mainmenu a.menuSub {
    padding: 5px;
    margin-left: 1em;
}

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

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

.outer {
/*	border: 1px #bda solid;*/
}
.head {
    background-color: #a0a9fa;
    padding: 5px;
    font-weight: bold;
}
tr.even td,
.even {
    background-color: #cacffd;
    padding: 5px;
}
tr.odd td,
.odd {
    background-color: #e0e3fe;
    padding: 5px;
}
.foot {
    padding: 5px;
}

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

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #12c;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #efefff;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #efefff;
}
.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 #AAAAff;
    border-bottom: 1px solid #AAAAff;
    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 #AAAAff;
    border-bottom: 1px solid #AAAAff;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCfc;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #822666;
    border-bottom: 1px solid #822666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFF;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFF;
    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;
}

/* Classes */
.fcRed	 	{color: red}
.fcBlue	 	{color: blue}
.fcPink	 	{color: hotpink}
.fcGreen	{color: green}
.fcOrange	{color: orange}
