/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
}

input, select, textarea {
	font-family:Arial, Verdana;
	font-size:11px;
	color:#383838;
}

.formtextarea {
	width:380px;
	height:120px;
}

input[type="text"], input[type="password"], input[type="file"] {
	border:1px solid #000000;
}

img, table, form {
	border:0;
	margin:0;
}

a {
	text-decoration:none;
	font-size:12px;
	color:#3e9b01;
}

a:hover {
	text-decoration:underline;
}

a.greenbullet {
	background:url(../img/greenbullet.gif) no-repeat 0px 5px;
	color:#3e9b01;
	font-size:11px;
	padding-left:8px;
	text-decoration:underline;
	font-weight:bold;
}

a.graybullet {
	background:url(../img/graybullet.gif) no-repeat 0px 6px;
	color:#6f6f6f;
	font-size:11px;
	padding-left:5px;
	text-decoration:none;
	font-weight:bold;
}

a.greenbullet-14 {
	background:url(../img/greenbullet.gif) no-repeat 0px 7px;
	color:#3e9b01;
	font-size:14px;
	padding-left:8px;
	text-decoration:underline;
	font-weight:bold;
}

a.graybullet-14 {
	background:url(../img/graybullet.gif) no-repeat 0px 7px;
	color:#6f6f6f;
	font-size:14px;
	padding-left:8px;
	text-decoration:underline;
	font-weight:bold;
}

#topad {
    display:none;
}

#container {
	width:100%;
	margin:auto;
	text-align:center;
}

#container h1 {
	color:#3e9b01;
	font-weight:bold;
	font-size:18px;
	display:block;
	border-bottom:1px solid #3e9b01;
	margin-bottom:10px;
}

#container h2 {
	color:#3e9b01;
	font-weight:bold;
	font-size:16px;
	display:block;
	border-bottom:1px dotted #3e9b01;
	margin-bottom:10px;
	margin-top:30px;
}



#left-col {
	width:544px;
	text-align:left;
}

#right-col {
    display:none;
}


#my-profile-public img , #widget img {
	border:1px solid #54d100;
	margin-right:8px;
}

img.userpic {
	border:1px solid #54d100;
}

#my-profile-public {
	/*height:250px;*/
}

#logo {
	margin:5px 0px 2px 3px;
}

#menu {
    display:none;
}

#subpage-title {
	height:23px;
	margin:15px;
    text-align:center;
	font-size:24px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}


#footer {
    display:none;
}


.submitbtn-login, .submitbtn {
	background-color:#5cb000;
	background:url(../img/greenbuttongradient.jpg) repeat-x;
	border:1px solid #89ff00;
	padding:0px 8px 0px 8px;
	color:#ffffff;
	font-weight:bold;
	height:21px;
}

 
.submitbtngray {
	background-color:#ededed;
	border:1px solid #2042a4;
}


.submitbtn-dgreen {
	background-color:#5cb000;
	border:1px solid #7add06;
	padding:6px 8px 0px 8px;
	color:#ffffff;
	font-weight:bold;
	height:20px;
	font-size:11px;
}

.submitbtn-lgreen {
	background-color:#6fce00;
	border:1px solid #5eb104;
	padding:6px 8px 0px 8px;
	color:#ffffff;
	font-weight:bold;
	height:20px;
	font-size:11px;
}



.greenstripes , .graynstripes {
	width:100%;
	margin-bottom:5px;
	margin-top:20px;
}

.greenstripes th , .graynstripes th {
	font-size:11px;
	font-weight:bold;
	height:13px;
	white-space:nowrap;
	padding-right:10px;
}

.greenstripes td {
	height:13px;
	background:url(../img/greenslashback.gif) repeat-x left center;
	width:100%;
}

.graynstripes td {
	height:13px;
	background:url(../img/grayslashback.gif) repeat-x left center;
	width:100%;
}

.redlink {
	color:#A00000;
}

/*--------------------------------- SINGLE MODS --------------------------------- */
.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.overauto {
	overflow:auto;
}
.w-100 {
	width:100%;
}
.dblock {
	display:block;
}
.fs-10 {
	font-size:10px;
}
.fs-12 {
	font-size:12px;
}
.fs-14 {
	font-size:14px;
}
.bold {
	font-weight:bold;
}
.graytext {
	color:#888888;
}
.greentext {
	color:#3e9b01;
}
.greenlighttext {
	color:#70CF00;
}
.greenborder {
	padding:10px;
	border:1px solid #3e9b01;
}
.margin10 {
	margin:10px;
}
/*--------------------------------- SINGLE MODS --------------------------------- */






.formtable , .formtable input , .formtable select , .formtable textarea {
	font-size:14px; 
}

.formtable .graytext {
	font-size:11px; 
}

#newpostlink {
	margin-bottom:20px;
}



#listing {
	width:100%;
}

#listing {
	color:#000;
	font-size:11px;
}

#listing a {
	color:#000;
	font-size:11px;
	text-decoration:underline;
}

#listing th {
	background:#5CB000;
	color:#fff;
	font-weight:bold;
	font-size:13px; 
}

#listing th.actions {
	width:15%;
}

#listing td {
	background:#fff;
}

#listing td.alternate {
	background:#E5FFC7;
}

#listing a.edit {
	color:#1B92FF;
}

#listing a.delete {
	color:#A00000;
}

.picgreenframe {
	border:1px solid #E5FFC7;
}
.picgrayframe {
	border:1px solid #cccccc;
}



.tabsContentTitle {
	color:#3e9b01;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:10px;
	margin-top:20px;
}





.site_tabs {
	margin:15px 0 0 5px;
	padding:0;
	clear:both;
	width:99%;
}

.site_tabs li{
	display:none;
}


.video-pending {
	font-weight:bold;
	color:#0000A0;
}
.video-error {
	font-weight:bold;
	color:#A00000;
}
.video-active {
	font-weight:bold;
	color:#00A000;
}

.latestpictures {
	text-align:center;
	font-size:11px;
}
.latestpictures a {
	font-size:11px;
}



.coachsign {
	border:1px solid #000000;
	padding:3px 7px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
    margin-top:15px;
    text-align:center;
    width:105px;
}

