a#active_nav {
	border-bottom: 3px solid #3361C3;
}

a#active_menu {
	color: #00457b;
	font-weight: bold;
}

a#active_menu:hover {
	color: #000;
	text-decoration: none;

}

a:link {
	color: #BD0654;
	line-height: 20px;
	text-decoration: none;
}

a:visited {
	color: #BD0654;
	line-height: 20px;
	text-decoration: none;
}

a:hover {
	color: #BD0654;
	text-decoration: underline; /*text-decoration: underline;*/
}


/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.blogsection:hover {
	color: #999999;
	text-decoration: underline;
}

a.category:link, a.category:visited {
	color: #FFA500;
}

a.category:hover {
	color: #666666;
}
a.mainlevel-members:link, a.mainlevel-members:visited {
border-bottom:1px solid #f9f9f9;
color:;
display:block;
font-family:Verdana;
font-size:11px;
line-height:20px;
text-decoration:none;
text-indent:0px;
width:189px;
}

a.mainlevel-members:hover {
background-color:transparent;
border-right:5px solid #3361C3;
color:#3361C3;
display:block;
font-size:11px;
line-height:20px;
width:189px;

}



a.mainlevel:link, a.mainlevel:visited {
	border-bottom: 1px solid #999;
	color: #334084;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	width: 180px;
	text-align: left;
	padding-left: 5px;
}

a.mainlevel:hover {
	background: #ffffff;
	color: #000;

}

a.mainlevel-footer:link, a.mainlevel-footer:visited { color: #fff; font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 18px;  padding-right: 10px; text-align: left; text-decoration: none; }
a.mainlevel-footer:hover { color: #FF7902; }

a.mainlevel-top:link, a.mainlevel-top:visited {

color: #666;
letter-spacing: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;	
	padding-right: 5px;
	padding-left: 5px;
font-family: Verdana, Arial, sans-serif;
 }
a.mainlevel-top:hover { color: #FA6603; }

a.mainlevel-nav:link, a.mainlevel-nav:visited {
color: #fff;
letter-spacing: 0px;
text-decoration: none;
font-weight: normal;
font-size: 18px;	
padding-right: 5px;
padding-left: 3px;
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
padding-top: -5px;
border-bottom: 2px solid #BE0B57;


 }
a.mainlevel-nav:hover { 
background-color: ;
border-bottom: 2px solid #333333;


}

a.readon:link, a.readon:visited {
background-image: url(http://playingthefield.net/templates/playing-home/images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FC5A01;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
	padding-left: 20px;
height: 20px;

}

a.readon:hover {
	color: #000;
	text-decoration: none;
}
.write_comment {
background-image: url(../images/write.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #FC5A01;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
	padding-left: 8px;
	height: 20px;

}

a.sublevel:link, a.sublevel:visited {
	border-bottom: 1px solid #ededed;
	color: ;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	width: 180px;
text-align: left;
}

a.sublevel:hover {
	color: #C0C0C0;
	text-decoration: none;
}


html, body {
    margin:0;
    padding:0;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7em;
    vertical-align: top;
    background:#e9e9e9;
    color:#555;
}

li {
	
	list-style: none;	
}

ul {
	margin: 0px;
	padding: 0px;

}
/* Start Horizontal Menu */

ul#mainlevel-nav {
 
  margin: 0;
  padding: 0;
 
}
ul#mainlevel-nav li {
 
  display: inline; /* Shows each item side-by-side */
  list-style-type: none; /* Gets rid of the bullet points */
 
}
/* START ACTIVE MENU */
ul#mainlevel-nav li a {
 
}
ul#mainlevel-nav li a:hover {
 
}
ul#mainlevel-nav li #active_menu-nav {
  color: #ffffff;
  border-bottom: 2px solid #BE0B57;
}

/* END ACTIVE MENU */
ul#mainlevel-nav a {
 
  display: block;
  float: left;
  padding: 0 20px; /* Provides horizontal separation between menu items */
  
}
/* End Horizontal Menu */


td,tr,div {
color: #333;
font-family: arial, sans-serif;
letter-spacing: 0px;
font-size: 12px;
line-height: 20px;
text-align: left;
}
p {
font-family: arial, sans-serif;
font-size: 12px;
letter-spacing: 0px;
}

TR#row1 { height:100px; }

.button {
	background-color: #F5F5F5;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 1px;
	margin-top: 8px;
	margin-right: 10px;
}

.button:hover {
	color: #000;
}

/** category text format and links **/
.category {
	color: #FF8C00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

.componentheading {
color: #666;
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
font-size: 20px;
letter-spacing: -1px;
font-weight: normal;
margin: 0px;
padding-bottom: 5px;
}

.contentdescription {
	color: #353535;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

.contentheading {
color: #666;
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
font-size: 20px;
letter-spacing: -1px;
font-weight: normal;
margin: 0px;
padding-bottom: 5px;
float: center;
width: 100%;
padding-top: 10px;
}

.calendarheading {
color: #00457b;
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
font-size: 13px;
font-weight: normal;
padding-bottom: 2px;
float: center;
width: 100%;
display: block;
padding-bottom: 5px;
font-weight: bold;
}

/* Content - Sections & Categories */
.contentpane {



}

.contentpaneopen {


}
.contentpaneopen td.contentheading{
background: none;

}
.contentpaneopen td.buttonheading{
background: none;
}
.contentpaneopen td{

}
.contentpaneopen-section td{
padding-bottom:8px;
}


.createdate {
	color: #708090;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.details {
	background-color: #FFFFFF;
	background-image: url(http://playingthefield.net/templates/playing-home/images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FF6347;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-left: 20px;
}

.headings {
	color: #00457b;
	font-family: Arial, sans-serif;
	font-size: 13px;
letter-spacing: 0px;
font-weight:bold;
}


textarea.inputbox{
	background: #f0f0f0;
	border: 1px solid #999;
	color: #666;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
padding-top: 2px;
padding-left: 2px;

}
textarea.inputbox:hover{
	border: 1px solid #333;
}

input.inputbox{
	background: #f0f0f0;
	border: 1px solid #999;
	color: #666;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
padding-left: 2px;
height: 15px;


}
input.inputbox:hover{
	border: 1px solid #333;
}

input.inputbox#mod_search_searchword{
	background: #f0f0f0;
	border: 1px solid #999;
	color: #666;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
width: 150px;
padding-left:5px;
padding-top: 2px;
padding-bottom: 2px;
height: 15px;
margin-right: 10px;
margin-left: 5px;

}
input.inputbox#mod_search_searchword:hover{
	border: 1px solid #333;
	}

input.inputbox#mod_login_password{
	background: #f0f0f0;
	border: 1px solid #999;
	color: #666;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
width: 180px;
padding-left:5px;
padding-top: 2px;
padding-bottom: 2px;
}
input.inputbox#mod_login_password:hover{
border: 1px solid #333;
}

input.inputbox#mod_login_username{
	background: #f0f0f0;
	border: 1px solid #999;
	color: #666;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
width: 180px;
padding-left:5px;
padding-top: 2px;
padding-bottom: 2px;

}
input.inputbox#mod_login_username:hover{
border: 1px solid #666;
}

.modifydate {
	color: #808080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}



.moduletable {
text-align: left;
line-height: normal;
width: 100%;
}


.moduletable-contact{
text-align: left;
width: 180px;
padding-top: 40px;
padding-left: 10px;
color: #fff;


}

.moduletable-top {
letter-spacing: 0px;
line-height: normal;
padding-left: 5px;
padding-top: 2px;
}


.moduletable td {
font-size: 12px;
text-align: left;
letter-spacing: 0px;
line-height: normal;
padding: 5px 0px 3px 3px;
}

.moduletable th {
	margin: 0;
	color:#fefefe;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	padding:2px 0 2px 7px;
	line-height:20px;
	text-align: left;
}

.moduletable h3 {
color: #666;
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
font-size: 20px;
letter-spacing: -0.5px;
text-align: left;
font-weight: normal;
margin: 0px;
}


.pdf {
	font-size: 12px;
	color: #00457B;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 25px;
	background-image: url(http://www.pda.org/images-05/pdficon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 20px;
	text-decoration: none;
	
}

.quote {
	font: oblique 140% georgia, times, serif;
	color: #999;		
	display: block;	
	line-height: 20px;
	margin: 0 auto;
width: 100%;
	
}

.quote2 {
PADDING-RIGHT: 10px; 
MARGIN-TOP: 5px; 
DISPLAY: block; 
MARGIN-BOTTOM: 5px; 
PADDING-BOTTOM: 10px; 
WIDTH: auto; 
LINE-HEIGHT: 25px; 
PADDING-TOP: 10px; 
FONT-FAMILY: Arial, Helvetica, sans-serif;  
BACKGROUND: url(http://www.pda.org/images-05/quote.png) no-repeat right top; 
border: 1px solid #CBCBCB; 
padding-left: 10px; 
background-color: #F5F5F5;
color:#FF0000;
font-weight: bold;
height: auto;	
}

.box {
PADDING: 2px; 
MARGIN-TOP: 5px; 
DISPLAY: block; 
MARGIN-BOTTOM: 3px; 
WIDTH: auto;   
FONT-FAMILY: Arial, Helvetica, sans-serif;    
background-color: #e7e7e7;
height: auto;
}


.sectiontableentry1 {


	
}

.sectiontableentry2 {

background-color: #fafafa;
	
}

.sectiontableheader {

}

.small {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	text-decoration: none;
	background:url(../images/icon_updated.gif) no-repeat top left;
	padding-left: 18px;
	padding-bottom: 10px;
}

.smalldark {
	color: #FF8C00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.smallwhite {
	color: #334084;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	text-decoration: none;
}

a.leftnav:link, a.leftnav:visited {
	border-bottom: 1px solid #6f94ef;
	color: #ffffff;
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	width: 180px;
text-align: left;
text-indent: 7px;
font-weight:bold;
}

a.leftnav:hover {
	background-color: #ffffff;
	color: #0f328c;

}
.loginbox {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6C95FF;
	font-weight: normal;
	height: 15px;
	width: 124px;
	border: 1px solid #999;
	padding-left:3px;
}
.inbox {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6C95FF;
	font-weight: normal;
	border: 1px solid #999;
	padding-left:3px;
}



#modbody {
  width: 505px;
  margin: 0px 0 0 20px;
  }
#modright {
  width: 195px;
  margin: 0px 0 0 0;
  padding: 2px;
  }
#tabs {
  width: 490px;
  margin: 0px 0 0 20px;
  padding-left: 7px;
  padding-top: 2px;
  background:transparent url(http://playingthefield.net/templates/playing-home/images/mod_bg.png) top left repeat-x;
  color:#fefefe;
  font-weight:bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em;
  text-align: left;
  height: 25px;
  }
#items {
  width: 505px;
  margin: 0px 0 0 20px;
  }

  
a.orange:link, a.orange:visited {
	float: right;
	padding: 0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FF822F;
	color:#FFFFFF;
	
}

a.orange:hover {
	text-decoration: none;
	background-color: #CA5100;
}

a.red:link, a.red:visited {
	float: right;
	padding: 0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CE4780;
	color:#FFFFFF;
	
}

a.red:hover {
	text-decoration: none;
	background-color: #912654;
}

a.blue:link, a.blue:visited {
	float: right;
	padding: 0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6E6EFF;
	color:#FFFFFF;
	
}

a.blue:hover {
	text-decoration: none;
	background-color: #0000B7;
}

a.green:link, a.green:visited {
	float: right;
	padding: 0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3F8C3F;
	color:#FFFFFF;
	
}

a.green:hover {
	text-decoration: none;
	background-color: #2B5E2B;
}

a.yellow:link, a.yellow:visited {
	float: right;
	padding: 0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFD736;
	color:#FFFFFF;
	
}

a.yellow:hover {
	text-decoration: none;
	background-color: #E8B900;
}

a.sarah:link, a.sarah:visited {
	background: url(../images/news.png) no-repeat right;
	float: right;
	padding-left: 5px;
	padding-right: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CC66CC;
	color:#FFFFFF;
}

a.sarah:hover {
	text-decoration: underline;
}

a.rssitems:link, a.rssitems:visited {
	background: url(http://playingthefield.net/templates/playing-home/images/rss.png) no-repeat left top;
	float: center;
	padding-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.rssitems:hover {
	text-decoration: underline;
}

a.feedback:link, a.feedback:visited {
	background: url(http://playingthefield.net/templates/playing-home/images/news2.png) no-repeat left;
	float: center;
	padding-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.feedback:hover {
	text-decoration: underline;
}

.calitems:link, .calitems:visited {
font-family:  Arial,Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}
.calitems:hover {
text-decoration: underline; 
}

#ads-adver {
  margin: 20px 0 20px 0;
}


/* Start Template */

.clear{
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    background:transparent;
    overflow:hidden;
    margin:0;
    padding:0;
    }

    /*Top Header*/
    #top-header-wrapper{
        background:#222;
        text-align:center;
        }

    #top-header{
        width:960px;
        margin:0 auto;
        text-align:left;
        height:50px;
        background: #222 url(../images/header.png) no-repeat top left;
        }

    
    /*Banner Header*/
    #banner-header-wrapper{
        background: #e9e9e9 url(../images/banner-bg.png) no-repeat top center;
        text-align:center;
        }

        #banner-header{
            width:960px;
            margin:0 auto;
            text-align:left;
            height:210px;
            border-bottom:1px solid #e9e9e9;
            background: #e9e9e9 url(../images/banner.png) no-repeat top left;
            }

    /* Content */
	
	#intro  {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		text-align: left;				
		}
	
    #content-wrapper{
        background: #E9E9E9 url(../images/content-wrapper-bg.png) no-repeat top center;
        text-align:center;
        }

        #content{
            width:960px;
            margin:0 auto;
            text-align:left;
            background: #ffffff;
            border-top:1px solid #e9e9e9;
			min-height:450px;
			height:auto !important;
			height:450px;
            }

            
            #content-body{
                background: #ffffff;
                }            

    /* Footer */
    #footer-wrapper{
        text-align:center;
		background: #E9E9E9 url(../images/footer.png) no-repeat top center;
        }

        #footer{
            width:960px;
            margin:0 auto;
            text-align:left;
            height: 79px;
            }
			
			
      /* Navigation */
	  			
				#topmenu  {
				width: 930px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 5px;
				background-color:#F3F3F3;
				height: 24px;
				text-align: center;
				margin-bottom: 10px;
				background: url(../images/top-nav-bg.png) repeat-x; 				
				}

     /* Blogger Boxes */
#play-wrapper {
	margin:0 auto;
	width:930px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
div#playleft {
    float: left;
    width: 290px;
    padding: 10px;
	min-height:282px;
	height:auto !important;
	height:282px;
}
div#playright {
    float: right;
    width: 290px;
	min-height:282px;
	height:auto !important;
	height:282px;
	padding: 10px;
}
div#playmiddle {
    margin-left: 310px;
	min-height:282px;
	height:auto !important;
	height:282px;
	float: center;
	padding: 10px;
	width: 290px;
}
	 
	 #blog-wrapper {
	 width: 266px;
	 min-height:282px;
	 height:auto !important;
	 height:282px;
	 margin-left: auto;
	 margin-right: auto;
	 }
	 #blog-banner-orange  {
	 background: url(../images/box/banner-orange.png) no-repeat top center;
	 height: 24px;	 
	 }
	 #blog-banner-red  {
	 background: url(../images/box/banner-red.png) no-repeat top center;
	 height: 24px;	 
	 }
	 #blog-banner-blue  {
	 background: url(../images/box/banner-blue.png) no-repeat top center;
	 height: 24px;	 
	 }
	 #blog-banner-green  {
	 background: url(../images/box/banner-green.png) no-repeat top center;
	 height: 24px;	 
	 }
	 #blog-banner-yellow  {
	 background: url(../images/box/banner-yellow.png) no-repeat top center;
	 height: 24px;	 
	 }
	 #blog-body  {
	 background: url(../images/box/content-bg.png) repeat-y;
	 min-height:200px;
	 height:auto !important;
	 height:200px;
	 padding-right: 5px;
	 }
	 #blog-footer  {
	 background: url(../images/box/footer-bg.png) no-repeat top center;
	 height: 28px;
	 } 
	 .title-blogger {
	 color:#FFFFFF; font-weight: bold; font-family: arial; font-size:13px; padding-left: 8px; padding-top: 5px;
	 }
	 #rss-logo{
        position:absolute;
        width:28px;
        height:30px;
		margin-left: 925px;
		margin-top: 2px;
		cursor: pointer;
		}
	 #login-logo{
        position:absolute;
        width:15px;
        height:30px;
		margin-left: 890px;
		margin-top: 2px;
		cursor: pointer;
		}
		
/* CSS for Tags */
a.cp_tag:link, a.cp_tag:visited {
color: #666;
font-family: georgia;
font-size: 14px;

}

a.cp_tag:hover {

}
.search {
width: 500px;
}