/**********************************
 *
 * IdeaBuyer.com : The Online Intellectual Property Marketplace
 *
 * Copyright 2007, IdeaBuyer, LLC
 * All Rights Reserved
 *
 * version:			4.0
 * 
 * created by:		Lee Vaughn
 * created on:		July 13, 2007
 *
 * last modified by:	 Matt Doyle
 * last modified on:	 January 21, 2008
 ************************************/

/************************************************************************* 
File Name: 	User Account Cascading Style Sheet

Description: 	This CSS contains all the page specific style information for the
             	user account pages. 

***************************************************************************/


/**************************************************************************
						  INDEX PAGE
***************************************************************************/

#accountIndex #topRow {
	margin: 0 auto;
	width: 99%;
	}

#accountIndex #bttmRow {
	margin: 0 auto;
	width: 200px;
	}

#accountIndex a.index {
	text-align: center;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	float: left;
	margin: 25px;
	}
	
#accountIndex a.index img {
	padding: 10px;
	}

/**************************************************************************
						  WELCOME PAGE
***************************************************************************/

#welcomePage #intro {
	width: 600px;
	margin: 0px auto 15px auto;
	font-size: 16px;
	}

#welcomePage table td {
	padding: 20px;
	}
	
/**************************************************************************
						  ACCOUNT MENU
***************************************************************************/

#accountMenu {
	width: 100%;
	margin-bottom: 25px;
	}
	
#accountMenu ul {
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	/*text-align: left; set to left, center, or right to align the menu as desired*/
	}

#accountMenu li{
	float: none;
	margin: 0;
	padding: 4px 0;
	}

#accountMenu.slim li {
	float: left;
}

#accountMenu.slim img {
	display: none;
}

#accountMenu li.right{
	float: right;
	margin: 0;
	}

#accountMenu li a.bx{
	text-decoration: none;
	padding: 3px 7px;
	padding-left: 55px;
	margin-top: 15px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(/img/shade.gif) top left repeat-x;
	display: block;
}

#accountMenu.slim li a.bx{
	padding-left: 7px;
}
	

#accountMenu li a:visited{
	color: #2d2b2b;
	}

#accountMenu li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	}

#accountMenu li.selected{
	position: relative;
	top: 1px;
	}

#accountMenu li.selected a{ /*selected main tab style */
	background-image: url(/img/shadeactive.gif);
	border-bottom-color: white;
	}

#accountMenu li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	}
	

/**************************************************************************
						 MANAGE MY ACCOUNT
***************************************************************************/

#accountManage .left_2column {
	width: 300px;
	}

#accountManage .right_2column {
	width: 300px;
	margin-left: 350px;
	}

#accountManage #passwordChange input {
	width: 225px;
	}
	
#accountManage #passwordChange .left_3column, 
#accountManage #passwordChange .middle_3column,
#accountManage #passwordChange .right_3column {
	padding: 0px;
	}

#accountManage #sub {
	width: 240px;
	}

#accountManage h2.section_header {
	margin-top: 25px;
	}

#accountManage div.box input,
#accountManage div.box select {
	width: 250px;
	}

/**************************************************************************
						 MANAGE MY PROFILE
***************************************************************************/

#accountProfile {
	margin-top: 10px;
}

#accountProfile ul#choices {
	list-style: none;
	margin-left: 0;
	}

#accountProfile ul#choices li {
	padding: 5px;
	}
	
#accountProfile .left_2column {
	width: 580px;
	padding: 0;
	}

#accountProfile .right_2column {
	margin-left: 580px;
	width: 300px;
	padding: 0 10px;
	}

#accountEditProfile .left_2column {
	width: 425px;
	padding: 0;
	}

#accountEditProfile .right_2column {
	margin-left: 500px;
	width: 400px;
	padding: 0;
	}

#accountProfile #resumeColumn {
	clear: both;
	}

#accountProfile #resumeColumn textarea {
	width: 100%;
	height: 500px;
	border: none;
	padding: 10px 0;
	}

#accountProfile select#industry,
#accountProfile select#occupation {
	width: 300px;
	font-size: 10px;
	margin-left: 20px;
	}

#accountProfile #name {
	margin: 0;
	padding: 0;
}


/**************************************************************************
					   MANAGE MY SUBSCRIPTIONS
***************************************************************************/

#accountSubscribe {
	}

#accountSubscribe .right_2column {
	margin-left: 50px;
	}

#accountSubscribe p,
#accountSubscribe form,
#accountSubscribe ul,
#accountSubscribe input.submit {
	margin: 10px 20px;
	}
	
#accountSubscribe ul {
	list-style: none ;
	}

#accountSubscribe li {
	margin: 5px 0;
	}

#accountSubscribe label {
	font-size: 14px;
	}

#accountSubscribe #emails ul {
	margin-top: 20px;
	padding-left: 20px;
	}
	
#accountSubscribe #choices {
	width: 800px;
	margin-top: 40px;
	}
	
#accountSubscribe #choices legend {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	}

#accountSubscribe #choices .left_2column {
	width: 48%;
	}

#accountSubscribe #choices .right_2column {
	width: 48%;
	margin-left: 4%;
	}

/**************************************************************************
						 MANAGE MY LISTINGS
***************************************************************************/

#accountListings #listingsTable th {
	font-size: 10px;
	color: #003399;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CCC url(/img/tableheader.jpg) no-repeat;
	}

#accountListings #listingsTable th.listTableImage {
	border-left: 1px solid #999999;
	width: 5%;
	}

#accountListings #listingsTable {
	width: 100%;
	}

#accountListings #listingsTable td {
	padding: 15px 0;
	}

#accountListings #listingsTable p {
	margin: 0;
	padding: 0;
	}

#accountListings #listingsTable .listTableImage {
	width: 15%;
	}
	
#accountListings #listingsTable .listTableHeadline {
	width: 50%;
	padding-left: 6px;
	}
	
#accountListings #listingsTable .listTableStatus {
	text-align: center;
	width: 15%;
	}
	
#accountListings #listingsTable .listTableAction {
	width: 20%;
	}

.url { 
	font-size: 10px;
	color: #000000;
}
	
/**************************************************************************
						 MANAGE MY LISTINGS
***************************************************************************/

#accountView #resume {
	margin-bottom: 20px;
	}

#accountView #listings {
	height: 400px;
	overflow: auto;
	}
	

/**************************************************************************
						  CREATE AN ACCOUNT
***************************************************************************/


#createUserAccountForm fieldset {
	padding-left: 15px;
	}

#createUserAccountForm .left_2column {
	padding: 0px 0px 0px 15px;
	width: 300px;
	}

#createUserAccountForm .right_2column {
	width: 300px;
	margin-left: 350px;
	padding: 0px;
	}

#createUserAccountForm h2.section_header {
	clear: both;
	}

#createUserAccountForm .formLine {
	padding: 0px;
	}

#createUserAccountForm h3.sub_section_header {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	display: block;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	border-bottom: #999999 solid 1px;
	clear: both;
	}

#createUserAccountForm select,
#createUserAccountForm #personalInfo input#city {
	width: 200px;
	}

#createUserAccountForm .left_2column input,
#createUserAccountForm .right_2column input {
	width: 250px;
	}
	
#createUserAccountForm #personalInfo input#address_1,
#createUserAccountForm #personalInfo input#address_2{
	width: 300px;
	}	

#createUserAccountForm #photoInfo {
	height: 300px;
	}
	
#createUserAccountForm .infoline {
	margin: 25px 0;
	display: block;
	width: 500px;
	}

#createUserAccountForm .left_3column,
#createUserAccountForm .left_2column {
	padding-left: 15px;
	}

#accountDetails {
	width: 660px;
}

#accountDetails .left_3column,
#accountDetails .middle_3column,
#accountDetails .right_3column {
	width: 220px;
	padding: 0 0 0 15px;
	}
#accountDetails input {
	width: 200px;
	}

#accountDetails input.double {
	width: 420px;
	}

#accountDetails p {
	margin: 0;
	}

#accountDetails label {
	font-weight: normal;
}

#accountDetails label.required {
	font-weight: bold;
	color: #666666;
}

#accountInfo .left_2column {
	padding: 0;
	width: 660px;
}

#accountInfo .right_2column {
	padding: 0 10px;
	width: 220px;
	margin-left: 660px;
}

.rg_name {
	font-weight: bold;
}

		
/**************************************************************************
						  MESSAGE BOX
***************************************************************************/

#accountMessages ul {
	list-style: none;
	margin-left: 0;
	}

#accountMessages li {
	float: left;
	margin-left: 0;
	}
	
#message #subject {
	font-weight: bold;
	color: #495881;
	}

#message {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #f9f8f7;
	}

#recipient {
	background-color: #f9f8f7;
	}

#replyBox {
	clear: both;
	margin-top: 25px;
	}
	
.ro {
	border: none;
	}
	
#messagebox {
	width: 700px;
	height: 300px;
	}

#replyBox input { 
	padding-left: 5px; 
	}

#replyBox #replyTitle {
	color: #000;
	}

#pageNumbers ul {
	margin-top: 10px;
	list-style: none;
	}
	
#pageNumbers li {
	display: inline;
	margin: 0px 3px;
	}
	
#pageNumbers a {
	padding: 2px 4px;
	color: #3F719A;
	text-decoration: none;
	}
	
#pageNumbers a:hover {
	padding: 2px 4px;
	color: #9BC7E8;
	}
	
#pageNumbers ul .current {
	padding: 2px 4px;
	color: #FF0000;
	}

#topbar {
	background-color: #e9e8e7;
	}
	
#messageList {
	border: 1px solid #e9e8e7;
	}

#messageTable {
	width: 100%;
	}

#messageTable th {
	font-size: 10px;
	color: #003399;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CCC url(/img/tableheader.jpg) no-repeat;
	}

#messageTable .chkall {
	border-left: 1px solid #999999;
	width: 5%;
	}

#messageTable .fromto {
	width: 20%;
	}

#messageTable .subject {
	width: 50%
	}

#messageTable .date {
	width: 25%;
	}

.unread {
	font-weight: bold;
	}

