/* @override http://localhost:8888/workspace/rokwebify/templates/rt_rokwebify/css/template_css.css */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

div.moduletable h3,
.componentheading {
	font-size: 130%;
}

.contentheading {
	font-size: 200%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: Arial, Helvetica, sans-serif;
		color: #1D2D45;
}

div#top {
	color: #666;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h3,
.componentheading {
	/* see style css */
}

/*a:link,
a:visited {*/
	/* color: see style css */
/*	color: #819D26;
	text-decoration: none;
}

div#bottom a:link,
div#bottom a:visited {
	color: #99CC00;
}

a:hover {

	text-decoration: underline;
}
*/
/* @end */

/* @end */

/* @end */

/* @group Structure */

html {
	/*background: #5670A1 url(../images/bg.png) 0 0 repeat-x;*/
	background-color: #666666;
}

div#wrapper {
	margin: 0 auto;
	width: 868px;
	padding-top: 0px;
}

div#header {
	/*background: url(../images/header-bg.png) 0 0 repeat-x;*/

}

div#header .rk-1 {
	/*background:  url(../images/header-r.png) 100% 0 no-repeat;*/
}

div#header .rk-2 {
	/*background:  url(../images/header-l.png) 0 0 no-repeat;*/
	height: 80px;
	overflow: hidden;
}

img#logo {
	float:  left;
	margin-left: 38px;
	width: 399px;
	height: 80px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	z-index:100000;
}
.marquee{
	float:  left;
	margin-left: 38px;
	z-index:1000000;
}
div#top {
	margin-left:  420px;
	height: 138px;
	font-style: italic;
}

div#top .padding {
	padding:  3px;
}

div#horiz-menu {
	background: url(../images/bgbar_blue.gif) 0 0 repeat-x;
	height: 20px;
	padding:0px;
	width: 868px;
}
div#horiz-submenu {
	/*background: #4D4D4D;*/
	height: 18px;
	margin-top: 0px;
	/*width: 50%;*/
}
div#horiz-topmenu {
	height: 12px;
}
table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;
}

td.mainbody {
	background: #fff;
}

td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding,
td.right .padding {
	padding: 15px;
}

td.mainbody .padding {
	padding: 15px 25px;
}

td.right {
	background: #EEF6FF url(../images/col-divider.png) 0 0 repeat-y;
	width: 255px;
}

div#bottom {
	background: #121A28 url(../images/bottom-bg.png) 0 0 repeat-x;
}

div#footer {
	/*background: url(../images/footer-bg.png) 0 0 repeat-x;*/
	background-color:#000000;
}

div#footer .rk-1 {
	/*background: url(../images/footer-r.png) 100% 0 no-repeat;*/
	background-color:#000000;
}

div#footer .rk-2 {
	/*background: url(../images/footer-l.png) 0 0 no-repeat;*/
	background-color:#000000;
	height: 50px;
	overflow: hidden;
}

div#the-footer {
	/*background: url(../images/footer-rocket.png) 50% 0 no-repeat;*/
	background-color:#000000;
	text-align: center;
}

img#rocket {
	width: 150px;
	height: 50px;
}


/* My Comment */

div#horiz-submenua ul {
	padding: 0px 0 0 0;	
}

div#horiz-submenua li {
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	font-size:11px;
	font-weight: bold;
	
	
}


/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 2px 0 0 0;
	
}

div#horiz-menu li {
/*	margin: 0;*/
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	/*background: url(../images/menu-divider.png) 100% 0 repeat-y;*/
}
div#horiz-submenu ul {
	margin: 0;
	padding: 1px 0 0 0;
}

div#horiz-submenu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	/*background: url(../images/menu-divider.png) 100% 0 repeat-y;*/
}
div#horiz-topmenu ul {
	margin: 0;
	padding: 1px 0 0 0;
}

div#horiz-topmenu li {
	margin: 0;
	padding: 0;
	padding-right: 1px;
	float: left;
	list-style: none;
}
div#horiz-menu a:link,
div#horiz-menu a:visited {
	/*display: block;
	float: left;
	
	height: 25px;
	line-height: 25px;*/
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

div#horiz-menu a:hover {
	color: #666666;
}
div#horiz-submenu a:link,
div#horiz-submenu a:visited {
	display: block;
	float: left;
	padding: 3px 5px;
	height: 18px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

div#horiz-submenu a:hover {
	color: #339999;
}
div#horiz-topmenu a:link,
div#horiz-topmenu a:visited {
	display: block;
	float: left;
	padding: 0 10px;
	height: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div#horiz-topmenu a:hover {
	color: #EBE0A0;
}
/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h3 {
	color: #121A28;
	border-bottom: 3px solid #e7e7e7;
	padding: 3px 0;
}

td.right div.moduletable {
	color: #121A28;
}

td.right div.moduletable h3 {
	border-bottom: 3px solid #D2E0F2;
}

div#bottom div.moduletable {
	color: #ccc;
}

div#bottom div.moduletable h3 {
	border-bottom: 3px solid #243959;
	color: #fff;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #99CC00;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #666;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(../images/menu-bullet.png) 0 0 no-repeat;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}



/* @end */
#error{
	background-color: #F9F8BA;
	border-bottom:1px dashed #BAA13D;
	padding:8px;
	text-align:center;
}
.error{
	color:#FF0000;
	font-weight:bolder;
}
/* @end */
/* forms */
.form{
	text-align:center;
	margin:0;
	padding:0;
	width:530px;
}
.formlabel{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	float:left;
	text-align:right;
	width:40%;
	margin: 0 0 5px 0;
	padding:6px 0px 0 0;
	display:block;
	clear:both;
}
.formelement{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4E8199;
	float:left;
	margin:3px;
	text-align:left;
}
.formbutton{
	padding-top:10px;
	text-align:center;
	display:block;
	clear:both;
}
.formset{	
	margin-bottom:2px;
}
.textfield{
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding:3px;
	color: #666666;
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}
.dropdown{
	/*background-color: #FFFFFF;
	border:1px solid #999999;*/
	color: #666666;
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}
.textarea{
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding:3px;
	color: #666666;
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}
.button{
	background-color: #F2F2F2;
	border:1px solid #999999;
	padding:3px;
	color: #666666;
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

/* lists */
.list-blue{
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	color : #000000;
	border-top:2px solid #689BCA;
}
.list-blue a{
	color: #000000;
}
.list-blue a:hover{
	color: #507EA9;
}
.list-blue-header{	
	background-color: #D6E4F0;
	padding:3px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:20px;
}
.list-blue-item{	
	text-align:left;
	background-color: #EBF3FA;
	padding:3px;
}
.list-blue-item-1{	
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #EBF3FA;
	padding:3px;
	height:20px;
}
.list-blue-item-2{
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #F7FBFF;
	padding:3px;
	height:20px;
}
.list-blue-title,.list-blue-title a{
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 12pt;
	font-weight:bold;
	color: #507EA9;
	text-decoration:none;
	padding-right:5px;
}
.list-blue-category{
	padding:3px;
}
.list-blue-category a{
	color: #507EA9;	
}
.list-blue-category a:hover{
	color: #000000;
}
.list-blue-subcategory{	
	padding:3px;
	padding-left:20px;
}
.list-blue-subcategory a{
	color: #507EA9;
	text-decoration:none;
}
.list-blue-subcategory a:hover{
	color: #000000;
}

.list-orange{
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	color : #000000;
	border-top:2px solid #C99F67;
}
.list-orange a{
	color: #000000;
}
.list-orange a:hover{
	color: #A8824F;
}
.list-orange-header{	
	background-color: #F0E4D5;
	padding:3px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:20px;
}
.list-orange-item{	
	text-align:left;	
	background-color: #FAF3EB;
	padding:3px;
}
.list-orange-item-1{	
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #FAF3EB;
	padding:3px;
	height:20px;
}
.list-orange-item-2{
	text-align:left;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #FFFCF7;
	padding:3px;
	height:20px;
}
.list-orange-title,.list-orange-title a{
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 12pt;
	font-weight:bold;
	color: #A8824F;
	text-decoration:none;
	padding-right:5px;
}

/* rating */
.rating{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25pt;
	color: #000000;
	font-weight: bolder;
	text-align:center;
}

.rating_0{
	color: #8093BA;
}
.rating_1{
	color: #8093BA;
}
.rating_2{
	color: #868FB3;
}
.rating_3{
	color: #8E8BAA;
}
.rating_4{
	color: #9885A0;
}
.rating_5{
	color: #A27F95;
}
.rating_6{
	color: #AD7989;
}
.rating_7{
	color: #B7737E;
}
.rating_8{
	color: #C06D75;
}
.rating_9{
	color: #C7696C;
}
.rating_10{
	color: #CE6565;
} 
/* blocks */
.brown-header{
	/*background-repeat:no-repeat;
	background-image:url(../images/brown-head.png);*/
	/*border: 1px solid #D3BE96;*/
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	/*color: #99896D;*/
		color:#FFFFFF;
		background-color: #D3BE96;
}
.brown-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D3BE96;
	border-right: 1px solid #D3BE96;
	border-left: 1px solid #D3BE96;
}

.green-header{
	/*background-image:url(../images/menu-bg-green.png);*/
	background-color: #96D396;
	/*border: 1px solid #96D396;*/
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	/*color: #5D995D;*/
		color:#FFFFFF;
}
.green-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #96D396;
	border-right: 1px solid #96D396;
	border-left: 1px solid #96D396;
}

.blue-header{
	/*background-image:url(../images/menu-bg-blue.png);*/
	background-color: #96ABD4;
	/*border: 1px solid #96ABD4;*/
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	/*color: #6D7B99;*/
	color:#FFFFFF;
}
.blue-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #96ABD4;
	border-right: 1px solid #96ABD4;
	border-left: 1px solid #96ABD4;
}

.orange-header{
	background-color: #FAEFE1;
	/*border: 1px solid #D4BA96;*/
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #99876D;
}
.orange-body{
	padding:5px;
	background-color: #FFFFFF;
	/*border-bottom: 1px solid #D4BA96;
	border-right: 1px solid #D4BA96;
	border-left: 1px solid #D4BA96;*/
}
.pinka-header{
	background-color: #FFCCCC;
	border: 1px solid #FFCCCC;
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #666666;
}
.pinka-body{
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFCCCC;
	border-right: 1px solid #FFCCCC;
	border-left: 1px solid #FFCCCC;
}
.grey-header{
	/*background-image:url(../images/menu-bg-grey.png);background-repeat:no-repeat;*/
	
/*   	background-image:url(../images/menu-bg.png)*/
	background-color: #7D9D9A;
	/*border: 1px dashed #999999;*/
	/*border-bottom: : 1px dashed #999999;*/
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 10pt;
	font-weight:bold;
	padding:3px;
	padding-left: 10px;
	text-align:left;
	color: #FFF;
}
.grey-body{
	padding:5px;
	border-top: 1px dashed #7D9D9A;
	border-bottom: 1px dashed #7D9D9A;
	border-right: 1px dashed #7D9D9A;
	border-left: 1px dashed #7D9D9A;
}

.tip{
	border: 1px dashed #D38828;
	padding:5px;
	color: #666666;
}
.tip-body{
	
}

.cardlabel{
	float:left;
	width:80px;
	color: #666666;
}
.cardbody{
	
}

.card-headline{
	border:1px dashed #689BCA;
	background-color: #F5FAFF;
	float:left;
}
.card-headline-body{
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 10pt;
	font-weight:bold;
	float:left;
	margin:5px;
}

.card-member{
	border-top:2px solid #689BCA;
	border-bottom:1px solid #689BCA;
}
.card-online{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #FF9000;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}
.card-featured{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #C96767;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}
.card-new{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #24A72D;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}
.card-updated{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #3588AE;
	font-size:7pt;
	padding:2px;
	margin:2px;
	height:10px;
	line-height:10px;
	cursor:default;
	font-weight:bold;
}

.card-member-top,.card-member-top a{
	background-color: #D6E4F0;
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #FFFFFF;
	color: #32608A;
	text-decoration:none;
}
.card-member-top a:hover{
	color: #689BCA;
}
.card-member-body{

	background-color: #EBF3FA;
	padding:5px;
	text-align:left;
}
.card-member-header,.card-member-header a{
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 12pt;
	font-weight:bold;
	color: #507EA9;
	text-decoration:none;
}
.card-member-header a:hover{
	color: #689BCA;
}
.card-member-options,.card-member-options a{
	background-color: #D6E4F0;
	padding:3px;
	text-align:center;
	border-top: 1px solid #FFFFFF;
	color: #32608A;
	text-decoration:none;
	font-size:7pt;
}
.card-member-options a:hover{
	color: #689BCA;
}
ul.card-member-list{
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	list-style-position: outside;
}
li.card-member-item{
	display:inline;
	background: url('arrow.gif') 5px no-repeat ;
	padding-left:10px;
}


.card-blog{
	border-top:2px solid #67C968;
	border-bottom:1px solid #67C968;
}

.card-blog-top,.card-blog-top a{
	background-color: #D5F0D6;
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #FFFFFF;
	color: #328A33;
	text-decoration:none;
}
.card-blog-top a:hover{
	color: #67C968;
}
.card-blog-body{
	background-color: #EBFAEB;
	padding:5px;
	text-align:left;
}
.card-blog-header,.card-blog-header a{
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 12pt;
	font-weight:bold;
	color: #4FA851;
	text-decoration:none;
}
.card-blog-header a:hover{
	color: #67C968;
}
.card-blog-options,.card-blog-options a{
	background-color: #D5F0D6;
	padding:3px;
	text-align:center;
	border-top: 1px solid #FFFFFF;
	color: #328A33;
	text-decoration:none;
	font-size:7pt;
}
.card-blog-options a:hover{
	color: #67C968;
}
ul.card-blog-list{
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	list-style-position: outside;
}
li.card-blog-item{
	display:inline;
	background: url('arrow.gif') 5px no-repeat ;
	padding-left:10px;
}



.member{
	/*width: 100px;
	height: 121px;*/
}
.member-online-photo{
	/*background-color: #ffffff;
	border: 1px solid #0E529C;*/
	padding: 0px;
	/*background-image:url(../images/bgphotosmall.gif) ;*/
	background-repeat:no-repeat;
}
.member-online-name{
	/*background-image:url(../images/online-bg.png) ;*/
	/*background-repeat:no-repeat;
	background-color: #3572B5;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 2px;
	/*height:32px;
	text-align:center;*/
}
.member-online-name a{
	font: 8pt Tahoma, sans-serif;
	color: #0992B9;
}
.member-online-name a:hover{
	text-decoration: none;
}
.member-online-indicator{
	/*border: 1px solid green;
	font: 7pt Arial, sans-serif;
	color: green;
	font-weight:bold;
	background-color: #FFFFFF;*/
	
}
.member-online-indicator a{	
	font: 7pt Arial, sans-serif;
	color: #000000;
}

.member-offline-photo{
    padding: 0px;
	/*background-image:url(../images/bgphotosmall.gif) ;*/
	background-repeat:no-repeat;
	/*background-color: #ffffff;
	border: 1px solid #0E529C;
	padding: 5px;*/
}
.member-offline-name{
	/*background-image:url(../images/offline-bg.png) ;*/
	/*background-repeat:no-repeat;
	background-color: #3572B5;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 2px;*/
	/*height:32px;*/
	/*text-align:center;*/
}
.member-offline-name a{
	font: 8pt Tahoma, sans-serif;
	color: #0992B9;
}
.member-offline-name a:hover{
	text-decoration: none;
}
.member-offline-indicator{
	/*border: 1px solid #666666;
	font: 7pt Arial, sans-serif;
	color: red;
	font-weight:bold;
	background-color: #FFFFFF;*/
	
}
.member-offline-indicator a{
	font: 7pt Arial, sans-serif;
	color: #000000;
} 

.ecard{

}
.ecard-thumbnail{
	background-color: #F2F2F2;
	border: 1px dashed #999999;
	padding: 15px;
}
.ecard-name{
	background-color: #E5E5E5;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding:15px;
}

.photo{
	width:80px;
	height:118px;
}
.photo_edit{
	width:80px;
	height:132px;
}
.photo_big{
	width:344px;
}

.photo-photo{
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 8px;
}
.photo-caption{
	background-color: #E5E5E5;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
	height:42px;
}
.photo-text{
	background-color: #E5E5E5;
	font: 7pt Tahoma, sans-serif;
	color: #808080;
}
.photo-text a{
	background-color: #E5E5E5;
	font: 7pt Tahoma, sans-serif;
	color: #808080;
}
.photo-text-big{
	font: 8pt Tahoma, sans-serif;
	color: #808080;
} 

.news{
	border:1px solid #CCCCCC;
}
.news-title{
	background-color: #F2F2F2;	
	border-right:1px solid #CCCCCC;
	float:left;
	padding:3px;
	width:80%;
}
.news-date{
	background-color: #E5E5E5;
	border-left:1px solid #CCCCCC;
	padding:3px;
	text-align:right;
}
.news-body{
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
	padding:5px;
}
/** rescent***/
.boxrecent{
	background-color: #FFFFCC;
	/*border-top:1px dashed #BAA13D;
	border-bottom:1px dashed #BAA13D;
	*/padding:2px;
	text-align:center;
}
.boxrecentrigthhead{
	font-size: 18pt;
	font-weight:bold;
	padding:6px;
}
.boxrecentrigth{
	border-top:1px dashed #BAA13D;
	/*border-bottom:1px dashed #BAA13D;*/
	text-align:left;
	padding:3px;
}
.photogallery_border {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.photogallerytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #484A3A;
	text-decoration: none;
	padding-left: 0px;
	line-height: 15px;
}
/*ul*/
ul.sidemenu{
	list-style-type: none;
	list-style-position: outside;
	border-top:1px solid #CCCCCC; 	
 	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	margin:0;
	padding:0;
}
ul.sidemenu a{
	color: #666666;
	text-decoration: none;
}
ul.sidemenu a:hover{
	color: #999999;
}
li.sidemenu-1{
	border: 1px solid #CCCCCC;
	border-top: none;	
	padding:5px;
	padding-left:25px;
	background: url('bullet.gif') 10px no-repeat ;
	background-color: #E5E5E5;
}
li.sidemenu-2{
	border: 1px solid #CCCCCC;
	border-top: none;	
	padding:5px;
	padding-left:25px;
	background: url('bullet.gif') 10px no-repeat ;
	background-color: #F2F2F2;
}
.dividerV{
	float:left;
	width:5px;
}
.dividerH{
	float:none;
	height:5px;
}

.dotted{
	height:2px;
	border-top: 1px dotted #999999;
}

.dotted-bottom{
	padding:3px;
	border-bottom: 1px dotted #999999;
}

.pages{
	text-align:center;
}

.centered{
	text-align:center;
}
.bold{
	font-weight:bold;
}
/*end*/
/* forum */
.forum-totals{
	background-color: #F2F2F2;
	border:1px solid #CCCCCC;
	padding:5px;
}
.forum-button{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #666666;
	font-family : Tahome, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding:5px;
	cursor:pointer;
	float:left;
	margin:2px;
}
.forum_quote{
	border:1px dashed #689BCA;
	background-color: #FFFFFF;
	padding:5px;
}

/* calendar */
.calendar-button{
	font-family : Tahome, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	border:1px solid #999999;	
	color: #999999;
	cursor:pointer;
	width:20px;
	text-align:center;
}
.calendar-date{
	font-family: "Trebuchet MS","Lucida Grande"; 
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	color: #808080;
}
.calendar-week{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #1F5EAC;
}
.calendar-day{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000000;
	cursor: pointer;
}
.calendar-extended{
	color: #999999;
}
.calendar-sunday{
	color: #1F5EAC;
}
.calendar-today{
	color: #B33838;
}
.calendar-holiday{
	color: #1F5EAC;
}
.calendar-nof-holiday{
	color: #3F981C;
}
.calendar-events{
	font-weight: bold;
}
.calendar-notes{
	font-style: italic;
}
.calendar-selected{
	border: 1px solid #B33838;
}
/* im */
.im{
	border:1px solid #999999;
}
.im-header{
	font-size:7pt;
	color: #666666;
	background-color: #F2F2F2;
	border-bottom: 1px solid #999999;
	padding:3px;
}
.im-body{
	background-color: #FFFFFF;
	text-align:center;
}

/* banners */
.banner-header{
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
	text-align:center;
}
.banner-footer{
	border-top: 1px solid #CCCCCC;
	padding:5px;
	text-align:center;
}
.banner-side{
	padding:5px;
	text-align:center;
}

/* notification */
.noti{
	border:1px solid #6888CA;
	background-color: #FFFFFF;
	color: #666666;
}
.noti-header{
	background-color: #6888CA;
	padding:3px;
	color: #FFFFFF;
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
}
.noti-header a{
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.noti-body{
	font : 8pt Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
}
.noti-body a{
	color: #666666;
}
.noti-body a:hover{
	text-decoration:none;
}

/* color selector */
.color-color{
	margin:1px;
	width:9px;
	height:9px;
	float:left;
	cursor:pointer;
	border:1px solid #000000;
}
.mL {
	font-family: "MS Sans Serif", Tahoma, Verdana, Helvetica;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
.mL a:link {
	font-family: "MS Sans Serif", Tahoma, Verdana, Helvetica;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
.mL a:visited {
	font-family: "MS Sans Serif", Tahoma, Verdana, Helvetica;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
.mL a:active {


	font-family: "MS Sans Serif", Tahoma, Verdana, Helvetica;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	font-weight: normal;
	color: #0099FF;
}
.mL a:hover {



	font-family: "MS Sans Serif", Tahoma, Verdana, Helvetica;
	font-size: 12px;
	line-height: normal;
	text-decoration: underline;
	font-weight: normal;
	color: #FF9933;
}
.template_menubox 
{
	font-size: 18px;
}
