/*
 * CampusSHELF.com 
 * ©2005 Logan Marc
 */

table#main{
	border: solid;
	border-style: solid;
	border-color: #B9B9B9;
	border-width: 2px;
	background-color: #FFFFFF;
}

table#navagation_table {
	table-layout: auto;
	width: 180px;
	margin-bottom: 20px;
/*	background-color: #CCAA51; */
	background-color: #336699;
	border-style: none;
	border-color: #808080;
	border-width: 2px;
	font-family: Arial;
	font-size: 12px;
}

table#mybooks_table, table#selectedbook_table, table#watchlist_table, table#discussionList_table{
	table-layout:fixed;
	width: 580px;
	border: none;
	background-color: white;
	font-family: Arial;
	font-size: 14px;
}

table#sellbook_table, table#selectedbook_table, table#register_table, 
table#manage_table, table#forgotusername_table, table#changepass_table, 
table#discuss_table, table#discussion_table, table#discussion_list_table, 
table#reactivate_table, table#requestbook_table, table#contact_table{
	table-layout:fixed;
	width: 400px;
	margin-bottom: 20px;
/*	background-color: #CCAA51; */
	background-color: #C0C0C0;
	border: solid;
	border-style: solid;
	border-color: #808080;
	border-width: 2px;
	font-family: Arial;
	font-size: 12px;
}

table#discuss_form_table{
	table-layout:fixed;
	width: 390px;
	margin-bottom: 0px;
/*	background-color: #CCAA51; */
	background-color: #C0C0C0;
	border: none;
	font-family: Arial;
	font-size: 12px;
}

table#searchHead_table, table#mybooksHead_table, table#watchlistHead_table, 
table#discussionListHead_table, table#historyHead_table{
	table-layout:fixed;
	width: 580px;
	margin-bottom: 7px;
/*	background-color: #CCAA51; */
	background-color: #C0C0C0;
	border: solid;
	border-style: solid;
	border-color: #808080;
	border-width: 2px;
	font-family: Arial;
}

table#mybooksRows_table, table#watchlistRows_table, table#discussionListRows_table{
	table-layout:fixed;
	width: 580px;
	font-family: Arial;
	font-size: 14px;
}

table#mainView, table#homeView, table#activateView{
	font-family: Arial;
	font-size: 14px;
}

tr#tableTitle{
	background-color: #808080;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px; 
	font-family: Arial;
	text-align: center;
}

tr#tableTitleGradient{
	height: 23px;
	width: 180px;
	background-color: #FFFFFF;
	background-image: url(LinksGradient.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px; 
	font-family: Arial;
	text-align: center;
}

td#tableTitleGradient{
	height: 23px;
	width: 150px;
	background-color: #FFFFFF;
	background-image: url(LinksGradient.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px; 
	font-family: Arial;
	text-align: center;
}

td#CornerTopLeft{
	height: 23px;
	width: 15px;
	background-color: #FFFFFF;
	background-image: url(CornerTopLeft.png);
	background-repeat: no-repeat;
	background-position: top;
}

td#CornerTopRight{
	height: 23px;
	width: 15px;
	background-color: #FFFFFF;
	background-image: url(CornerTopRight.png);
	background-repeat: no-repeat;
	background-position: top;
}

td#CornerBottomLeft{
	height: 15px;
	width: 15px;
	background-color: #FFFFFF;
	background-image: url(CornerBottomLeftBlue.gif);
	background-repeat: no-repeat;
	background-position: top;
}

td#CornerBottomRight{
	height: 15px;
	width: 15px;
	background-color: #FFFFFF;
	background-image: url(CornerBottomRightBlue.gif);
	background-repeat: no-repeat;
	background-position: top;
}

td#navigateLink, td#sortLink{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

input, textarea, select#Condition{
	font-family: Arial;
	font-size: 11px;
}

select#school{
	font-family: Arial;
	font-size: 11px;
	width: 169px;
}

label{
	font-family: Arial;
	font-size: 12px;
}

a{
	border: none;
	color: #009300;
	font-family: Arial;
	text-decoration: none;
}

a#navigateLink{
	border: none;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: underline;
}
