main {
	margin: 0;
	padding: 0;
	}
body {
	background-color:#ccc;
	background-image: url("/images/bg_body.gif");
	background-repeat: repeat-x;
	height:100%;
	z-index:-1;
	}
blockquote {
	padding: 20px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	}
blockquote .source {
	text-align: right;
	}
#central_content{
 min-height:400px;
 height:auto !important;
 height:400px;
}
#wrapper {
	text-align: center; 
	min-width: 950px;
	max-width: 950px;
	width: 85%; 
	margin: 0 auto; 
	text-align: left; 
	position:relative;
	}
#wrapper, #content, #primaryContent, #secondaryContent, #tertiaryContent {
	background-color: white;
    z-index:0;
	}

#loginStatus {
	padding: 5px;
	background-color: black;
	}
#loginStatus #attract {
	float: left;
	margin-right: 50px;
	}
#loginStatus #login-form {
	float: right;
	}	
#loginStatus #attract li {
	display: inline;
	padding: 4px 10px 8px 10px;	
	}
td.col_m7 {
	width: 30px;
	text-align: right;
	}
td.col_m6 {
	width: 100px;
	text-align: right;
	}
td.col_m1 {
	width: 5px;
	}
td.col_m2 {
	width: 20px;
	text-align: left;
	}
#mainNav li a:hover {
	/*background-color: #2E2729;*/
	color: #fff;
	text-decoration:none;
	}
#mainNav li.active {
    background:url("/images/mainNav_tabRight.gif") no-repeat right top;
	border-bottom: 1px solid white;
	margin: 0px;
	}
#mainNav li.active a{
	background: url("/images/mainNav_tabLeft.gif") no-repeat left top;
	margin: 0px;
	padding: 6px 15px 4px 15px;
	display:block;
	
	}
#breadcrumb {
	font-weight: bold;
	clear: both;
	background-image: url("/images/bg_breadcrumb.gif");	
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 15px;
	height: 22px;
}
#breadcrumb div.left { padding: 0px 0px 0px 0px; margin: 2px 6px 0px 0px;}
#breadcrumb div.right { padding: 0px 0px 0px 0px; margin: 2px 6px 0px 0px;}

#breadcrumb a {
	text-decoration: underline;
}
#primaryContent, #secondaryContent, #tertiaryContent {
	padding-bottom: 25px;
}	
#footer {
	clear: both; 
	}
#footer #siteLinks {
	padding: 4px 15px 2px;
	background-color: #eeeeee;
	}
#footer #companyLinks {
	padding: 4px 15px 2px;
	background-color: #d9d9d9;
	}
#footer #disclaimer {
	padding: 2px 15px 1px 15px;
	background-color: #5d5d5d;
	}
#footer a {
	padding: 0px 4px 0px 7px;
	}
.left {
	float: left;
	}
.right {
	float: right;													
	}
.clear {
	clear:both;
	}
.customheading {
	height: 30px;
	padding-top:15px;
	}
.customheading h1 {

	}
#content, #secondaryContent {
	border-top: 1px solid white;
	}
/* Gray Submit-Style Buttons */
a.gray_button {
   /*  background: url('/images/bg_grayButton_right.png') no-repeat scroll top right; */
    display: block;
    float: left;
    height: 30px;
    margin: -5px 1px 0px 0px;
    padding-right: 10px; /* sliding doors padding */
    outline: none; /* hide dotted outline in Firefox */
    
}
a.gray_button span {
    background: url("/images/bg_grayButton_left.png") no-repeat;
    display: block;
    line-height: 14px;
    padding: 7px 10px 7px 10px;
	border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #999;
border-bottom-color: #999;
border-left-color: #CCC;
border-top-color: #CCC;
}
a.gray_button:active {
    background-position: top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.gray_button:active span {
    background-position: top left;
    padding: 7px 10px 7px 10px; /* push text down 1px */
}
a.gray_button strong {
	color: #333333;
	}

a.gray_button strong:hover{
	color: #0000FF;
	text-decoration: underline;
	}
	
/* Large Blue Submit-Style Buttons */
a.blue_button_large {
    background: url('/images/bg_blueButton_right.gif') no-repeat scroll top right;
    display: block;
    height: 50px;
	width: 150px;
    margin: -5px 6px 0px 0px;
    padding-right: 10px; /* sliding doors padding */
    outline: none; /* hide dotted outline in Firefox */
	color:#000000;
    
}
a.blue_button_large span {
	background: url("/images/bg_blueButton_left.gif") no-repeat;
	display: block;
	height: 50px;
	line-height: 24px;
	padding: 7px 0 7px 10px;
}

a.red_button_large {
    background: url('/images/bg_redButton_right.gif') no-repeat scroll top right;
    display: block;
    height: 50px;
	width: 150px;
    margin: -5px 6px 0px 0px;
    padding-right: 10px; /* sliding doors padding */
    outline: none; /* hide dotted outline in Firefox */
	color:#000000;
    
}
a.red_button_large span {
	background: url("/images/bg_redButton_left.gif") no-repeat;
	display: block;
	height: 50px;
	line-height: 24px;
	padding: 7px 0 7px 10px;
}

a.gray_button_large:active {
    background-position: top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.gray_button_large:active span {
    background-position: top left;
    padding: 7px 0 7px 10px; /* push text down 1px */
}
a.gray_button_large strong {
	color: #FFFFFF;
	font-size:16px
	}

a.gray_button_large strong:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
		
	
/* Larger Gray Submit-Style Buttons */
a.gray_button_large {
    background: url('/images/bg_grayButton_right.gif') no-repeat scroll top right;
    display: block;
    height: 29px;
    margin: -5px 6px 0px 0px;
    padding-right: 10px; /* sliding doors padding */
    outline: none; /* hide dotted outline in Firefox */
    
}
a.gray_button_large span {
    background: url("/images/bg_grayButton_left.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 7px 0 7px 10px;
}
a.gray_button_large:active {
    background-position: top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.gray_button_large:active span {
    background-position: top left;
    padding: 7px 0 7px 10px; /* push text down 1px */
}
a.gray_button_large strong {
	color: #0033cc;
	font-size:14px
	}

a.gray_button_large strong:hover{
	color: #0000FF;
	text-decoration: underline;
	}
	
	
	
	
/* My Connections -> Connection List */
#connectionTop, #groupTop, #messageHead {
	background-color: #eeeeee;
	height: 20px;
	padding: 10px 5px;
	display: block;
	}
#messageHead {
	border-top: 1px solid white;	
	border-bottom: 1px solid #666666;
	}
.message_list table td{
	height: 90px;
	} 
#connectionSecondTop {
	padding: 5px 0px;
	}	
#connectionContent .connectionList {
	padding: 10px 0px 15px;
	border-top: 1px solid #cccccc;
	}

#connectionContent h1, p {
	padding: 0px;
	margin: 0px;
        z-index: 0;
}
	
#r_col_right {
	float:right;
	padding-right:25px;
	}
#gray_box {
	padding:3px;
	background-color:#999999;
	font-weight:bold;
	border:1px solid black;
	}
.channel_list_result, .videographer_directory_result {
	float:left;
	width:99%;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #cccccc;
	}
.channel_list_result_small {
	float:left;
	width:90%;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #cccccc;
	}
.video_list_result_small {
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #cccccc;
	}

.last {
	margin-bottom:10px;
}
.channel_list_result .left_col, .video_list_result_small .left_col {
	width:20%;
	float:left;
	padding-right:0px;
	}
.video_list_result_small .left_col {
	margin-right: 5px;
	}
.videographer_directory_result .left_col {
	width:19%;
	float:left;
	padding-right:5px;

	}

.channel_list_result_small .left_col {
	width: 30%;
	float:left;
	padding-right:0px;
	}

.channel_list_result img, .videographer_directory_result img {
	border: 1px solid #cccccc;
	}
.channel_list_result .mid_col, .channel_list_result_small .mid_col {
	float:left;
	margin-left: 10px;
	width: 355px;
	margin-top: 10px;
	}
.video_list_result_small .mid_col { 
	float:left;
	margin-left: 30px;
	width: 250px;

	}
.videographer_directory_result .mid_col {
	float:left;
	width: 375px;
}
.channel_list_result .right_col, .videographer_directory_result .right_col {
	float:right;
	}
.channel_list_result p, .videographer_directory_result p {
	margin: 0px;
	}
	
.channel_list_result .right_col li, .videographer_directory_result .right_col li{
	border-bottom: 1px solid #cccccc;
	padding: 2px 20px;
	}
.channel_list_result .right_col li {
	width: 125px;
	}

.channel_list_result .right_col li.last, .videographer_directory_result .right_col li.last {
	border-bottom: none;
	}	
.channel_list_result .right_col li:hover, .videographer_directory_result .right_col li:hover {
	background-color: #eeeeee;
	text-decoration:underline;
	}
	
.resultset_nav {
	margin: 10px 0px;
	width: 690px;
	width: expression("610px");
	text-align: center;
	}
.resultset_nav_prev {
	width: 20px;
	width: expression("20px");
	float: left;
	}	
.resultset_nav_next {
	width: 20px;
	width: expression("20px");
	float: right;	
	}
.resultset_nav_label {
	width: 460px;
	width: expression("200px");
	text-align: center;
    float:left;
	}
.feedTitle {
	background-color: #dddddd;
	padding: 5px;
	}
.feedTitle img {
	float: left;
	margin-right: 10px
	}
.actionFeedList .feedText  {
	border: thin solid white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	height: 50px;
	padding: 5px 0px 5px 0px;
	margin: 5px -3px 5px -3px;
	
	}
.actionFeedList img {
	float: left;
	margin: 0 10px 10px 10px;
	border: 1px solid #ccc;
	height: 45px;
	width: auto;
	}
.actionItems {
	width: 140px;
	padding: 7px;
	/*border: 1px solid #ccc;
	background-color: #f4fbeb;*/
	border: 2px solid #00cc33;
	background-color:#f0ffea;
	}
.memberBox {
	width: 140px;
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #f4fbeb;
	}
.composeHeader {
	background-color: #f4fbeb;
	padding: 10px 0px;
	}
 .networksHeader {
	border: 1px solid #ccc;
	background-color: #FFFFCC;
	padding: 10px 10px;
 	}
div.messageUser {
	background-color: #eee;
	margin-top: 1px;
	padding: 10px 0px 5px;	
	}
div.messageUser img {
	padding: 0px 10px;
	width: 75px;
	height: auto;
	}
#read_message, div.read_message, div.read_my_message {
	padding: 10px 0px;
}
div.comment_arrow {
	margin: -2px 35px 0px;
	}
.connectionList img {
	margin-right: 10px;
	}
.showcaseInput img {
	float:left;
	}
.showcaseInput {
	clear: both;
	}
.showcaseInput div {
	float:left;
	margin: 5px 0px 0px 10px;
	}
	
#property_info_body {
	padding: 5px 0px 0px 30px;
	}
/*	----- */
.contentNav	{
	padding: 5px;
	margin-top:10px;
	}
.contentNav li {
	display: inline;
	}
.contentNav li a {
	padding: 2px 4px;
	background-color: white;
	border: 1px solid #ccc;
	font-style:uppercase;
	font-weight:bold;
	}
.standardPlayer {
	margin: 10px 0px;
	}

#media_pane {
	width:480px; 
	height:400px;
	margin-bottom: 10px;
	}
.videoLinks {
	background-color: #eeeeee;
	padding: 5px 5px;
	}
.videoLinks .flag {
	float:right;
	}
#comments {
	margin-top: 10px;
	}
#commentModule {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
	}
#commentModule .authorBlock {
	padding: 5px;
	background-color: #eeeeee;
	}
.comment {
	padding: 5px;
	}
.authorBlock .authorImg {
	float: left;
	padding-right: 10px;
	}
img.expandCollapse {
	float: left;
	margin-right: 10px
	}

.videographerSearch{
	margin-bottom:10px;
	padding:10px;
	border:1px solid #CCCCCC;
	width:95%;
	}

.register-btn {
	background: url("/images/register-btn.png");
	border: 0px;
	width: 200px;
	height: 56px;
	}
.login-btn {
	background: url("/images/login-btn.gif");
	border: 0px;
	width: 77px;
	height: 27px;
	}
.centeredYellow {
	padding: 5px;
	background-color: #ffffcb;
	text-align: center;
	width: 100%;
	}
.channelsCard { 
	background-color: #f4f4f4;
	margin-bottom: 20px;
	margin-right: 6px;
	padding: 5px;
	float: left;
	height: 310px;
	width: 150px;
	}

.channelsCardMember img, #myConnections .result img, #myNetworks .result img  {
	width: 30px;
	height: auto;
	padding: 1px;
	margin-right: 10px;
	border: 1px solid #ccc;
	}
#myConnections .result img, #myNetworks .result img   {
	margin-right: 5px;
	min-height: 20px;
	float: left; 
 	}
#myConnections {
	float: left;
	margin-right: 5px;
	width: 175px;
	}
#myNetworks {
	float: right;
	width: 175px;
	}
#myConnections .result, #myNetworks .result {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
.composeResult{
	height:20px; 
	border-bottom:1px solid #ccc; 
	cursor:pointer; 
	padding:3px; 
	padding-left:10px; 
	background-color:#F0FAFC;
	margin: 0px;
	width: 390px;
	}
.project_progress_bar {
	background-color: #eee;
	border: 1px solid #999;
	height: 28px;
	}
.project_progress_bar div {
	float: left;
	padding: 6px 8px 6px;
	width:125px;
	}
.project_progress_bar img {
	float: left;
	padding: 0px;
	margin: 0px;
	}
.progress_on {
	background-color: white;
	}
#showBidsGreen{
	background-color:#F0FFEA;
	border:2px solid #00D136;
	padding:8px;
}
.greeniframe{
	background-color:#F0FFEA;
	border:2px solid #00D136;
	padding:8px;
}
.greendiv{
	background-color:#F0FFEA;
	border:1px solid #00D136;
	padding:8px;
}
.reddiv{
	background-color:#FFE7E7;
	border:2px solid #FF0000;
	padding:8px;
}
.yellowdiv{
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	padding:8px;
	margin-bottom: 5px;
	font-size:14px;
}
#showBidsGreen .bidHead{
	font-weight:800;
}
#showBidsGreen .col1{
	float:left;
	width:210px;	
}
#showBidsGreen .col2{
	float:left;
	width:90px;	
}
#showBidsGreen .col3{
	float:left;
	width:170px;	
}
#showBidsGreen .bidRow{
	height:20px;
	padding-top:5px;
	padding-left:5px;
	/*background-color:#eeeeee;*/
}
#showBidsRed{
	background-color:#FFE7E7;
	border:2px solid #FF0000;
	padding:8px;
}
#showBidsRed .bidHead{
	font-weight:800;
}
#showBidsRed .col1{
	float:left;
	width:210px;	
}
#showBidsRed .col2{
	float:left;
	width:90px;	
}
#showBidsRed .col3{
	float:left;
	width:170px;	
}
#showBidsRed .bidRow{
	height:20px;
	padding-top:5px;
	padding-left:5px;
	/*background-color:#eeeeee;*/
}
div.vid_options {
	width: 100%;
	}
#primaryContent div.projectDetails h1 {
	background: #eee;
	padding: 4px;
	font-size: 14px;
	}
#primaryContent div.projectDetails h1 a {	
	color: #0033cc;
	}
#primaryContent div.projectDetails h1 a img{	
	}
ul.inviteList li {
	background-color: #eee;
	padding: 4px 2px;
	margin-bottom: 4px;
	}
ul.inviteList li img{
	float: left;
	margin: 0px 5px;
	}
.user_message{
	background-color:#FFFFCC;
	border:1px solid #CCCCCC;
	padding:10px;
	font-size:16px;
	font-weight:800;
}

#network-nav
{
    margin:15px 0 0 0;
    width:187px;
}

.network-nav-image
{
    padding:6px;
}


#network-nav ul
{
    list-style-type:none;
}

#network-nav ul li
{
    padding:6px 3px;
    border-bottom:1px solid #ccc;
    width:165px;
    margin:0 0 0 10px;    
}

#network-nav ul li img
{
    float:right;
    margin:0 5px 0 0;
}

.chooseThemeRadio img
{
	margin-left: 4px;
	margin-right: 4px;
	width: 48px;
	height: 48px;
}
.chooseThemeRadio input
{
	margin-left: 22px;
	margin-right: 24px;
	margin-top: 10px;
	width: 10px;
}
.chooseThemeRadio label
{
	font-family:verdana,sans-serif; 
	font-weight: bold;
	font-size: 12px;
	margin-left: -20px;
	margin-bottom: 10px;
}
.createyourown {
	margin-left: 20px;
	padding: 3px;
}
div.last {
	border-bottom:1px solid #cccccc;
	padding-top: 2px;
}

#themeSelection {
	
}
#themeSelection p {
	padding: 0px;
	margin: 1px 0px 0px 24px;
	/*font-size:10px;*/
	font-style:italic;
	font-weight:bold;
}
#themeSelection input, #themeSelection select {
	margin: 0px 0px 5px 2px;
}

#themeSelection input {
	width: 70px;
}
#fontStyle {
	width: 150px;
}
#hideDoor {
	width: 10px;
}

#themeSelection .smallText{ font-size: 10px;color: #777777; vertical-align: top;}
#themeSelection .smallText input { margin: 0px;padding: 0px;}

#themeSelection div.colorSample { float: left;margin: 0px 0px 5px 2px;}
.plainText { margin: 0px; padding: 0px;}
.createButton
{
	margin-top: 20px;
}
#video_color_picker h3 {
	margin-bottom:10px;
	margin-top: 20px;
}
div#company-logo {
  height: 50px;
  background : url(/cut_images/company-logo-background.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 5px;
}
.button {
	border: 0px solid red;
	display: inline; 
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 4px 0px 0px;
	font-size:12px;
}
.button a .button a:visited, .button a:link{
	border: 0px solid yellow;
	margin : 0px; padding: 0px; top: 0px;
	text-decoration: none;
	background-color: cyan;
	
}
.button a .button-left {
	background:url("/images/left_members-off.gif");
}
.button a .button-middle{
	background:url("/images/center_members-off.gif");
	background-repeat: repeat;	
}
.button a .button-right {
	background:url("/images/right_members-off.gif");
}
.button a:hover .button-left {
	background:url("/images/left_members-hover.gif");
}
.button a:hover .button-middle{
	background:url("/images/center_members-hover.gif");
	background-repeat: repeat;
}
.button a:hover .button-right {
	background:url("/images/right_members-hover.gif");
}
.button-left {
    width: 11px;
    height: 22px;
	background-repeat:no-repeat;
	position: absolute;
	left: 0px;
	top: 1px;
}
.button-middle {
	background:url("/images/center_members-off.jpg");
	background-repeat: repeat;
	height: 22px;
	display: inline;
	margin-left: 11px;
	margin-right: 11px;
	top: 1px;
	left: 0px;
	border: 0px solid blue;
	position: relative;
	float: left;
	text-alignment: bottom;
}
.button-middle div {
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}
.button-right {
	background:url("/images/right_members-off.jpg");
	background-repeat:no-repeat;
	width: 11px;
	height: 22px;
	position: absolute;
	right: 0px;
	top: 1px;
	border: 0px solid cyan;
}

#header {
	height: 102px;
	background-image: url("/images/bg_header.gif");
	border-top: 2px solid #32404b;
}

#header h1 {
	margin: 0px;
}

#branding {
	float: left;
	margin-left: 10px;
	margin-top: 22px;
}
	
#searchAndNav {
	float:right;
	height: 96px;
	width: 72%;
	position: relative;
}
#searchWidget {
	text-align: right;
	padding: 9px 50px 0px;
	padding: expression("17px 50px 0px");
	height: 18px;
}

#searchVideo {
	border: 1px solid yellow;
	text-align: right;
	padding: 30px 30px 0px;
	margin-right: 5px;
	height: 20px;
}
#searchVideo form,#searchVideo input { margin: 0px; padding: 0px;}
#searchVideo input.txt { color: gray;}
#searchVideo input.btn{ font-weight: bold;} 

#mainNav {
	margin:0px;
	background-color: #333333;
	padding: 4px 0px 0px 4px;
	border-top: 2px solid #32404b;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:1;
}
#mainNav a {
	text-decoration: none;
}
#mainNav div.active {
	display: inline; 
	position: relative;
	float: left;
	margin-right: 5px;
}
#mainNav div.active .button-left {
	background:url("/images/left_members-on.gif");
}
#mainNav div.active .button-middle{
	background:url("/images/center_members-on.gif");
	background-repeat: repeat;
}
#mainNav div.active .button-right {
	background:url("/images/right_members-on.gif"); 
}

#dashboardList {
	background: url('/images/my-dashboard.gif');	
	background-repeat: no-repeat;
	position:relative;
	width: 140px;
	height: 25px;
	float: left;
	color: white;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 13px;
	margin-right: 5px;
	text-align: left;	
	z-index: 99;
}
#dashboardList li {
	display: block;
	height: 20px;
	width: 100%;
	padding: 0px;
	text-align: left;
	margin : 5px 0px 0px 0px;
	z-index:99;
	position:relative;
}

#dashboardList li.activeLI{ 
	background-color: #D4E2EF;
	display: block;
	height: 20px;
	width: 100%;
	text-align: left;
	padding:0px;
	margin : 5px 0px 0px 0px;
}

#mainNav #dashboardList a {
	color: #0033cc;	
	font-weight: normal;
	text-decoration: underline;			
	margin:0px;
	padding-left: 10px;
}
#dashboardList li a:hover {
	color: #0000FF;	
	font-weight: normal;
	text-decoration: underline;			
}
#mainNav #dashboardList a.selectedItem {
	color:#0033cc;
	font-weight: bold;
	text-decoration: none;
}
#dashboardList ul {
	background-color: white;
	border: 1px solid #333333;	
	width: 156px;	
	position: absolute;
	top: 30px;
	left: 3px;
	margin:0px;
	padding: 0px 0px 10px 0px;
	list-style:none;
	z-index:99;
}


#searchAndNav div#loggedIn {
	float:left;
	padding-left:44px;
	padding-top: 30px;
	padding-right:10px;
	color: white;
}
.uploadVideo {
	top: 15px;  
	left: 79%;
	width: 132px;
	height: 36px;
	background-image: url('/images/upload_video.jpg');
	background-repeat: no-repeat;
	position: absolute;

}
#faqCont {
	margin: 0px 0px 0px 0px;
}

#faqCont  h1 {
	margin: 10px 0px 0px 10px;
}
#faqCont h2 {
	margin: 10px 0px 0px 50px;
	color:#5d5d5d;
}

#faqCont ol {
	list-style-type: decimal;
	padding: 10px 0px 0px 20px;
}
#faqCont hr {	
	margin: 10px 0px 10px 0px;
	
} 
#faqCont a:visited {
	color: #1057ae; 
}
#faqCont a:link {
	color: #1057ae; 
	text-decoration: none;
} 
#faqCont a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background: #5d5d5d;
	font-weight: bold;
}
#faqAdmin {
	width: 100%;
}
#allCategories {
	width: 200px;
	margin: 0px; 
	float: left; 
	padding: 0px 0px 0px 50px;
	height: 250px;
}

#allQuestions {
	width:600px;
	margin: 0px; 
	float:left;
	height: 250px;
	margin-left:50px;
}
#faqAdminHeading {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}
#category {	
	overflow: auto;
	width: 200px;
	border: 1px solid gray;
	height: 200px;
	/*background-color: #d9d9d9;	*/
	position: relative;
}
#faqs {
	overflow: auto;
	width:600px;
	border: 1px solid gray;
	height: 200px;	
}
#categoryName a:hover,  .categorySelected a , .links a:hover,#questionName a:hover,  .questionSelected a{
	font-weight: bold;
	color: white;
	background-color: #5d5d5d;	
}

.links a{
	font-weight: normal;
	background-color: #d9d9d9;
}

#questionInput ,#categoryInput, #categoryShortInput{
	clear: both;
	width: 800px;
	margin: 0px; 
	padding: 0px 0px 0px 50px;	
}

#faqAdmin #categoryInput, #categoryShortInput textarea{
	width: 850px;
	height: 30px;
}
#faqAdmin textarea {
	width: 850px;
}
#answerInput {
	padding-left: 50px;
}
#faqButtons input {
	margin-left: 90px;
	font-weight: bold;
}
#elm2 {	
	width: 850px;
}
#faqAnsMain  h1 {
	margin: 20px 0px 30px 100px;
}
#faqAnsMain  h2 {
	margin: 10px 0px 10px 0px;
}
#faqAnsMain { 
	width: 800px; 
	margin-top: 0px; 
	text-align: left; 
	padding: 0px; 
}
#Answer {	
	width: 500px; 
	margin-left: 220px; 
	margin-right: 120px; 
	margin-top: 10px;
	padding-bottom: 50px; 
}
#Answer a{	
	text-decoration: underline;
}
.dragClass { 
	background-color: #d9d9d9;
	margin: 3px 0px;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
	font-weight: bold;
}

.dragHelper {
	position: absolute;
	background-color: #7d7d7d;
	font-weight:bold;
	margin: 3px 0px;
	padding: 0px;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	font-weight: bold;
	color: white;
	cursor:move;
}

.dragHelper a { color: white; font-weight: bold;}

.categorySelected,.questionSelected {
	font-weight: bold;
	background-color: #7d7d7d;	
	margin: 3px 0px;
	padding: 5px;
	color: white;
	cursor: move;
}
#left_navigation h2{
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom:5px;
	width:175px;
	background-color: rgb(228,228,228);
	color: rgb(48,103,157);	
}
.memberTypeSearchActive {
	text-decoration: underline;
	background-color:rgb(247,247,247);
}
.memberTypeSearch {
	color: rgb(47,109,146);	
}
#left_navigation li {
	padding-left: 20px;
	padding-bottom:5px;	
	padding-top: 5px;
	border-bottom: 1px solid rgb(204, 204, 204);
	width:158px;	
	font-family:verdana,sans-serif; 
	font-size: 12px;
}
.memberSearch a:hover {
	text-decoration: underline;
	background-color:rgb(247,247,247);
}
.startNetwork {
	padding: 15px 15px 15px 15px;
	font-weight:bold;
	font-size:20px;
	background-color:white;
	color: rgb(0,51,204);
	text-decoration:underline;
}
#videoNetworkBox {
	background-color: rgb(255,255,205);
	border: 1px solid rgb(255,204,50);
	margin: 0px;
}
#videoNetworkBox p{
	padding-top:5px;
	color:black;
	padding-left:5px;	
	font-family:verdana,sans-serif; 
	font-size: 12px;	
}
.horizontalLine {	
	clear: both;
	border-top: 1px solid rgb(204, 204, 204);	
	height: 8px;
}

/*Member page*/
.profileLinkActive{
	font-size:13px;
	font-weight:800;
	display:block;
	float:left;
	margin-right:5px;
	background-color:#d8d8d8;
	border-top:1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	border-bottom: 0px solid #FFFFFF;
	height: 17px;
	padding-top:4px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.profileLinkInactive{
	display:block;
	float:left;
	margin-right:5px;
	background-color:#EDEDED;
	border-top:1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 14px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.profileLinkInactive a{
	font-size:13px;
}

.bizCardNav li{
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #D8D8D8;
}

.bizCardNav li a{
	font-size:14px;	 
}

.big_black{
	font-size:20px;
}

.big_red{
	font-size:20px;
	color:red;
	font-weight:800;
}

.regular_red {
	color:#F11A01;
	font-weight:bold;
	font-size: 14px;
}


.regular_red a{
 color:#F11A01;
 font-weight:bold;
}

.regular_red a:hover{
 color:#F11A01;
 font-weight:bold;
}

.gray_x {
 margin-right: 4px;
 background-color:#CCCCCC;
 color:#666666;
 font-size:14px;
 font-weight: bold;
 padding: 0px 3px 1px 3px;
}

.gray_search_bar {
 padding: 4px;
 background-color:#EAEAEA;
 font-size:12px;
 height:20px;
}

.left_search_field {
 float:left;
 padding-left:4px;
}
.right_search_field {
 float:right;
 padding-right:4px;
}

.rightAZlinks {
 padding-right:4px;
 font-size:11px;
 float:right;
}

.letter_divider {
 font-size:14px;
 font-weight:bold;
 color:#999999;
 padding:8px;
 border-bottom: 1px;
}

.odd_row {
 background-color:#E2E6FA;
}
.even_row {
 background-color:#FFFFFF;
}

.tabNav {
	margin:0px;
	background-color: #333333;
	padding: 4px 0px 0px 4px;
	border-top: 2px solid #32404b;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 5px;
	z-index:1;
}

.tabNav div.active {
	display: inline; 
	position: relative;
	float: left;
	margin-right: 5px;
	color:#000000;
	text-decoration:none;
}
.tabNav div.active .button-tab-left {
	background:url("/images/left_members_white-on.gif");
	height:30px;
}
.tabNav div.active .button-tab-middle{
	background:url("/images/center_members_white-on.gif");
	background-repeat: repeat;
	color:#000000;
	text-decoration:none;
	font-weight:bold;	
	border-bottom:8px solid #FFFFFF;
}
.tabNav div.active .button-tab-right {
	background:url("/images/right_members_white-on.gif"); 
	height:30px;
}

.tabNav li a:hover {
	/*background-color: #2E2729;*/
	color: #fff;
	text-decoration:none;
	}
.tabNav li.active {
    background:url("/images/mainNav_tabRight.gif") no-repeat right top;
	border-bottom: 1px solid white;
	margin: 0px;
	}
.tabNav li.active a{
	background: url("/images/mainNav_tabLeft.gif") no-repeat left top;
	margin: 0px;
	padding: 6px 15px 4px 15px;
	display:block;
	
	}
.tabNav a {
	color:#FFFFFF;	
	font-weight: normal;
	text-decoration: none;			
	margin:0px;
	padding-left: 10px;
}
.tabNav a:hover {
 text-decoration:underline;
}
.tabNav a.selectedItem {
	color:#0033cc;
	font-weight: bold;
	text-decoration: none;
}

.button-tab {
	border: 0px solid red;
	display: inline; 
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 4px 0px 0px;
	font-size:10px;
	text-decoration:none;
}
.button-tab a .button-tab a:visited, .button-tab a:link{
	border: 0px solid yellow;
	margin : 0px; padding: 0px; top: 0px;
	text-decoration: none;
	background-color: cyan;
}
.button-tab a:hover {
 color:#FFFFFF;
 text-decoration:underline;
}
.button-tab a .button-tab-left {
	background:url("/images/left_members-off.gif");
}
.button-tab a .button-tab-middle{
	background:url("/images/center_members-off.gif");
	background-repeat: repeat;	
}
.button-tab a .button-tab-right {
	background:url("/images/right_members-off.gif");
}

.button-tab-left {
    width: 11px;
    height: 22px;
	background-repeat:no-repeat;
	position: absolute;
	left: 0px;
	top: 1px;
}
.button-tab-middle {
	background:url("/images/center_members-off.jpg");
	background-repeat: repeat;
	height: 22px;
	display: inline;
	margin-left: 11px;
	margin-right: 11px;
	top: 1px;
	left: 0px;
	border: 0px solid blue;
	position: relative;
	float: left;
	text-alignment: bottom;
}
.button-tab-middle div {
	text-decoration: underline;
	font-weight: normal;
	border: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.button-tab-right {
	background:url("/images/right_members-off.jpg");
	background-repeat:no-repeat;
	width: 11px;
	height: 22px;
	position: absolute;
	right: 0px;
	top: 1px;
	border: 0px solid cyan;
}

.pager_number {
 margin: 0px 3px 5px; 
 padding: 2px 5px; 
 background-color: rgb(237, 237, 237); 
 width: 20px;
}

/*FOR HOME AND DEMO PAGES*/
.highlight_bold{
	font-size:18px;
	font-weight:800;
	background-color:yellow;
}
.homepage_titles{
	font-weight:800;
	font-size:20px;
}

.blue_fade_bar{
	background: url(/images/bg_primaryContent_header.png) repeat-x;
	height:40px;	
}
#upgrade_container{
	margin-left:50px; 
	margin-right:50px;
	margin-top:30px;
}
.upgrade_text{
	width:820px;
}
.gray_fade_bar{
	background: url(/images/bg_primaryContent_header.png) repeat-x;
	height:20px;
}
.home_headline{
	font-weight:bold;
	font-size:22px;
	color: #000000;
}
.thumb_HD_border_in {
border:1px solid #FFFFFF;
height:70px;
overflow:hidden;
width:125px;
}

.thumb_HD_border_out {
border:1px solid #999999;
width:127px;
}
.thumb_border_in {
border:1px solid #FFFFFF;
height:90px;
overflow:hidden;
width:150px;
}

.thumb_border_out {
border:1px solid #999999;
width:152px;
}

.tipwindow {
	background: #FFFFCC;
	border: 1px solid #FFCC33;
	font-size: 12px;
	width: 145px;
	padding: 10px;
	}

/*QUOTES FOR HOME*/

#quotes-homepage{width:875px;text-align:center;margin-left:auto;margin-right:auto;margin-top:10px; height:220px}

#quotes-homepage h3{text-align:left;margin-left:30px;font-weight:bold;color:#656565; text-align:center;}

#quotes-homepage 
.quote-popup{
	float:left;
	position:relative;
	width:350px;
	padding:20px;
	height:160px;
	margin-left:30px;
	margin-bottom:50px;
	background-color:#F7F5F1;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:1px 1px 1px #ccc;
	-moz-box-shadow:1px 1px 1px #ccc;
	box-shadow:1px 1px 1px #ccc;
	color: #666;
}

#quotes-homepage .quote-popup img{width:20px;float:left}

#quotes-homepage .quote-popup h4{text-align:left;font-weight:lighter;font-size:10pt;font-style:italic; margin-left:25px; margin-right:15px;}

#tquotes-homepage .quote-popup h4 blockquote{line-height:1.5em;margin-bottom:0;margin-left:30px;margin-top:0;height:60px}

#quotes-homepage .qquote-popup h4 a{text-decoration:none}

#quotes-homepage .quote-popup h5{
	font-size:8pt;
	text-align:right;
	position:relative;
	z-index:1;
	padding-top: 10px;
}
a.fauxlink {cursor: pointer;}
#quotes-homepage .quote-popup:before{content:" ";position:absolute;width:0;height:0;left:330px;top:190px;border:20px solid;border-color:#F7F5F1 transparent transparent #F7F5F1}
table#player-customize { padding-top: 20px; } 
table#player-customize td.pad-or { padding-left: 20px; padding-right: 20px; font-weight: 900; }
table#player-customize td.section-header { padding-top: 20px; padding-bottom: 8px; }
div#jax-notice { border: 1px solid #e30000; background-color: #fb9797; font-weight: 900; color: #ac0000;}

