/* $Id: master.css 45764 2011-07-26 18:52:14Z ckamenshine $ */
/******** Layout ********/

* { padding: 0; margin: 0; }


body {
	margin:0;
	padding:0;
    font: normal 100% Verdana, Arial, Helvetica, sans;  
	color:#333;
}

html {
	height:100%;
}

img { border: 0; }

hr {
    height: 0;
    width: 0;
    border: 0;
    margin: 0;
    padding: 0;
    size: 0;
}

a {
    outline: none;
}

ul, li { list-style-type: none; }

table, tr, td {
    vertical-align: top;
}


.mainContainer {
	width:945px;
	margin:auto;
	padding:13px 0 0 0;
}

/** Links **/
a {
	color:#0a3b31;
	text-decoration:none;
}

a:hover {
	color:#009a7d;
}

h2 {
    text-transform:lowercase;
}
/** heading **/
h2.mainTitle {
	font-weight:bold;
	font-size:14px;
	background:url(../images/dot.gif) left bottom repeat-x;
	padding:0 0 7px 0;
	display:block;
	margin:0 0 5px 0;
}

h2.pageTitle {
	font-weight:bold;
	font-size:18px;
	padding:14px 0 0px 0;
	margin:0;
}

h3.px11 {
	font-size:11px;
	font-weight:normal;
}

/** Fonts **/
p {
    font-size: 80%;
    color: #444;
    line-height: 150%;
    margin: .5em 0 0em 0;
}


/** Header **/
.header {
	z-index:1;
}

.header .logo {
	float:left;
}

.signJoin {
	margin:auto;
	font-size:11px;
	width:176px;
	line-height:20px;
	padding:0 0 10px 0;
	float:right;
	margin-right:10px !important;
    text-align:right !important;
}

.header .topNav {
	float:right;
	font-size:14px;
	padding:22px 30px 0px 0px;
}

.header .topNav .on {
	font-weight:bold;
}

/** nav**/

.header .nav {
	background:url(../images/navShadow.gif);
	border-left:1px solid #d7ded0;
	border-bottom:1px solid #d7ded0;
	border-right:1px solid #d7ded0;
	border-top:1px solid #dfe5d7;
	height:28px;
	position:relative;
	z-index:1;
}

.header .nav ul {
	background:url(../images/navLeftShadow.gif) left top no-repeat;
}

.header .nav ul li {
	background:url(../images/navBorder.gif) right center no-repeat;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:0;
}

.header .nav ul li a {
	display:block;
	padding:6px 10px;
}

.header .nav ul li.on a span {
	display:block;
	background:#fff;
	padding:3px 6px;
}

.header .nav ul li.on a {
	padding:3px 10px;
}

.header .nav ul .noBorder {
	background:none;
}

.header .nav ul li ul {
	z-index:100;
	background:#fefefe;
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	padding:5px 0px; 
	width:150px;
	border-left:2px solid #e5e5e5;
	border-right:2px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	margin:0 0 0 -1px;
}

* html .header .nav ul li ul {
	z-index:100;
	background:#fefefe;
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	padding:5px 0px; 
	width:150px;
	border-left:2px solid #e5e5e5;
	border-right:2px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	margin:0 0 0 -1px;
}

.header .nav ul li ul li {
	background:#fefefe;
	float: none;
	padding:0px;
	margin:0px;
	text-align:left;
	border:1px solid #fefefe;
	display:block;
}

.header .nav ul li ul li.lineDivider {
	height:5px;
	border-bottom:1px solid #eee;
	margin-bottom:5px;
	font-size:0px;
	line-height:0px;
}

.header .nav ul li ul li a {
	display:block;
	padding:5px 8px;
	margin:0px;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}

.header .nav ul li ul li a:visited {
	text-decoration:none;
}

.header .nav ul li ul li a:hover {
	display:block;
	text-decoration:underline;
}

.header .nav ul li ul IFRAME
{
	 display:none;/*sorry for IE5*/
	 display/**/:block;/*sorry for IE5*/
	 position:absolute;/*must have*/
	 top:0;/*must have*/
	 left:0;/*must have*/
	 z-index:-1;/*must have*/
	 filter:mask();/*must have*/
	 width:300px;/*must have for any big value*/
	 height:300px/*must have for any big value*/;
}


/** search bar **/
.header .searchBar {
	background:url(../images/searchBg.gif) no-repeat;
	width:208px;
	height:26px;
	position:absolute;
	right:0px;
	margin:-30px 10px 0 0;
	padding:6px 0 0 8px;
	z-index:2;
}

.header .searchBar .inputText {
	border:1px solid #999966;
	font-size:11px;
	color:#666666;
	width:155px;
	float:left;
	padding:0 0 0 5px;
}

.header .searchBar .searchBtn {
	background:url(../images/searchBtn.gif) no-repeat;
	display:block;
	border:none;
	width:27px;
	height:15px;
	cursor:pointer;	
}

/** Banner **/
.banner {
	background:transparent url(../images/bannerCenter.gif) repeat-x scroll 0 0;
	height:90px;
}

.banner .leftBg {
	background:url(../images/bannerLeft.gif) no-repeat;
	width:6px;
	height:90px;
	float:left;
}

.banner .bannerContent {
	float:left;
	width:960px;
}

.banner .rightBg {
	background:url(../images/bannerRight.gif) no-repeat;
	width:3px;
	height:90px;
	float:right;
}

.banner .txt {
	float:left;
	font-size:12px;
	padding:65px 0 0 0;
}

.banner .img {
	width:489px;
	float:right;
}

/** columns **/
.columnLeft {
	width:724px;
	float:left;
}

.columnRight {
	width:201px;
	float:right;
}

/** Featured Item **/
.featuredItem {
	border:1px solid #cccccc;
	padding:14px 32px;
	font-size:12px;
}

.featuredItem .item {
	width:269px;
	float:left;
}

.featuredItem .txt {
	margin:0 0 0 300px;
	line-height:150%;
}

/** members **/
.memberAvatar {
	padding:10px 0 5px 18px;
}

/** social network icons **/
.socialNetworkIcons {
	padding:0 0 0 5px;
	_padding:10px 0 0 5px;
}

/** events **/
.calendarTable {
	border:0px;
	padding:0px;
	width:80%;
	margin:3px auto 0px auto;
	color:#000;
}

ul.eventHighlight {
	margin:3px 0 0 0;
}

ul.eventHighlight li {
	list-style:disc;
	color:#333333;
	margin:0 0 0 18px;
}

/** poll **/
ul.pollUl li {
	padding:2px 0px 2px 20px;
}

ul.pollUl li input {
	vertical-align:middle;
	padding:0;
	width:13px;
	height:13px;
}

/** recent widget style **/
.recentWidget .articleList {
	border:0px;
	padding:0px;
	width:100%;
	font-size:12px;
}

.recentWidget .articleList th {
	background:url(../images/dot2.gif) repeat-x;
	height:41px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
	padding:0 0 0 10px;
	font-weight:normal;
}

.recentWidget .articleList .title {
	font-weight:bold;
	font-size:14px;
}

.recentWidget .articleList td {
	padding:6px 6px 6px 10px;
}

.recentWidget .articleList tr.altBg {
	background:#fffbe5;
}

.recentWidget .articleList .views {
	text-align:center;
}

.recentWidget .photoList {
	border:0px;
	padding:0px;
	width:100%;
	font-size:12px;
}

.recentWidget .photoList th {
	background:url(../images/dot2.gif) repeat-x;
	height:41px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
	padding:0 0 0 10px;
	font-weight:normal;
}

.recentWidget .photoList .title {
	font-weight:bold;
	font-size:14px;
}

.recentWidget .photoList td {
	padding:6px 6px 6px 10px;
}

.recentWidget .photoList tr.altBg {
	background:#fffbe5;
}


/** Dot Box **/
.dotBoxYellow {
	background:#fffbe5;
	padding:3px;
}

.dotBoxYellow .dotBg {
	background:url(../images/dot3.gif);
	padding:1px;
}

.dotBoxYellow .dotBg .content {
	background:#fffbe5;
	padding:5px;
	font-size:11px;
	line-height:16px;
	color:#333333;
}

.dotBoxGreen {
	background:#d9e3ce;
	padding:3px;
}

.dotBoxGreen .dotBg {
	background:url(../images/dot3.gif);
	padding:1px;
	padding-bottom:2px;
}
.ie7.dotBoxGreen .dotBg {
	padding-bottom:1px;
}

.dotBoxGreen .dotBg .content {
	background:#d9e3ce;
	padding:5px;
	font-size:11px;
	line-height:16px;
}

/** column section **/
.columnSecTitle {
	background:url(../images/greenShadow.gif) left top repeat-x;
	height:28px;
	border-bottom:3px solid #789c4e;
}

.columnSecTitle ul li {
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:200%;
	padding:0 0 0 10px;
	background:url(../images/dot5.gif) 0px 0px no-repeat;
	height:28px;
}

.columnSecTitle ul li.leftShadow {
	background:url(../images/greenLeftShadow.gif) left top no-repeat;
}

.columnSecContent {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.columnSecContent table td {
	background:url(../images/dot4.gif) right top repeat-y;
	font-size:11px;
	line-height:200%;
	padding:0 10px 0 10px;
}

.columnSecContent table .content {
    height: auto !important;      /* for modern browsers */
    height: 150px;                /* for IE5.x and IE6   */
    min-height: 150px;            /* for modern browsers */
}

/** footer **/
.footer {
	text-align:center;
}

.footer ul li {
	display:inline;
	padding:0px 5px;
	font-size:11px;
	border-right:1px solid #888888;
}

.footer ul li.noBorder {
	border:none;
}

.footer ul li .px13 {
	font-size:14px;
	font-weight:normal;
	display:inline;
}



/** common **/

	/** thumnail **/
	a.thumb img {
		border:1px solid #cccccc;
		padding:2px;
	}

	a:hover.thumb img {
		border:1px solid #555;
		padding:2px;
	}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}

.dotLine {
	clear:both;
	font-size:0px;
	line-height:0px;
	background:url(../images/dot.gif) repeat-x;
	height:1px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

#icon_rss {
	vertical-align:top;
}

.titleBorder {
	background:url(../images/dot2.gif) repeat-x;
	height:41px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
	padding:0 0 0 10px;
	font-weight:normal;
	margin-bottom:15px;
}

.titleBorder .titleH2 {
	font-size:18px;
	margin:0px 0px 10px 0px;
	padding:8px 0 0 0;
	color:#000000;
	text-transform:lowercase;
}

div.content_container {
    position: relative;
    width: 978px;
    text-align: left;
    margin: 0 auto;
    padding: 0em 0 3em 0;
    min-height: 90%;
    margin-top:10px;
}



/******** Main Definitions ********/

#container_left, #container_right {
    position: relative;
    float: left;
    width: 750px;
    border: 0;
    margin-bottom: 20px;
    padding-right: 0px;
}

        
#container_right {
    width: 200px;
    padding-left: 12px;
    margin-top: 20px;
}


#footer{
    margin: 0 !important;
    padding: 20px 0 25px 0px !important;
    width: 100%;
    height: auto;
    clear: both;
    line-height: 34px;
    background: #232323;
}


/******** Header ********/


#header {
    display: block;
    padding: 15px 0 0 0;
    margin: 0;
    height: 90px;
}

#header a, #header a:visited {
	text-decoration:none;
}

#header_search {
    position: absolute;
    right:0;
    top: 60px;
    text-align: left;
    margin-top: 0px;
}

#header_search .searchBg {
	border:2px solid #d3d3d3;
	background:#fff;
    margin-bottom: 5px;
}

#header_search .form_text {
    width: 200px;
    margin: 0;
    padding: 2px;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: normal;
	border:transparent;
}

#header_search .form_btn    {
    width: auto;
    margin: 0px;
    color: #333;
    font-size: 90%;
    padding: 0;
    vertical-align:top;
}

input.form_text {
    padding-top: 2px;
}

#header_search a {
    font-size: 11px;
}

#welcome    {
    position: relative;
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    padding-right: 66px;
    font-weight: bold;
    float: right;
}


/******** Links ********/

a,
a:link,
a:visited {
    text-decoration: none;
    color: #0A3B31;
}
a:hover {
    text-decoration: none;
    color:#009a7d;
}

#header h1 a {
    display: block;
    height: 88px;
    width: 261px;
    background-repeat: no-repeat;
    background-image: url(../images/global/headers/sparta-logo_main.gif);
    cursor: pointer;
    text-indent: -9999px;
    float: left;
}




/******** Heading ********/

h2  {
    font-size: 25px;    
    font-weight: bold;
    color: #333;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 25px;
    position: relative;
}


h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}


/******** Fonts ********/

p {
    font-size: 80%;
    color: #444;
    line-height: 150%;
    margin: .5em 0 0em 0;
}


.featured_story p {
    color: #222;
    margin: 0 0 .5em 0;
}


/******** Images ********/

img#icon_rss    {
    vertical-align: bottom;
}


a.button {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}




/******** Navcontainer ********/


#navcontainer {
    width: 978px;
    height: 70px;
	background:url(../images/global/menuCenter.gif);
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 9px;
}
#navcontainer .navLeft {
	float:left;
}

#navcontainer .navRight {
	float:right;
}

#navcontainer .navCenter {
	float:left;
}



/** LOGIN INFO **/
#loginInfo {
	width:935px;
	padding:6px 0 0 0;
	clear:both;
	position:relative;
}

#loginInfo a, #header a:visited {
	text-decoration:none;
}

#loginInfo li {
	float:right;
	padding-left:4px;
}

#loginInfo li.padding2px {
	padding-top:2px;
}

#loginInfo li.facebookConnectLi {
	padding:0px 10px;
	margin-left:10px;
}

#loginInfo .leftDiv {
	float:left;
	padding-top:7px;
	padding-left:15px;
    font-weight:bold;	
}

#loginInfo .facebookConnect {
	margin-top:2px;
}

#loginInfo .facebookLogin {
	font-size:11px;
	color:#4b4b4b;
	float:left;
	font-weight:bold;
	padding-right:10px;
}

#loginInfo .facebookLogin .logout {
	font-size:10px;
	text-transform:none;
}

#loginInfo .facebookAvatar {
	float:left;
}

#loginInfo .facebookAvatar img {
	border:2px solid #545454;
}

#loginInfo .menuDivider {
	background:url(../images/global/loginLine.gif) center left no-repeat;
	padding-left:10px;
}

#loginInfo .youLink {
	float:left;
}

#loginInfo .youLink  a.you {
	display:block;
	margin:6px 0px 0px 15px;
	padding-right:8px;
	float:left;
	line-height:150%;
	text-decoration:none;
	background:url(../images/global/loginLine.gif) center right no-repeat;
}

#loginInfo .youLink  a:visited.you {
	text-decoration:none;
}

#loginInfo .youLink a:hover.you {
	text-decoration:underline;
}
#loginInfo .youLink a.arrow {
	background:url(../images/global/topMenuArrow2.gif) #ffffff center top no-repeat;
	display:block;
	height:22px;
	width:30px;
	float:left;
	margin-top:4px;
}

#loginInfo .youLink a:hover.arrow {
	background:url(../images/global/topMenuArrow2.gif) #1577bc center bottom no-repeat;
}

#loginInfo .youLink a.arrowOn {
	background:url(../images/global/topMenuArrow2.gif) #ccc center top no-repeat;
	display:block;
	height:22px;
	width:30px;
	float:left;
	margin-top:4px;
}

.ddsubmenustyle {
	z-index:100;
	background:#fefefe;
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	padding:0px; 
	width:150px;
	margin:182px 0 0 10px;
	border:4px solid #e5e5e5;
}

.ddsubmenustyle ul {
	display:block;
}

.ddsubmenustyle ul li {
	background:#fefefe;
	z-index:10;
	float: none;
	padding:0px;
	margin:0px;
	text-align:left;
}

.ddsubmenustyle ul li.lineDivider {
	height:5px;
	border-bottom:1px solid #eee;
	margin-bottom:5px;
	font-size:0px;
	line-height:0px;
}

.ddsubmenustyle a {
	display:block;
	padding:5px 10px;
	margin:0px;
	text-decoration:none;
	font-size:11px;
}

.ddsubmenustyle ul li a:visited {
	text-decoration:none;
}

.ddsubmenustyle ul li a:hover {
	display:block;
	text-decoration:underline;
}


/* 
NAVIGATION --------------------- */
    

ul#nav {
    margin: 0px 0px 0px 3px;
    padding-left: 0;
    white-space: nowrap;
    }
    
#nav li {
    display: block; 
    float: left;
    margin-top: .5em;

    }
    
#nav li#nav_you {
    background: url(http://live.spartasocialnetworks.com/images/arrow_down.gif) right 48% no-repeat;  
    padding: 0px 0px 0px 0px;
    margin-right: 7px;
    }

#nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px 5px 12px;
    border-bottom: 0;
    background: none;
	font-weight:bold;
    }

#nav a:hover    {
    color: #555555;
    background-color: #e7e7e7;
    padding: 6px 12px 5px 12px;
    text-decoration: none;
    }

#nav li a#current {
    color: #fff;    
    background-color: #74747b;
    padding: 6px 12px 5px 12px;
    text-decoration: none;
    }

#user-buttons {
    padding-right: 5px;
    height: 24px;
    float: right;
    margin-top: 0.4em;
    }

    
/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd level menu */
#nav ul {
    position: absolute;
    z-index: 99;
    left: -999em;
    margin: 0px 0 0 -3px;
    padding: 0;
    width: 11.8em;
    height: auto;
    background-color: #74747b;
}


/* 2nd */
#nav li li {
    padding: 2px 9px 2px 0;
    width: 11em;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

/* 2nd */
#nav ul a {
    width: 11em;
    w\idth: 8em;
    border-right: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: none;
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
    background: none;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
    background: none;
    }

/* 2nd level menus only */
#nav a.sub {
    background: url(../img/arrow-right.gif) right 52% no-repeat;
}


/******** Sub Nav ********/
    
#subnav {
    -moz-background-clip:border;    
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/dot2.gif) repeat scroll 0 0;
    position:relative;
    height: 41px;
    width: 978px;
    margin-top: 6px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    font-family:Verdana,Arial,Helvetica,sans;
}
    
#subnav ul {
    padding: 6px !important;
    list-style: none;
    text-transform: lowercase;
}
    
#subnav li {
    float: left;
    color:#0A3B31;
    text-transform: lowercase;
    padding: 1px 5px;
    padding-top: 7px;
}
    

#subnav li#category {
    float: left;
    color: #0A3B31;
    background:#fff;    
    text-transform: lowercase;
}

    
#subnav ul li a {
    color: #0A3B31;
    text-transform: lowercase;
    text-decoration: none;
    background: none;
    padding-left: 0px;
    font-weight: normal;

}
    
#subnav ul li a:hover {
    color: #009a7d;
    text-transform: lowercase;
    text-decoration: none;
    background: none;
    padding-left: 0px;
    font-weight: normal;
}


/******** Blog Search ********/ 

#subnav form#subnav_search  {
    position: relative;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    float: right;
    margin-top:-1px;
}

#subnav form#subnav_search input    {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
}

#search_button  {
    background: #E4EBDC;
    width: 106px;
    height: 21px;
    border: none;
    font-size: 12px;
    font-weight:bold;
    color: #0A3B31;
    text-transform: lowercase;
    font-family:Verdana,Arial,Helvetica,sans;
}


/******** Container Left ********/

#share a    {
    background: url(../images/icon_share.gif) no-repeat 0px 0px;
    float: right;
    padding: 0px 0px 5px 20px;  
    margin: 20px 25px 0px 0px;
    font-size: 13px;
    font-variant: small-caps;
    text-decoration: none;
}



/******** Content Table Two Col List ********/

#two_col_list {

}

#bg_two_col_list    {
    padding:0px;
    margin-top: 20px;
    padding-bottom: 40px;
}
#bg_two_col_list #no-content{
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}
#two_col_list  a    {
    text-decoration: none;
}

#two_col_list img {
    border: 0;
    margin: 0em .4em;
    padding: .1em;
    border: 2px solid #828c95;
    float: left;
}

#bg_two_col_list_top    {
    padding:0px;
}                               

#two_col_list {
    background:#E4EBDC;
    width: 95%;
    margin:1em auto;
}

#two_col_list .column   {
    background:#fff;
}

#two_col_list tr span {
    font-weight: bold;
}

#two_col_list  .col_description {
    font-weight: normal;
}

#two_col_list .col_title    {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;  
}

#two_col_list td {
    background: #fff;
    color:#333;
    padding: .5em;
    text-align:center;
    width: 26%;
}

#two_col_list th {
    font-weight:normal;
    color: #678197;
    text-align:left;
    padding: .7em .2em;
}

#two_col_list thead th {
    background:#fff;
    text-align:center;
}

#two_col_list ul.comments   {
    float: right;
}

#two_col_list ul.links   {
    float: left;
}

#two_col_list ul.comments li    {
    background: url(../images/icon_comments.gif) no-repeat 0px 1px;
    padding: 0px 10px 2px 22px;
    font-size: 11px;
}


#two_col_list ul.media_info {
    color: #333;
    text-align: left;
    float: left;
}

#two_col_list ul.media_info li  {
    font-size: 12px;
    line-height: 20px;
}



/******** Content Table Full ********/

#bg_one_col_list_full   {
    background:#E4EBDC url(../images/bg_table_full.gif) no-repeat scroll center bottom;
    padding:0px;
    margin-top: 20px;
    padding-bottom: 40px;
}


#bg_one_col_list_top_full   {
    background:transparent url(../images/table_header_full.gif) no-repeat scroll 0 0;
    padding:0px;
}


.blog_data  {
    float: right;
    padding: 10px;
    margin-right: 10px;
    color:#000;
}

.blog_data li   {
    display: block;
    float: left;
    padding: 3px 10px 2px 22px;
    font-size: 11px;
    background: none;
}

.blog_data li a {
    font-size: 11px;
    text-decoration: none;
}

.blog_data li a:hover   {
    font-size: 11px;
    text-decoration: none;
}

/******** Content Table One Col List ********/

#bg_one_col_list	{

	padding:0px;
	margin-top: 20px;
	padding-bottom: 40px;
}


#bg_one_col_list_top 	{
	padding:0px;
}

#one_col_list img {
	border: 0;
	margin: 0em .4em;
	padding: .1em;
	border: 2px solid #828c95;
	float: left;
}

#one_col_list  a	{
	text-decoration: none;
}

#one_col_list {
	background: #E4EBDC;
	width: 95%;
	margin:1em auto;
}

#one_col_list .column	{
	background:#fff;
}

#tone_col_list tr span {
	font-weight: bold;
}

#one_col_list .col_title	{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
}

#one_col_list td {
	background: #fff;
	color:#333;
	padding: .5em;
	text-align:center;
	width: 26%;
}

#one_col_list th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	padding: .7em .2em;
}

#one_col_list thead th {
	background:#fff;
	text-align:center;
}

/******** Blog Data Icons ********/

.blog_data #author	{
	background: url(../images/icon_user.gif) no-repeat 0px -1px;
	padding: 0px 10px 2px 20px;
}
.blog_data #date	{
	background: url(../images/icon_calendar.gif) no-repeat 0px -2px;
	padding: 0px 10px 2px 20px;
}
.blog_data #comments	{
	background: url(../images/comments.gif) no-repeat 0px 1px;
	padding: 0px 10px 2px 20px;
}
.blog_data #tags	{
	background: url(../images/icon_tag.gif) no-repeat 0px -2px;
	padding: 0px 10px 2px 17px;
}



/******** Pagnation ********/

#pagination {
	float:right;
	padding-right:18px;
    display:block;
    text-align:left;
    height:22px;
    line-height:21px;
    clear:both;
    padding-top:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
}

#pagination a:link, #pagination a:visited{
    padding:7px;
    padding-top:2px;
    padding-bottom:2px;
    border:1px solid #E4EBDC;
    margin-left:10px;
    text-decoration:none;
    background-color:#F5F5F5;
    width:22px;
    font-weight:normal;
}

#pagination a:hover {
    background-color:#FFFBE5;
    border:1px solid #0A3B31;
}

#pagination .active_tnt_link {
    padding:7px;
    padding-top:2px;
    padding-bottom:2px;
    border:1px solid #0A3B31;
    margin-left:10px;
    text-decoration:none;
    background-color:#FFFBE5;
    cursor:default;
}

#pagination .disabled_pagination {
    padding:7px;
    padding-top:2px;
    padding-bottom:2px;
    border:1px solid #E4EBDC;
    margin-left:10px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#D7D7D7;
    cursor:default;
}








/******** Container Right ********/

.container_right_box {
    clear:both;
    margin-left: 0px;
    font-size: 13px;
}

.container_right_box    {
    background:#fff url(../images/bg_vbox_btm.png) no-repeat left bottom;
    margin-bottom:18px;
    padding: 0 13px 13px 13px;
    width:189px;
}

.container_right_box h3 {
    background:#E9EFE3 url(../images/bg_vbox1_top.png) no-repeat 0 0;
    color:#333;
    font:bold 13px/18px Arial;
    margin:0 -13px 18px -13px;
    padding:7px 13px;
    text-transform: lowercase;
}

.container_right_title  {
    font-size: 12px;    
    text-transform: lowercase;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 5px;
    background: #E9EFE3;
    color: #333;
}


input.container_right_search    {
    padding: 3px 30px 3px 3px;
    margin-bottom: 10px;    
}

select.container_right_search   {
    padding: 2px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 190px;

}




/******** Footer ********/


#footer p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 11px;
}

#footer ul {
    list-style: none;
	margin:auto;
}

#footer ul li {
    margin: 0 5px;
    display: inline;
    font-size: 11px;
}

#footer ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer .linksBg {
	width:100%;
	background:#323232;
}

#footer .footerTable {
	padding:0px;
	width:978px;
	margin:auto;
	font-size:11px;
}

#footer .copyright {
	color:#fff;

}

*html #footer .copyright {
	position:relative;
	margin:0px 0 0 0;
	color:#fff;
}

#footer .utf8 a {
	background:url(../images/global/utf8Arrow.gif) center right no-repeat;
	display:block;
	padding:0px 20px 0px 11px;
	border:1px solid #3b3b3b;
	height:21px;
	margin:6px 0 0 0;
	line-height:21px;
	float:left;
	color:#fff;
	text-decoration:none;
}

#footer .utf8 a:hover {
	background:url(../images/global/utf8Arrow.gif) #232323 center right no-repeat;
	display:block;
	padding:0px 20px 0px 11px;
	border:1px solid #3b3b3b;
	height:21px;
	margin:6px 0 0 0;
	line-height:21px;
}

#footer .utf8 .on {
	background:url(../images/global/utf8Arrow.gif) #232323 center right no-repeat;
	display:block;
	padding:0px 20px 0px 11px;
	border:1px solid #3b3b3b;
	height:21px;
	margin:6px 0 0 0;
	line-height:21px;
}

#footer .utf8td {
	position:relative;
	width:105px;
}

#footer .utf8Select {
	position:absolute;
	display:none;
	margin:-70px 0 0 0;
	z-index:5;
	left:0;
}

#footer .utf8Select ul {
	width:150px;
	background:#fff;
	border:2px solid #e8e8e8;
	padding:10px 10px 5px 10px;
}

#footer .utf8Select li {
	display:block;
	height:18px;
	margin:0px;
	line-height:14px;
	text-align:left;
}

#footer .utf8Select li a {
	color:#9a9a9a;
}

#footer .utf8Select li a:hover {
	color:#555;
}


/******** TABLES ********/
.toolbar {
	background:url(../images/bg_toolbar.png) no-repeat 0 0; 
	height:49px; 
	margin-bottom:20px; 
	margin-top:20px;
	position:relative; 
	width: 100%;
	}

.toolbar p	{
	font-size: 12px;
	font-weight: bold;
	padding: 17px 0px 0px 15px;
	}

.toolbar p span	{
	padding: 0px 5px 0px 5px;
	}






#content_table	{
	border:none; 
	border-collapse:collapse; 
	margin-bottom: 0px;
	width: 100%;
	}
	
#content_table h5	{
	color: #797c80; 
	font-size: 14px; 
	font-weight: bold; 
	margin: 0;
	}

#content_table th {
	background:transparent url(../images/dot2.gif) repeat scroll 0 0; 
	font-size: 18px;
	color:#000000;
	text-transform: lowercase;
	padding-bottom:7px;
	border:0px !important;
	}

#content_table th.first { background:transparent url(../images/dot2.gif) repeat scroll 0 0;padding-bottom:7px;border:0px !important;}

#content_table th.last { background:transparent url(../images/dot2.gif) repeat scroll 0 0;padding-bottom:7px;border:0px !important;}
	
#content_table th, #content_table td {
	padding: 12px;
	}

#content_table tr {
	border-bottom:1px solid #d7d7d7; 
	color:#3e434a; 
	}	
	
	
#content_table td {
	font-size: 12px;
	color:#797c80;
	border-bottom:1px solid #d7d7d7; 
	}	
	
#content_table td option{
	padding-left: 2px;
	}
.online{
	color:#80313B;
	font-size:11px;
}	
.online-img{
	width:12px;
	height:12px;
	border:0px;
	text-align:left;
}

	


/** BTN **/

a.btn1 {
	display:block;
	height:24px;
	font:bold 11px/200% arial;
	background:url(../images/btnBg1.gif) top left;
	padding-left:6px;
	text-decoration:none;
	float:left;
}

a.btn1:visited {
	text-decoration:none;
}

a.btn1 span {
	display:block;
	height:24px;
	background:url(../images/btnBg1.gif) top right;
	padding:0px 12px 0px 5px;
	color:#fff;
	text-decoration:none;
	float:left;
	cursor:pointer;
}

a:hover.btn1 {
	background:url(../images/btnBg1.gif) bottom left;
}

a:hover.btn1 span {
	background:url(../images/btnBg1.gif) bottom right;
	color:#fff;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	font-size:0px;
	height:0px;
	padding:0px;
	margin:0px;
	clear:both;
}
.FBConnectUserName a:hover{
    color:#009a7d !important;
    text-decoration:none !important;
}
 .discList td {
	padding:5px 5px 5px 10px;
}

.searchEmptyResult { 
    color :#666666; 
    font-family:verdana; 
    text-align:center; 
    background-color:#FFFFFF; 
    background-image:none; 
    background-position:0 0; 
    background-repeat:repeat;     
    font-size: 12px; 
    margin-bottom:0; 
    margin-left:50px; 
    margin-right:50px; 
    margin-top:20px; 
    padding-bottom:10px; 
    padding-left:10px; 
    padding-right:10px; 
    padding-top:10px; 
    text-align:center; 
    width:87%; 
} 
.facebook{
    margin-top:4px;
}

.posted_content  ul, .posted_content ol{
    padding:15px;
    font-size: 80%;
    color: #444;
}

.posted_content  ul li { 
 	    list-style-type: inherit; 
 	    margin-left:25px;
 	} 
 	
.posted_content  ol li { 
 	    list-style-type: inherit;
 	    margin-left:25px; 
 	}
.postBtn {
	display:block;
	background:url(../images/forumPostBtn.gif) top left;
	height:30px;
	float:left;
	padding-left:5px;
	text-decoration:none;
	text-transform: lowercase;
}

.postBtn input {
	display:block;
	height:30px;
	background:url(../images/forumPostBtn.gif) top right;
	float:left;
	padding:0px 10px 0px 5px;
	font:bold 14px arial;
	color:#828282;
	text-decoration:none;
	cursor:pointer;
	border:none;
}

.postBtn:hover {
	background:url(../images/forumPostBtn.gif) bottom left;
}

.postBtn:hover input {
	background:url(../images/forumPostBtn.gif) bottom right;
}


.columnleft	{
	text-align:left !important;
}

.columnright	{
	text-align:right !important;
}

.subCategoryContent { 
    color :#666666; 
    font-family:verdana; 
    text-align:center; 
    background-color:#FFFFFF; 
    background-image:none; 
    background-position:0 0; 
    background-repeat:repeat;     
    font-size: 12px; 
    text-align:center; 
    width:100%; 
} 


#content_table_new	{
	border:none; 
	border-collapse:collapse; 
	margin-bottom: 0px;
	margin-top:30px;
	width: 100%;
	}
	
#content_table_new h5	{
	color: #797c80; 
	font-size: 14px; 
	font-weight: bold; 
	margin: 0;
	}

#content_table_new th {
	background:url(../images/bg_th.png) repeat-x 0 0; 
	text-shadow:1px 1px 0 #fff;
	font-size: 17px;
	}

#content_table_new th.first { background:url(../images/bg_th-left.png) no-repeat 0 0;}

#content_table_new th.last { background:url(../images/bg_th-right.png) no-repeat right top;}
	
#content_table_new th {
	padding: 12px;
	}
.ssn_error_table_text{font-size:14px;}

.nomargin {
    margin : 0px !important;
}
.contContainer{
    border:2px solid #E4EBDC;
}      


  /** mce fix **/

.postContent .mce {
    padding: 0 0 6px;   
}

.postContent .mce ul {
    padding: 15px;
    font-size: 12px; 
}

.postContent .mce ol {
    padding: 15px;
    font-size: 12px; 
}

.postContent .mce ul li {
    list-style-type:disc;
    margin-left:25px;
}

.postContent .mce ol li {
     list-style-type:inherit;
    margin-left:25px;
}
          

.blogPreview .mce {
    padding: 0 0 6px;   
}

.blogPreview .mce ul {
    padding: 15px;
    font-size: 12px; 
}

.blogPreview .mce ol {
    padding: 15px;
    font-size: 12px; 
}

.blogPreview .mce ul li {
    list-style-type:disc;
    margin-left:25px;
}

.blogPreview .mce ol li {
    list-style-type:decimal;
    margin-left:25px;
}

    
    
.midCont .inboxDetail ul {
    margin:0 18px 10px;
    font-size:12px;
    color:#5B5B5B;      
}

.midCont .inboxDetail ul li{
list-style: disc !important
}

.midCont .inboxDetail ol {
    margin:0 18px 10px; 
    font-size:12px;
    color:#5B5B5B;
}

.midCont .inboxDetail ol li{
list-style-type: decimal !important
}

.postContent .mce p {
font-size: 12px;
line-height: 18px;
}


.midCont ul {
    margin:0 18px 10px;
    font-size:12px;
    color:#5B5B5B;      
}

.midCont ul li{
list-style: disc !important
}

.midCont ol {
    margin:0 18px 10px; 
    font-size:12px;
    color:#5B5B5B;
}

.midCont ol li{
list-style-type: decimal !important
}

.postDetail .roundBox2 .midCont .mce p {font-size: 12px; padding: 0;}

