/* @override 
	http://10.0.1.4/db-static/css/community.css
	http://localhost/db-static/css/community.css
	http://www.diaper-bois.com/db-static/css/community_20080229.css
	http://10.0.1.4/db-static/css/community_20080229.css
	http://192.168.1.101/db-static/css/community_20080229.css
	http://192.168.1.100/cgi-bin/WebObjects/DiaperBOIS.woa/-54444/wr/wodata=/Users/michael/Developer/wo54workspace/DiaperBOISFoundation/build/DiaperBOISFoundation.framework/WebServerResources/css/community.css
	http://192.168.1.106/cgi-bin/WebObjects/DiaperBOIS.woa/-54444/wr/wodata=/Users/michael/Developer/wo54workspace/DiaperBOISFoundation/build/DiaperBOISFoundation.framework/WebServerResources/css/community.css
*/

a{
	color: #3571ff;
}
a:hover {
	color: #2755c3;
}
img, div {behavior: url(/db-static/scripts/lib/iepngfix.htc);}

.visible { display: normal; } .hidden { display: none; }

.box.admin{
	background-color: #faddd5;
}

/* @group Ad Styles */

.adbox {
	text-align: center;
}

.leaderboard{
	width: 728px;
}


/* @end */


fieldset{
	background-color: #fcfcfc;
	border-color: #e6e6e6;
}
fieldset legend{
	color: #b48f1d;
}
fieldset label{
	color: #035dc5;
}


fieldset.profile{
	color: #808080;
	font-style: normal;
	font-weight: normal;
	background-color: #fff;
}
fieldset.profile legend{
	color: #b48f1d;
}
fieldset.profile label{
	color: #808080;
	font-style: normal;
	font-weight: normal;
}
span.answer{
	font-size: 1.1em;
	color: #004ca5;
	font-weight: bold;
}

fieldset.profile span.answer.freetext{
	color: #323232;
	font-weight: normal;
	font-style: normal;
}

#content .whatsthis {
	float: right;
	border-left: 1px solid #003476;
	width: 200px;
	padding-left: 10px;
	color: #003476;
	margin-left: 10px;
}

.showmore{
	float: right;
}


/* @group AutoComplete */




.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
.auto_complete {
  width: 350px;
  background: #fff;
}
.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
.auto_complete ul li {
    margin:0;
    padding:3px;
}
.auto_complete ul li.selected { 
    background-color: #ffb; 
}
.auto_complete ul strong.highlight { 
    color: #800; 
    margin:0;
    padding:0;
}



/* @end */
/* @group Notifications */

#notificationcentre {
	padding: 10px;
	margin-bottom:10px;
	background-color: #fe346f;
	position: relative;
	padding: 5px 10px;
	display: none;
	color: white;
}
#notificationcentre a {
	color: white;
	border-bottom: 2px dotted white;
	text-decoration: none;
}
#upchat #notificationCentre {
	width: auto;
	margin: 0px;
	position: static;
}

body#upchat {
	margin: 0;
	padding: 0;
}


/* @end */
/* @group Photo Strip */

.photostrip{
	position: relative;
	overflow: hidden;
	background-color: #caceef;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 90px;
}

.photostrip img{
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 5px;
}

/* @end */

/* @group Layout */

/* @group Masthead */

#masthead-wrapper{
	border-bottom: 1px solid #ededed;
	background-color: #7c7e8d;
}

#masthead {
	color: #9b9b9b;
}

#masthead a{
	color: #e7e7e7;
}
#masthead a:hover{
	color: #f0d54b;
}

/* @group Member Centre */

#membercentre span{
	color: #e3ca4f;
}
#membercentre a{
	text-decoration: none;
	border-bottom: 1px dotted #b1b1b1;
}
#membercentre a:hover{
	border-bottom: 1px dotted #b19d3a;
}

/* @end */



/* @group Navigation */



body.home #global-nav li#gn-home a,
body.home #global-nav li#gn-hometext a,
body.members #global-nav li#gn-members a,
body.photos #global-nav li#gn-photos a,
body.chat #global-nav li#gn-chat a,
body.forums #global-nav li#gn-forums a,
body.stories #global-nav li#gn-stories a,
body.links #global-nav li#gn-links a,
body.admin #global-nav li#gn-admin a{
	color: #ffe655;
}

body#home #global-nav li#gn-home a,
body#home #global-nav li#gn-hometext a,
body#members #global-nav li#gn-members a,
body#photos #global-nav li#gn-photos a,
body#chat #global-nav li#gn-chat a,
body#forums #global-nav li#gn-forums a,
body#stories #global-nav li#gn-stories a,
body#links #global-nav li#gn-links a,
body#admin #global-nav li#gn-admin a {
	cursor: default;
}

/* @end */

/* @group Breadcrumb */



#breadcrumb{
	margin-bottom: 0.5em;
	font-size: 1em;
	color: #c1c1c1;
} 
#breadcrumb a{
	
	font-size: 1em;
	color: #a3a3a3;
	border-bottom: 1px dotted #a3a3a3;
	text-decoration: none;
}
#breadcrumb a:hover{
	
	text-decoration: none;
	color: #457fb9;
}


/* @end */



/* @end */

/* @group #photo-edit */
#photo-edit .row{
	margin-bottom: 5px;
}
#photo-edit .row.photo{
	margin-bottom: 10px;
	border: 1px solid #cbcbcb;
	padding: 5px;
}

#photo-edit .row.photo img{
	float: left;
}

#photoViewer .photoNav{
	margin-bottom: 10px;
}
#photoViewer .photoWrapper{
	text-align: center;
}
#photoViewer .caption{
	font-size: 14px;
	margin: 10px;
}
#photoViewer .photoActions{
	margin: 10px;
}

/* @end */

/* @group #frontpage */


#frontpage #splash-promo{
	position: relative;
	height: 400px;
	background: url(../images/splashpromo.jpg) no-repeat center top;
}
#frontpage #splash-content{
	position: absolute;
	width: 350px;
	top: 10px;
	right: 10px;
}
#frontpage #splash-content ul{
	margin-left: 50px;
}
#frontpage #splash-content h1{
	font-weight: bold;
	font-size: 1.8em;
}

/* @end */

/* @group #profile-updater */

#profile-updater .headline {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
#profile-updater .h2{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: #008afd;
}

/* @end */

/* @group #home */


#home .sectionblock{

	margin: 0 0 10px;
}
#home .sectionblock h3{
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #f0a935;
	color: #f0a935;
}

#home .photofeed .photo {
	float: left;
	margin-right: 10px;
}

#home .seemore{
	float: right;
}



/* @end */


/* @end */



/* @group Content */

/* @group Article */

.articlePreview {
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.articlePreview .title{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.articlePreview .author{
    font-style: italic;
	margin-bottom: 10px;
	clear: both;
}
.articlePreview .author > img{
	width: 50px;
	height: auto;
	float: left;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.articlePreview li{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}

#article{
	padding: 0 10px;
}

#article .author{
	font-style: italic;
	margin-bottom: 10px;
	clear: both;
}

#article .author > img{
	width: 50px;
	height: auto;
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

#article img{
	padding-right: 10px;
	padding-bottom: 10px;
}

#article h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
}

#article p {
	margin-bottom: 1.2em;
	font-size: 12px;
	line-height: 18px;
}

#articleNavigator{
	float: right;
	background-color: #d8ddf7;
	border: 1px solid #a4a2ff;
	margin: 0 0 0 20px;
	padding: 10px 15px;
}

#articleNavigator ul{
	margin: 0;
	padding: 0;
}

div#article p > a {
	color: #2800ff;
}

#articleNavigator li{
	list-style-type: decimal;
	list-style-position: inside;
}

#articleNavigator li.current{
	font-weight: bold;
}

#article .pageNavigator{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @group #comments */

#comments{
	background-color: #e1e6ff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	
}

#comments h2{
	font-size: 18px;
	font-weight: bold;
}

#comments .comment-photo{
	float: left;
	width: 100px;
}

#comments .comment-envelope{
	margin-left: 100px;
	margin-bottom: 10px;
	font-size: 10px;
}
#comments .comment-envelope .memberName{
	font-weight: bold;
}
#comments .comment-body{
	margin-left: 100px;
	
}
#comments .comment{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cbcbcb;
}

.message{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3def8;
}


/* @end */

/* @end */

/* @group Photo Album */

#album{
	
}

.albumphoto{
	float: left;
	height: 165px;
	width: 165px;
}

#album img{
	padding: 3px;
	margin: 2px;
	border: 1px solid #f2e8d2;
	vertical-align: middle;
}
#album img:hover{
	border: 1px solid #ffb700;
}


/* @end */
#birthdays {
	text-align: left;
	border: 1pt solid #008afd;
	font-size: 9px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 200px;
}

#birthdays h2 {
	color: #ffffff;
	border-bottom: 1px dotted #008afd;
	padding: 5px;
	margin: 0 0 10px 0;
	background: #008afd;
}




/* @group Imported */

/*.photomanager {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: 1pt dotted #c8d9f1;
	border-bottom: 1px dotted #c8d9f1;
	margin-bottom: 5px;
	margin-right: 5px;
}*/
#photomatrix {
	margin-top: 10px;
	margin-bottom: 10px;
}

#album table{
	width: auto;
}
#album td {
	padding: 0;
	margin: 0;
}

#photomatrix .photo {
	width: 100px;
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 10px;
	padding-right: 5px;
	border-bottom: 1px dotted #c8d9f1;
	border-left: 1px dotted #c8d9f1;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#photomatrix img {
	width: 100px;
	height: 100px;
}

#slideshowscrubber {
	overflow: scroll;
	height: 100px;
}


/* @end */

/* @group Home */

#home-left{
	width: 670px;
	float: left;
}

#home-right{
	margin-left: 10px;
	width: 300px;
	float: right;
}

/*.sidebox {
	
}
.sidebox-content{
	padding: 5px;
}
.sidebox h3{
	background-color: #d8dfea;
	border-top: 1px solid #3b5998;
	border-bottom: 1px solid #ccc;
	color: #3b5998;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sidebox h3.invisible{
	background-color: #e7e7e7;	
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #ccc;
	color: #9d9d9d;
}*/


/* @end */
/* @group Sidebar */

#sidebar{
	float: right;
	width: 200px;
}


/* @end */



/* @group MemberListStyles */

/* @group Member Power View */

.memberpowerview {
	clear: both;
	float: none;
	overflow: hidden;
	font-size: 10px;
	border-bottom: 1px solid #002358;
	border-left: 1px solid #002358;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.memberpowerview .photo {
	float: left;
	height: 55px;
	padding-right: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.memberpowerview .content {
	float: left;
	border-right: 1px dotted  #002358;
	border-bottom: 1px dotted  #002358;
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.memberpowerview h2 a {
	color: #ff6300;
	text-decoration: none;
}
	
/* @end */

/* @group Member List */

/*.memberlist {
	border: 1px solid #9996ff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}

.memberlist-photo {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 100px;
}
.memberlist-actions{
	color: #ff6300 ;
}

.memberlist-content {
	margin-left: 110px;
}

.memberlist .profileactions {
	width: 200px;
	float: right;
}*/

/* @end */

/* @group Member Thumbnail */

/*
.memberthumbnail{
	width: 130px;
	height: 50px;
	min-height: 50px;
	border: 1px solid #ddd;
	overflow: hidden;
	background-color: #e7e7e7;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}
*/

.memberthumbnail{
	border: 1px solid #ddd;
	width: 130px;
	height: 50px;
	min-height: 50px;
	background-color: #e7e7e7;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
	cursor: pointer;
}
.memberthumbnail .memberName{
	color: #0b54ae;
	font-weight: bold;
}

.memberthumbnail:hover {
	cursor: pointer;
	border: 1px solid #3b5998;
	background-color: #d8dfea;
}

.memberthumbnail-content ul{
	margin: 0px;
	padding: 0px;
	width: 70px;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.memberthumbnail-content li{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	float: none;
	line-height: 10px;
}

.memberthumbnail-photo{
	float: left;
	height: 50px;
	width: 50px;
	overflow: hidden;
}
.memberthumbnail-content{
	margin-left:  55px;
	font-size: 10px;
}
	
/* @end */
	
/* @end */

/* @group Photo Manager */


#photomanager .photo {
	overflow: hidden;
	border-bottom: 1px dotted #244a8f;
	padding: 0 5px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#photomanager .photoWrapper{
	width: 100px;
	height: 90px;
	float: left;
}
#photomanager .photoWrapper img{
	/*width: 75px;
	height: 75px;*/
}
#photomanager .pending{
	font-weight: bold;
	color: #f00;
}



/* @end */

#content {
	margin: 0 auto;
	padding: 10px 0;
}

#content a{

}
.quickSearch{
	background-color: #ff6300;
	width: 220px;
	padding: 10px;
	color: white;
}
.quickSearch h2{
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
}
.quickSearch p{
	margin: 0px 0px 2px;
}
#search .quickSearch {
	margin-bottom: 10px;
}
.memberNameSearch{
	background-color: #008bfd;
	width: 220px;
	padding: 10px;
	color: white;
}
.memberNameSearch h2{
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: left;
}
.memberNameSearch p{
	margin-bottom: 5px;
}

.instantSearch{
	background-color: #27f900;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home #content {
	padding: 10px 0px 0px;
}

#home .col1-1{
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	
}

#home .col1-3{
	padding-left: 10px;
	width: 200px;
	float: left;
}

#home .col2-3{
	margin-left: 10px;
	width: 295px;
	float: left;
}

#home .col3-3{
	margin-left: 10px;
	width: 250px;
	float: right;
}

#home .col1-2{
	width: 500px;
	float: left;
	padding-left: 10px;
}

#home .col2-2 {
	width: 240px;
	padding-right: 10px;
	float: right;
}

#searchResults{
	padding: 10px;
}

.profileList{
	padding: 5px;
	background-color: #ffffa4;
	margin-bottom: 10px;
}
.profileList .subcol1-2{
	float: left;
}
.profileList .subcol2-2{
	float: right;
	text-align: right;
}
.profileList .primaryPhoto{
	float: left;
	width: 100px;
}
.profileList .memberName{
	font-size: 20px;
	font-weight: bold;
}
.profileList .openingLine{
	font-size: 16px;
	margin-bottom: 10px;
}
.profileList .loginStats{
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

#forums #content{
	width: 760px;
	padding: 10px;
}

 

/* @group Profiles */

.onlineNow{
	color: #00d700;
	font-weight: bold;
}

#profile {
	background: beige;
}



#profilenarrowcolumn{
	float: left;
	width: 200px;
	background-color: #fff;
}


#profilewidecolumn{
	float: right;
	width: 640px;
}

#profilephoto{
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	padding: 10px;
}

#profile-photos #profilewidecolumn .photo{
	text-align: center;
}

.profileactions{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.profileactions ul{
	margin-bottom: 0;
}
.profileactions a {
	border-bottom: 1px dotted #1500ae;
	text-decoration: none;
}
.profileactions a:hover {
	color: #1500ae;
	border-bottom: 1px dotted #1500ae;
	text-decoration: none;
}

/* @group Display Form */

.displayform .response {
	margin-top: 3px;
	margin-bottom: 3px;
}

.displayform .question {
	color: #989898;
	font-size: 12px;
}

.displayform .answer {
	margin-left: 5px;
	color: #000;
	font-weight: bold;
}
	
/* @end */

/* @group Entry Form */

.entryform .response {
	
}

.entryform .question {
	color: #312c83;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.entryform .answer {
	margin-left: 5px;
	color: #312c83;
	font-weight: normal;
}
	
/* @end */

/* @end */

/* @group Forums */

.forumNav{
	margin-bottom: 10px;
	margin-top: 10px;
}

table.discussions {
	border-collapse: collapse;
	border: 1px solid #828282;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.discussions th {
	border-bottom: 1px solid #828282;
	color: #3b5998;
	background: #d8dfea;
	border-top: 1px solid #828282;
}

table.discussions th.first {
	border-left: 1px solid #828282;
}

table.discussions th.last {
	border-right: 1px solid #828282;
}

table.discussions td {
	border-right: 1px solid #bdbdbd;
}

table.discussions td.first {
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}

table.discussions tr.category td {
	color: #484848;
	background: #ebebeb;
	border: 1px solid #bdbdbd;
}

table.postdisplay {
	margin-bottom: 10px;
}

table.postdisplay td.memberinfo {
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-right: 1px dotted #d7d7d7;
}

table.postdisplay td.actions {
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px dotted #d7d7d7;
	border-top: 1px solid #bdbdbd;
}

table.postdisplay td.postinfo {
	border-bottom: 1px dotted #d7d7d7;
	border-top: 1px solid #bdbdbd;
}

table.postdisplay td.statusicon {
	border-bottom: 1px dotted #d7d7d7;
	border-top: 1px solid #bdbdbd;
}

table.postdisplay td.message {
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	height: 100%;
}

.post{
	padding: 10px;
	border: 1px solid #cacaca;
	margin-bottom: 10px;
	position: relative;
}

.post-memberinfo{
	float: left;
	width: 100px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #e1e1e1;
	overflow: hidden;
}
.post-header{
	margin-left: 115px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
}
.post-body{
	margin-left: 115px;
}

.post-actions{
	position: absolute;
	top: 10px;
	right: 10px;
}

/* @end */

/* @group Mailbox */

#mailbox .padder {
	padding: 10px;
}
#mailbox .col1-2 {
	float: left;
	width: 150px;
}

#mailbox .col2-2 {
	float: right;
	width: 700px;
}

.message{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3def8;
}

.message-photo{
	float: left;
	width: 100px;
}

.message-envelope{
	float: left;
	width: 150px;
	font-size: 10px;
	margin-left: 10px;
}
.message-envelope .memberName{
	font-weight: bold;
}
.message-flags{
	float: left;
	width: 15px;
}
.message-body{
	margin-left: 290px;
}

#message-reply{
	margin-left: 290px;
}
#message-reply textarea{
	margin-top: 10px;
	width: 400px;
	height: 100px;
}

#mailmessage .padder {
	padding: 10px;
}
#mailmessage .col1-2 {
	float: left;
	width: 150px;
}

#mailmessage .col2-2 {
	float: right;
	width: 700px;
}

#mailmessage .bodytext {
	clear: both;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #5e57b2;
	padding-bottom: 5px;
}

#mailmessage div.row {
  	clear: both;
	margin: 0;
	padding: 0;
}

#mailmessage div.row span.label {
  	float: left;
  	width: 100px;
  	text-align: right;
	font-weight: bold;
	background: #5e57b2;
	border-right: 3px solid #8578f8;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	margin: 0;
}

#mailmessage div.row span.displayfield {
  	float: left;
  	text-align: left;
	background: #e3def8;
	width: 577px;
	margin: 0;
	padding: 5px;
}

#mailmessage div.row span.inputfield {
  	float: left;
  	text-align: left;
	background: #e3def8;
	width: 577px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
 

#mailboxtable {
	margin-bottom: 10px;
}

#mailboxtable th {
	border-bottom: 3px solid #9a79ff;
	color: #ffffff;
	background: #6218b5;
}

#mailboxtable td {
	border-bottom: 1px solid #d0b9e3;
}

/* @end */


/* @end */

/* @group Footer */

#footer{
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#footer a{

} 

/* @end */

/* @group Upgrade */

table.upgrade thead th{
	background-color: #4e6da6;
	color: #fffeff;
}

/* @end */

/* @group Search Form (profile) */

form.search a.expansion {
	text-decoration: none;
	
}
form.search a.expansion h3{
	margin: 0;
	line-height: 25px;
	height: 25px;
	padding-left: 30px;
	background: #f3f3f3 url(../images/Expansion-Arrow-Closed.png) no-repeat 0 0;
	border-bottom: 1px solid #e9e9e9;
}

form.search a.expansion.expanded h3{
	background: #f3f3f3 url(../images/Expansion-Arrow-Open.png) no-repeat 0 0;
	border-bottom: none;
}

form.search td{
	padding: 0;
	margin: 0;
}
form.search label{
	color: #000;
}


/* @end */

#memberDashboard a {
	border-bottom: 1px dotted #1500ae;
	text-decoration: none;
}
#memberDashboard a:hover {
	color: #1500ae;
	border-bottom: 1px dotted #1500ae;
	text-decoration: none;
}
#memberDashboard ul {
	list-style: circle inside;
	padding: 0;
	margin-bottom: 0;
}

#memberDashboard div.row {
  clear: both;
	margin: 0;
	padding: 0;
}

#memberDashboard div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

#memberDashboard div.row span.inputfield {
  float: left;
  text-align: left;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.displaytable th {
	color: #2f3f7e;
	padding: 2px 5px;
}

.displaytable td {
	padding: 2px 5px;
}

.inputtable {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.inputtable th {
	color: #2f3f7e;
	padding: 2px 5px;
}

.inputtable td {
	padding: 2px;
}

.radiotable {
	border: 1pt solid #312c83;
	color: #312c83;
	border-collapse: collapse;
}

.radiotable tr.even {
	background: #dddbff;
}

.radiotable tr.odd {
	background: #ffffff;
}

/* @group Forms */

.divFormContainer {
	background-color: white;
}

.divFormTitleText {
	font-weight: bolder;
	margin-bottom: 6pt;
	margin-top: 6pt;
	color: #008afd;
	font-size: 24px;
}

.divAskedQuestion {
	color: #f6a524;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: bold;
}

.divQuestion {
	margin-bottom: 5px;
}

.divQuestionDescription {
	font-style: italic;
	font-weight: normal;
}

.spanQuestion {
	font-weight: bold;
	color: #0066a8;
}

.spanQuestionResponse {
	padding-left: 5px;
	font-size: 8pt;
}

.divFreeText {

}

.subQuestionClass {

}

.spanMatrixQuestionAsked {
	font-weight: bold;
}

.spanMatrixResponse {

}

.divMatrixResponseContainer {

}

.divMatrixContainer {

}

.divAnswerContainer {

}

.divAnswerContainer TD {

}

.divResponseContainer {

}

.clsQuestionAsked {
	font-weight: bold;
	color: #739EFD;
}

.tblDynamicForm {
	width: 100%;
}

.multiOrSingleRow {
	background-color: #F7F7F7;
}

TABLE.tblDynamicForm TD {
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

TR.clsSpacerRow TD {
	height: 2px;
}

TD.clsSpacerCell {

}

.matrixAnswerRow {

}

.matrixQuestionRow {
	background-color: #F7F7F7;
}

.freeTextRow {

}

.clsMatrixAnswer {
	margin-left: 15px;
	color: #739EFD;
}

.clsFreeTextQuestion {
	color: #739EFD;
	font-weight: bold;
	position: relative;
	left: -5px;
	margin-top: 10px;
}

.clsFreeTextResponse {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.subQuestionClass {
	margin-top: 5px;
}

.tblMatrix {
	background-color: #E6E6E6;
}

.spanMatrixAnswer {
	font-weight: bold;
	color: #3B5081;
}

.spanMatrixTableQuestion {
	font-weight: bold;
	color: #3B5081;
}

/* @end */

/* @group Style */

#sidebar {
	background-color: #fffdd5;
}

/* @end */
    
/* @end */
/* @group Blog */

#frontpage .blog{

}

.blog-post{

	padding: 10px;
	border: 1px solid #cacaca;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 2px solid #204796;
	margin-bottom: 10px;
	
}

.blog-post .entry-date{
	font-size: 12px;
	color: #939393;
	font-style: normal;
	padding-top: 3px;
	font-weight: normal;
}

.blog-post h2{
	font-size: 16px;
	color: #686868;
	font-weight: bold;
}

.blog-post h2 a{
	text-decoration: none;
}

.blog-post .post-footer{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 8px;
}

.blog-entry{
	font-size: 12px;
	line-height: 1.4em;
	color: #757575;
}
 
.blog-entry p{
	padding: 0;
	margin-top: 0;
	margin-bottom: .8em;
}

/* @end */