

/*
Framework, positioning
*/

table.maintable {
    width: 100%;
    border: solid 0px #000000;
    border-spacing: 1px;
}

table.loginform 
{
    width:100%;
    margin:30px auto;
} 

tr.item, tr.altItem
{
    margin:1px;
}

tr.item td , td.item{
    background-color:#f1f1f1;
}

tr.altItem td , td.altItem{
    background-color:#fff;
}

tr.editItem td , td.editItem{
    background-color:#ffffe1;
}

td.heading{
    font-size: 14px; 
    font-weight:bold; 
    color: white; 
    padding: 6px; 
    line-height: 1.5;

}




tr.altItem td, tr.item td, td.item, td.altItem, tr.editItem td , td.editItem, tr.plainitem td , td.plainitem, div.item ,div.altItem
{
    font: 14px Helvetica;
    padding: 4px;
}

th.smallcat, tr.smallcat th, div.smallcat {
    background-color: #B4BEC6;
    font: bold 14px Helvetica;
    color: black;
    padding: 6px;
    border-bottom: #1957A2 1px solid;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
} 

tr.forumMenu td 
{
  background-color: #E2E2E2;
    padding: 1px;
    /*border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid; 
    text-align:left;*/
}

tr.topDivider td {
    background-color: #ddd;
    font: bold 9px Helvetica;
    color: black;
    padding: 4px;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;

} 

td.reglabel
{
    text-align:left;
    margin: 0 ;
    font: 10px Helvetica;
}
     
td.regvalue
{
    padding-left:10px;
}


div.item 
{
    background-color:#f1f1f1;
    border: #cbcbb8 0px solid;
}

div.altItem 
{
    background-color:#fff;
    border: #cbcbb8 0px solid;
}

div.date-box
{
    border:1px solid #C9C9C9;
    float:left;
    margin-right:10px;
    margin-bottom:5px;
    position:relative;
    text-align:center;
    top:3px;
    width:43px;
}
    
div.date-box .month
{
    background-color:#3F7FD8;
    border-bottom:1px solid #ECECEC;
    color:#FFFFFF;
    font-size:9px;
    font-weight:bold;
    letter-spacing:0;
    padding:4px 2px /*10px 3px*/;
    text-align : center;
    text-shadow:1px -1px 0 #67727F;
    text-transform:uppercase;
}

div.date-box .date 
{
    background-color:#E9E9E9;
    border-color:#FFFFFF;
    border-right:1px solid #FFFFFF;
    border-style:none solid solid;
    border-width:1px;
    color:#222222;
    font:bold 19px Helvetica,"Arial Rounded MT Bold",Geneva,sans-serif;
    letter-spacing:-2px;
    padding:1px 1px 2px 0;
    text-align:center;
    text-shadow:-1px -1px 1px white;    
}

div.msgBottom
{
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    }

div.pagerPanel
{
    text-align:center;
    }

div.subTabContentArea
{
    border: solid 1px #919B9C;
    color: black;
    width:90%;
    padding: 10px;
    position:relative;
    top:-2px;
    background-color:white;
    z-index:2;
}

div.indent 
{
    margin-left:30px;
}

div.infoHidden
{
    display:none;
}

div.infoShown
{
    display:block;
    border: dotted 1px #666;
    width: 80%;
    padding:4px;
    margin:4px 4px 4px 14px;
}

div.sigDivider
{
    margin:15px auto 5px 0;
    border-bottom:solid 1px #CCC;
    width:50%;    
    
}

div.editInfo
{
    margin:15px auto 5px 0;
    font-style:italic;
    font-size:10px;
    font-variant:small-caps;
    width:50%;    
    
}

div.subSection {
    /*
    float: left;
    padding-left: 20px;
    margin: 0 auto 15px;
    width: 48%;
    */
}

div.smallToolTip {
    font-weight:bold;
    margin: 5px;
}

div.topMsgOptions {
    float:right;
    min-height:25px;
}


div.rewardPointMark
{
    background: #D0F0F2 url("../image/unansweredQ.gif") no-repeat 10px 7px;
    border:5px solid #61CBD3;
}

div.rewardAssignedMark {
    background: #D4FFD4 url("../image/rewardedQ.gif") no-repeat 10px 7px;
    border: 5px solid #50FA50;
}

div.helpfulReceivedMark {
    background: #FDFDCD url("../image/helpfulA.gif") no-repeat 10px 7px;
    border: 5px solid #F8F814;
}

div.msgARMark{
    padding:5px 5px 10px 40px;
    margin:10px auto 20px 20px ;
    width:300px;
}

div.helpful {
    background: #FDFDCD url("../image/helpfulA.gif") no-repeat 15px 10px;
    border:5px solid #F8F814;
    padding:5px 5px 10px 45px;
}

div.reward {
    background: #D4FFD4 url("../image/rewardedQ.gif") no-repeat 15px 10px;
    border: 5px solid #50FA50;
    padding:5px 5px 10px 45px;
}

div.msgRemark {
    font:bold 16px Arial;
    margin-bottom:5px;
    width:70%;
}

div.deletedReason
{
    background:   url("../image/recycle.gif") no-repeat 5px 5px;   
}

div.ignoredMsg
{
    background:   url("../image/menuBlock.gif") no-repeat 5px 5px;
}

div.moderatedMsg
{
    background:   url("../image/GreenFlag.gif") no-repeat 5px 5px;    
}


div.flaggedMsg
{
    background:   url("../image/menuFlag.gif") no-repeat 5px 5px;
}

div.msgStatus {
    margin:10px auto 20px 20px ;
    padding:5px 5px 10px 35px;
    width:40%;
    background-color: #FEE2E2;
}

div.ratingBox{
    margin:10px; 
    float:right; 
    text-align:center; 
    width:80px;
    border:#ccc 1px solid;
}

div.sidebarToggler {
    text-align:center; 
    position:absolute; 
    display:none; 
    border:1px #BEBEBE dotted;
}

div.collapser {
    background: url("../image/defaultSidebarClose.gif") no-repeat 50% 50%;
}

div.collapser:hover {
    border-style: solid;
    background-color: #FDFDCD;
}

div.expander {
    background: #FDFDCD  url("../image/defaultSidebarOpen.gif") no-repeat 50% 50%;
}

div.expander:hover {
    border-style: solid;
    background-color:#FBFB91; 
}

div.sidebarDivider {
    width:3px; 
    border-left: 1px dotted #BEBEBE; 
    position: relative; 
    float:right;
    height:450px;
}

div.treeResizeHandle{
    width: 20%; 
    margin: auto 5px 1px auto; 
    border-bottom: 2px #CCC dashed;
}

div.endOfTreeNotice {
    position:absolute; 
    border: 1px #E6DB10 Solid; 
    border-width:1px 0; 
    padding:10px; 
    background-color: #FDFDCD; 
    font-size: 13px; 
    display:none;
}

div.masterphraseWrapper
{
    padding: 4px;
    float:right;
    border: 2px solid #6D85A3;
    background-color: #f1f1f1;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}

div.searchFields
{
    float:left;
    margin: 3px;
    width: 95%;
}




#main /*The Big Container for the entire User CP */
{
    width:98%;
    margin:10px auto;
    position: relative; top:0; left:  0;
    
}

#controlPanelMain
{
  width: 98%;
  margin: 10px auto 0 auto;
  padding: 10px;
  position: relative;
  
} 

#tabarea
{
    /*margin:0px; padding:0px; border:0px;
    _height: 22px;
    max-height:22px;
    min-height:22px;*/
}
    
#tabcontentarea, div.tabcontentarea
{
    /*
    position:relative; 
    top: 0; 
    left: 0; 
	*/
    border: solid 1px #919B9C;
    width:95%;
    padding: 10px;
    background-color:#FFF;
}

#profile_main
{
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}

#profile_content
{
  margin: 0 0 0 360px;
  border-width:0;
  background-color: Transparent;
  /*
  
  color: black;    
*/
}

#profile_sidebar
{
  float:left;
  width: 350px;
  background-color: Transparent;
  margin: 0;
  padding: 0;    
}

#profile_sidebar h3
{
  font-size: 12px;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: bold;
  background-color:#BFBDBD;
  color:White;
  display:block;
  width:96%;
}

#profile_mainfeature
{
  /*height: 1%;  */
  padding:10px;  
}

#profile_mainfeature .profilpic
{
    border-width:0;
}

#profile_mainfeature h1 
{
	font: 1.66em Georgia, Times, serif; text-align: center;
	margin: 0.5em 0; padding-bottom: 0.75em; border-bottom: 1px dashed #B2B2B2;
}

#profile_mainfeature #profile_info
{
	width:100%;
	min-height:150px;
}




/* Rating */

.ratingStar {

    font-size: 0pt;

    width: 15px;

    height: 12px;

    margin: 0px;

    padding: 0px;

    cursor: pointer;

    display:block;
    
    float:right;

    background-repeat: no-repeat;
}



.filledRatingStar {
    background-image: url(../Image/FilledStar.gif);
}



.emptyRatingStar {

    background-image: url(../Image/EmptyStar.gif);

}



.savedRatingStar {

    background-image: url(../Image/SavedStar.gif);

}

.PS_TextIndicator 
{
	color: Red;
	font-size:11px;
	margin-left: 25px;
}

.PS_Helper 
{
	color: Green;
	font-size:12px;
	margin-left:5px;
}




/*
Form Related Styles
*/

input.ImageButton
{
    vertical-align:middle;
    border-width:0;
    margin:5px;
}

input.RegularTextbox 
{
}

input.RegularButton 
{

}

.CheckRadio input
{
    border:0px;
    padding:0px;
    margin:3px 5px 3px 5px;
    width:15px;
    vertical-align:middle;
}

.CheckRadio label
{

}

span.small .CheckRadio label
{
    font-size:11px;
}

input.verticalaligned, input.verticalAligned
{
    vertical-align:middle;
    
}

input.buttons   {
	background-color: #537CCC;
	color: #FFFFFF;
}

input.HiddenButton 
{
    display:none;
}

select.DropDown {
	color: #000000;
	font: 12px Arial;
	margin: 5px;
	vertical-align:middle;
	border:1px solid #BBB;
	max-width: 200px;
}

select.Seachbox {
	color: #000000;
	font: 11px Arial;
	margin: 5px;
	vertical-align:middle;
	border:1px solid #BBB;
}

textarea    {
	border: 1px solid #BBB;
	color: #000000;
	font: normal 14px Helvetica;
	margin-top: 5px;
	margin-bottom: 5px;
}


input#masterphrase
{
    background:url('../image/menuSearch.gif') no-repeat scroll 2px -3px transparent;
    background-color:#f1f1f1;
    padding-left:24px;
    margin:0;
    width: 150px;
    border-width:0;
}




.ui-rating .ui-rating-star, .ui-rating .ui-rating-cancel{
    width:16px;
    height:16px;
    font-size:2px;
    float:left;
    text-decoration:none;
    vertical-align:bottom;
    background-image:url(../image/rstar.gif);
    background-repeat:no-repeat;
}
.ui-rating a {
	cursor: pointer;
}
.ui-rating-full  {
    background-position:left top;
}

.ui-rating-half  {
    background-position:left -16px;
}

.ui-rating-empty {
    background-position:left -32px;
}

.ui-rating-cancel-empty {
    background-position:left -64px;
}

.ui-rating-cancel-full {
    background-position:left -80px;
}

.ui-rating-hover {
    background-position:left -48px;
}





/*
Link Related Styles
*/
a, a:link

{
	color: #153B7C;
	text-decoration: none;
}

a:visited
{
	color: #153B7C;
	text-decoration: none;
}

a:active
{
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #669933;
	text-decoration: underline;
}

div.heading a, td.heading a {
    color:White;
}

a.linkbutton, a.linkbutton:hover, a.linkbutton:link, a.linkbutton:active, a.linkbutton:visited
{
    font: 12px Helvetica;
    text-decoration: none;
    font-weight:normal;
    line-height:22px; 
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;
	
	background-position: center left;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 4px 15px 4px 0px; 
	
	//display: inline-block;
	//padding: 0 15px 0 2px !important;
	//background-color: #f3f3f3;
	//background-image:none; 
	//border-right: 1px solid #CBCBB8;
	//border-left: 1px solid #FCFCFC;
	//border-bottom: 1px solid #CBCBB8;
	//border-top: 1px solid #FCFCFC;	
	
}

a.smalllink, a.smalllink:hover, a.smalllink:link, a.smalllink:active, a.smalllink:visited
{
    font: 11px Helvetica;
    text-decoration: none;
    font-weight:normal;
}

a.forumlink{
	font: bold 16px Helvetica;
	width: 100%;
	display:block;
	margin-bottom:10px;
}

a.bold, a.bold:hover, a.bold:link, a.bold:active, a.bold:visited
{
    font-weight:bold;
    
}

a.ignored
{
    color: Gray;
    font-style:italic;
    text-decoration:line-through;
}

a.paging, a.paging:hover, a.paging:link, a.paging:active, a.paging:visited
{
    font: 12px Helvetica;
    text-decoration: none;
    font-weight:normal;
    margin:2px 2px;
}

a.PagingCurrent, a.PagingCurrent:hover, a.PagingCurrent:link, a.PagingCurrent:active, a.PagingCurrent:visited
{
    font: 12px Helvetica;
    font-weight:bold;
    text-decoration: none;
    color:Black;
    margin:2px 2px;
}

a.newpost {
	font: bold 16px Helvetica;
	height: 25px;
}

a.oldpost {
	font: normal 16px Helvetica;
	height: 25px;
}

a.button {
	background-image: url(../image/catcell.gif);
	color: #537CCC;
	font: bold 11px Helvetica;
	border:solid 1px #CCCCCC;
	padding:1px; margin:1px;
	line-height:20px;
}

a.button:hover {
	text-decoration: none;
}

a.msgOptions, a.msgOptionsL
{
    width: 140px !important;
	text-decoration: none;
	color: #666;
	line-height: 24px;
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;
	background-position: center left;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-size: 12px;
    font-weight:normal;
	padding: 4px 28px 4px 0px;
	font-family: Arial, Helvetica;
	vertical-align: middle;
}

a.msgOptionsL
{
	border-right-width: 0px;
}

/*
a.msgOptionsL img
{
	 margin-right:2px;
}

a.msgOptions:hover,
a.msgOptionsL:hover
{
	background: #c8f415 url('../image/menuItemHover.gif') repeat-x;
}
*/
a.deletedReason
{
    color:Red;
    padding:6px;
    border: solid 1px Red;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;    
}

a.ignoredMsg
{
    color:Green;
    padding:6px;
    border:solid 1px Green;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;  
}

a.moderatedMsg
{
    color:Blue;
    padding:6px;
    border:solid 1px Blue;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;    
}


a.flaggedMsg
{
    color:Purple;
    padding:6px;
    border: solid 1px Purple;
    border-width: 3px 0px;
    display:block;
    margin:20px;
    text-align:center;
}


td.cat a{
	color: #153B7C;
	text-decoration: none;
	font-size: 13px;
}

td.cat a:hover {
	color: #669933;
	text-decoration: underline;
}

a.paging, a.paging:hover, a.paging:link, a.paging:active, a.paging:visited
{
    font: 16px Helvetica;
    text-decoration: none;
    font-weight:normal;
    margin:4px;
    padding: 5px 6px;
    display: inline-block;
    border: 1px #6D85A3 solid;
}

a.PagingCurrent, a.PagingCurrent:hover, a.PagingCurrent:link, a.PagingCurrent:active, a.PagingCurrent:visited
{
    font: 16px Helvetica;
    font-weight:bold;
    text-decoration: none;
    color:Black;
    margin:4px;
    padding: 5px;
    display: inline-block;
}

.smallcat th a,  .smallcat th a:hover
{
	font-size:10px !important;
	color:inherit;
	text-decoration: underline;
}

.msg a  {
	color: #0000FF;
	text-decoration: underline;
}

a.admin {
    color: #1C7EC0;
    font-weight:bold;
    background-color: #C9E5F7;
    padding: 2px;
    
}

a.mod {
    color: #259959;
    font-weight:bold;
    background-color: #BBEFD2;
    padding: 2px;
}

.sidebarToggler a {
    width:35px;
    height:35px;
    display:block;
    text-decoration:none;
}










/* Header and Navigations */

div#mobileHeader
{
    position:relative;
    }

div.topToolbar
{
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 50px;
    background: url(../mobileImg/toolbar.png) #6d84a2 repeat-x;
    position: relative;
}

div#hiddenMenu
{
    display:none;
    position:absolute;
    top: 50;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#333), to(#5E5E65));
    background-color: #333;
}

ul.additionalNavigation 
{
    border: 1px solid #333;
    color: #AAA;
    font: normal normal bold 18px/normal Helvetica;
    margin: 15px 10px 17px;
    padding: 0px;    
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-top-right-radius: 8px 8px;
}

ul.additionalNavigation li 
{
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#4C4D4E), to(#404142));
    border-bottom: #555858;
    border-top: 1px solid #333;
    color: #666;
    list-style-type: none;
    overflow: hidden;
    padding: 10px;
}

ul.additionalNavigation li.sub
{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7B7B7B), to(#505050));
    border-bottom: 1px solid #333;
    border-top: 1px solid #666;
    text-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px;
}

ul.additionalNavigation li:first-child,  ul#additionalNavigation li:first-child a
{
    border-top: 0px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-top-right-radius: 8px 8px;
}
ul.additionalNavigation li:last-child,  ul#additionalNavigation li:last-child a
{
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
}

ul.additionalNavigation li a
{
    color: white;
    display: block;
    margin: -10px;
    overflow: hidden;
    padding: 12px 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 1px;
    white-space: nowrap;    
}

ul.additionalNavigation li.sub a
{
    color: #DADADC;
    }

ul#navigation {
    background:url("../mobileImg/tab-bg.png") repeat-x scroll 0 0 #BAC3CA;
    border-bottom:1px solid #8293A0;
    border-top:1px solid #CDD4D9;
    height:40px;
    list-style:none outside none;
    margin:0 auto;
    overflow:hidden;
    padding:0 10px;
}

ul#navigation li 
{
    -webkit-border-image: url("../mobileImg/tab.png") 1 5 2 5 stretch stretch;
    -webkit-box-sizing: border-box;
    border-width: 1px 0px;
    float: left;
    height: 27px;
    line-height: 27px;
    margin: 7px 0px;
    padding: 0px;
    text-align: center;
    width: 25%;
}


ul#navigation {
    background:url("../mobileImg/tab-bg.png") repeat-x scroll 0 0 #BAC3CA;
    border-bottom:1px solid #8293A0;
    border-top:1px solid #CDD4D9;
    height:40px;
    list-style:none outside none;
    margin:0 auto;
    overflow:hidden;
    padding:0 10px;
}

ul#navigation li 
{
    -webkit-border-image: url("../mobileImg/tab.png") 1 5 2 5 stretch stretch;
    -webkit-box-sizing: border-box;
    border-width: 1px 0px;
    float: left;
    height: 27px;
    line-height: 27px;
    margin: 7px 0px;
    padding: 0px;
    text-align: center;
    width: 25%;
}


ul#navigation li a {
    /*
    border:1px solid #6D7E91;
    border-left-width: 0px;
    */
    border-right: 1px solid #6D7E91;
    color:#3F5C84;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:25px;
    text-decoration:none;
    text-shadow:0 1px 0 #FFFFFF;
}

ul#navigation li:last-child
{
    border-right-width: 5px;
}

ul#navigation li:first-child
{
    border-left-width: 5px;
}

ul#navigation li:last-child a
{
    border-right-width: 0px;
/*    
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright: 5px;
*/
}
/*
ul#navigation li:first-child a
{
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft: 5px;
    border-left-width: 1px;
}
*/
/* toolbar buttons */

.button, .back, .cancel, .add {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../mobileImg/toolButton.png) 0 5 0 5;
}

.button.active, .back.active, .cancel.active, .add.active {
    -webkit-border-image: url(../mobileImg/toolButton.png) 0 5 0 5;	
}

/*
.breadcrumbButton
{
    float:left;
    margin: 3px;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../mobileImg/toolButton.png) 0 5 0 5;   
}
*/

.blueButton {
    -webkit-border-image: url(../mobileImg/blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.back {
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../mobileImg/backButton.png) 0 8 0 14;
}

.leftButton, .cancel {
    left: 6px;
    right: auto;
}

.add {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

.whiteButton {
    -webkit-border-image: url(../mobileImg/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.grayButton {
    -webkit-border-image: url(../mobileImg/grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

.topToolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.topToolbar > h1 > a 
{
    text-decoration:none;
    color: White;    
}

div.mobileWrapper
{
    border: 2px solid #6D85A3;
    padding: 2px 2px 4px 2px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    }

div.mobileWrapperSmall
{
    border: 2px solid #6D85A3; /*CBCBB8;*/
    padding: 2px 2px 4px 2px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}

div.heading
{
    font-size: 16px; 
    font-weight:bold; 
    color: white; 
    padding: 6px; 
    line-height: 1.5; 
    background-color: #32598B;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}






/*
Element Styles
*/

body {
	background-color: #EEE;
	color: #222;
	font: normal 14px Helvetica;
	margin: 0;
	padding: 0;
}

	/*
	scrollbar-3dlight-color: #DDA56D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #A17026;
	scrollbar-face-color: #D17921;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-track-color: #DB9162;
    */

fieldset
{
    width:95%;
	margin:10px auto 30px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;    
    background-color: #E2E2E2;
    border: solid #cbcbb8;
    border-width: 1px 0;
}

legend
{
    position:relative;
	top: -12px;
	background-color:#f8f8f8;
}

fieldset.withTable
{
    background: #f6f6f6;
    width:95%;
    }

fieldset.fullwidth
{
    width:100%;
}

fieldset fieldset
{
    width:100%;
	margin:2px 0px 2px 1px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;    
	
    
}

fieldset.info
{
    width:100%;
	margin:2px 0px 2px 1px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 0px;    
	border-width:1px 0 0 0;
    
}

.msg fieldset 
{
    margin-top: 20px;    
}
   
fieldset legend
{
    font: bold 13px "Trebuchet MS";
    padding: 2px 4px;
    margin: 0px 2px 10px 0px;
    border-width:1px 1px 1px 5px;
	border-style:solid;
	border-color:#e9e2d5;
	
}

fieldset fieldset legend
{
    font: bold 12px "Trebuchet MS";
    border-width:1px 1px 1px 3px;
	
}

fieldset.info legend
{
    width:100%;
	margin:0;
	position:relative;
	display:block;
	padding: 1px;    
	border:0;
    background-color: inherit;
}

fieldset p
{
    color: Black;
	font: 13px Helvetica;
	width:100%;  
	padding: 1px; margin: 0; 
}

fieldset div.sub
{
    font: 12px Helvetica;
    position:relative;
    /*left: 20px;*/
	width:100%;
	padding:0px; margin: 0 0 0 0px;
}

fieldset.subforum
{
    width:90%;
	margin:10px auto 3px 6px;
	position:relative;
	display:block;
	padding: 2px;    
    border-width: 0px;
    border-top: solid 1px Gray;
    background-color: Transparent;
    background-image:none;
}

fieldset.subforum legend
{
    position: relative;
	top: 0px;
    background-color: Transparent;
    font: 12px Arial;
    border-width: 1px 0;
    margin:0 0 4px 0;
    padding:1px;
}


fieldset.subforum > ul
{
    margin:0 auto 0 15px;
}

fieldset.subforum li
{
    display:inline;
    font-size:14px;
}


label, .checkaligned, .regulartext
{
    font:12px Helvetica;
    margin:1px 5px 1px 1px;
}

.regulartext 
{
	margin-left:0;
}

label.rightalignlabel, label.rightalignlonglabel, label.rightalignshortlabel, label.rightalignveryshortlabel
{
    display:block;
    float:left;
    text-align:right;
    margin: 1px 2px 1px 1px ;
}

label.leftalignlabel, label.leftalignlonglabel, label.leftalignshortlabel, label.leftalignveryshortlabel
{
    display:block;
    float:left;
    text-align:left;
    margin: 1px 2px 1px 1px ;
}

label.rightalignveryshortlabel
{
	width:100px;
}


label.rightalignshortlabel
{
	width:150px;
}

label.rightalignlabel
{
	width:200px;
}

label.rightalignlonglabel
{
	width:300px;
}

label.leftalignveryshortlabel
{
	width:100px;
}

label.leftalignshortlabel
{
	width:150px;
}

label.leftalignlabel
{
	width:200px;
}

label.leftalignlonglabel
{
	width:300px;
}

label.fullwidthlabel, span.fullwidthlabel
{
    display:block;
    float:left;
	width:100%;
	margin:1px 2px 1px 1px;
	clear:both;
}

label.radiochecklabel
{
    font:13px Helvetica;
	margin:1px 2px 1px 0px;
}

label + span.afterlabel 
{
    margin:3px 5px;
    font: 12px Helvetica;
	line-height: 1.8;
}

fieldset hr
{
    border:groove 1px #bbbbbb ;
    width: 95%;
    clear:both;
    margin:3px auto 3px 0px;
    display:block;
    /*border:solid 1px black;*/
}




/* Other Cosmetic Styles */

h1
{
    font-size: bold 18px ;
    color: #000;
    text-align:center;
}
    
h1.CalendarHeader
{
	font: 20px Georgia, Times, serif; text-align: center;
}    
    
h2
{
    font: bold 16px Helvetica;
    color: #666;
}

h3
{
    font: bold 14px Helvetica;
    color: #666;
}  
    
h3.userCPTitle
{
    margin: 10px 50px;
} 

h3.title
{
   font: 1.8em Helvetica; margin-bottom: 0.5em;
}

h3.title a:link, h3.title a:visited 
{color: #669985;}

h3.subSectionHead 
{
    margin-top:10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 3px;
}
    
h4
{
    font: bold 12px Helvetica;
    color: #666;
}       

h4.inforum {font: italic 1.1em Helvetica; letter-spacing: 1px; margin: 0 0 1.5em;}

h4.inforum a:link, .inforum a:visited 
{
    font: bold 0.85em Helvetica;
    text-transform: uppercase; letter-spacing: 1px;
    margin-left: 0.25em;
}


h5
{
    font: bold 10px Helvetica;
    color: #666;
}       

h5.postinfo
{
    font: 0.9em Helvetica;
    text-transform: uppercase; letter-spacing: 0.33em;    
}

h5.postinfo span.date 
{
    font: 0.8em Helvetica;
}
    
h5.postinfo span.info 
{
    font: 0.8em Helvetica;
    color: #A31515;
}  

ol, ul
{
    padding:0;
    margin-left: 50px;
}

ol.subtitle, ul.subtitle
{
    font: 12px Helvetica;
    line-height: 1.8;
    font-weight:bold;
    color: black;
    margin-top:0px;
}    
 
 ol.subsubtitle, ul.subsubtitle
{
    font: 12px Helvetica;
    line-height: 1.5;
    color: black;
    margin-left: 30px;
} 

ul.profinfo
{
    margin:8px;
    list-style-type: none;
}

ul.profinfo li
{
    margin:2px;
    font: 12px Georgia, Times, serif;
}    

ul.msgAuthorInfo
{
    list-style-type:none;
    margin:2px 0px;
}

ul.msgAuthorInfo li
{
    margin:1px;
    padding:1px;
    font-size: 11px;
    border:solid 1px #C9C9C9;
    background-color:#F9F9F9;
}  
 
ul.subMsgButtonList {
    margin: 0;
}

ul.subMsgButtonList > li {
    display:inline-table;
}
   
pre
{
    height: expression(this.scrollHeight < 51 ? "50px" : this.scrollHeight > 299 ? "300px": "auto");

	min-height: 25px;    
    max-height: 300px;
    
    width: expression(document.body.clientWidth > 799? "800px": "auto" );
    max-width: 800px;
    
    overflow: auto;
}

pre.code {
    margin: 2px auto;
    padding: 2px;
    background-color: #efefef;
    border: dashed 1px gray;
}

img.opencloseimg {
	float: right;
	padding-right: 20px;
	cursor: pointer;
}

img { border:0; vertical-align: middle; }

img.verticalaligned, img.verticalAligned, a.verticalAligned img
{
     margin: 1px;
     //margin-right: 0;
}
    
.msg img 
{
	margin: 1px;
	max-width:800px;
	width: expression(this.scrollWidth > 799? "800px": "auto" );
	
	max-height:600px;
	height: expression(this.scrollHeight > 599? "600px": "auto" );

}

img.ttIcons
{
     margin-right:3px; margin-top:3px;
}

img.galleryThumb
{
    border: solid 1px black;
}

span.thumbs
{
	padding:1px;	
}

.forumtitle  {
	font: bold 18px Helvetica;
	line-height: 1.2;
}

.head  {
	font: bold 14px Helvetica;
}

.high {
	background-color: #FFFF00;
	color: #000000;
	font: bold 12px Helvetica;
}

.messagetitle {
	font: bold 18px Helvetica;
	line-height: 180%;
}

.msg 
{
    margin-top: 0px;
	font: 14px Helvetica;
	line-height: 2;
	overflow:auto;
}

.msg .deleted
{
    background-color:Gray;
}

.msg .answermark
{
    background-color:#FFFF99;
    border: dashed 1px #666;
    margin:3px auto 5px auto;
    padding:1px;
    width:90%;
}

.msg li {
    margin: 2px;
}

.forumdesc{
	font: 12px Helvetica;
	margin:1px 2px;
}

.quote {
	border-left: .2em solid #666666;
	color: #505050;
	font: italic 11px Helvetica;
	margin: 5px 0px 5px 12px;
	padding: 4px;
	width: 85%;
}

.subhead {
	font: bold 13px Helvetica;
}

.titlehead {
	font: bold 15px Helvetica;
	line-height: 180%;
	letter-spacing: 1px; 
}

a.titlehead
{
	padding-right: 5px; 	
}

.info {
	font: 12px Helvetica;
	line-height: 1.8;
}

.closedTicket
{
	color:red;
}

.openTicket
{
	color:Green;
}

.online 
{
    color:Green;    
}

.offline
{
    color:red;
}

.regular {
	font: 11px Helvetica;
	line-height: 1.8;
	margin:1px 2px;
}

.small 
{
	font: 11px Helvetica;
	/*margin-left:5px;*/
}

.ultrasmall {
	font: 9px Helvetica;
	/*margin-left:5px;*/
}

.errorMessage
{
    color:Red;
    font: normal 12px Helvetica;
    margin-left: 2px;
} 

.ajaxResultLabel
{
    font: normal 16px "Trebuchet MS";
    margin: 2px 0;
    padding: 2px;
    width: 250px;
    color: black;
    background-color: #E7E7E7;
    border: solid 1px #83a6d0;
    
}

.grayout
{
    font: bold 11px Helvetica;
    color:#DADADA;
}

div.profile_infosection
{
    width:100%;  
    /*border-bottom: solid 1px #DBDBDB;  */
    font: 12px Helvetica;
}

div.profile_infosection .avatar
{
    margin:4px auto;
    border-width:0;
    display: block;
}

div.profile_infosection div.center
{
     margin: 4px auto;
     width:95%;
     text-align:center;
}
 
div.divider 
{
	clear:both; 
	height:1px;
	margin:1px auto;
}

div.wideDivider 
{
	clear:both; 
	height:1px;
	margin:2px auto;
}

.TopicsPostsPhotos
{
     
    padding: 10px;
    font: 12px Helvetica;
}

.ForumLinkDivRow 
{
  font-size: 12px;
    margin:2px auto 2px auto; 
    padding:1px;
    font-weight: bold;
}

.ForumLinkDivRow span.head
{
	display:block;
	width:50%;
	margin: 4px auto;
	
}

.BreadCrumbDivRow 
{
    border-top: solid 1px #E7E7E7; 
    width:95%; 
    margin:2px auto 0px auto;
    display:none;
}

.breadcrumb 
{
   /* margin:10px 5px; padding:5px; border:solid 1px Grey;*/
}

.breadcrumb a:link, .breadcrumb a:visited 
{
    font: 12px Helvetica;
    text-decoration: none;
    font-weight:normal;
}

.unreadPMHead {
    color:Red;
    font-weight:bold;
}

.pmLinkSpamNotice {
    padding: 3px 9px;
    background-color: #EFEFEF;
    border-style:solid;
    border-width:1px 0;
    border-color: #B6B6B6;
}

.popupRequestNotice {
    margin:5px auto;
    width:90%;
}

.ratingResult {
    font: bold 16px Helvetica;
}







/* Header Part*/
.for_title{padding: 13px 0px 0px 52px; font: bold 14px verdana; text-align:left;}

.for_bg { background: url(../image/c_border_05.jpg); height: 34px; }

.for_right {  background: url(../image/c_border_06.jpg) no-repeat top right; height: 34px;  }

.for_left {  background: url(../image/c_border_left.gif) no-repeat top left; height: 34px;  }

/* table wrappers */
.tb_border_left  { 
	background: url(../image/c_border_13.jpg) repeat-y top left;
	padding-left:3px; 
}

.tb_border_right { 
	background: url(../image/c_border_11.jpg) repeat-y top right;
	padding-right:3px; 
}

.tb_border_inside { 
	padding: 0px; 
	margin: 0px;
	border: 0px;
	width: 100%;
}

.tb_border_bottom {
     background-color: #EFEFEF; height:3px; width:98%;
}

/* Top part */
.top_bg { background: url(../image/c_border_18.jpg); height: 19px; }

.top_left{  background: url(../image/c_border_15.jpg) no-repeat top left; height: 19px;  }

.top_right{  background: url(../image/c_border_20.jpg) no-repeat top right; height: 19px;  }

/* Bottom part */
.bottom_bg { background: url(../image/c_border_19.jpg); height: 19px;}

.bottom_left{  background: url(../image/c_border_16.jpg) no-repeat top left; height: 19px;}

.bottom_right{  background: url(../image/c_border_21.jpg) no-repeat top right; height: 19px;}



