
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

p.err {
	border: 2px solid red;
	color: red;
	font-weight: bold;
	margin: 5px 0 10px;
	padding: 4px 6px;
	background-color: #FFBCBD;
}

p.alert {
        border: 2px solid #FFFF00;
        color: #000;
        font-weight: bold;
        margin: 5px 0 10px;
        padding: 4px 6px;
	background-color: #FFFDD8;
}
p.aok {
        border: 2px solid #009900;
        color: #009B05;
        font-weight: bold;
        margin: 5px 0 10px;
        padding: 4px 6px;
	background-color: #C4FFBC;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

a img {
	border: 0;
}

fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}



/*************************
  CollegeLAX CSS
**************************/



html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #000;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-image: url('/forums/images/bg_overall.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#wrap {
	padding: 0 20px;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	border: 0 1px;
	border-width: 1px;
	border-color: #7F7F7F;
}


#CollegeLaxTopMenu	{
	height: 170px;
	text-align: right;
	background: url('/forums/images/Header_Background_Diagonal.gif') repeat-x top left;
}

#CollegeLaxFooter {
	height: 80px;
	background: url('/forums/images/Footer_Background_Diagonal.gif') repeat-x top left;	
	padding-top: 30px;
	color: #000;
	font-size: 11px;
	margin-top: 20px;
}

#CollegeLaxFooter a img {
	margin-top: -30px;
	margin-right: 10px;
	width: 92px;
	height: 100px;
	float: right;
}

div.ui-tabs-panel a {
	color: #847549;
}

#CollegeLaxFooter a {
	color: #847549;
	font-weight: bold;
}


#CollegeLaxTopMenu ul {
	height: 21px;
	background: url('/forums/images/bg_menu.gif') no-repeat top right;
	text-align: right;
	margin: 0 0 0 260px;
	padding-left: 52px;
	padding: 0 0 0 52px;
}

#CollegeLaxTopMenu ul li {
	float: left;
	display: block;
	position: relative;
	height: 21px;
	padding: 0;
	margin: 0;
}

#CollegeLaxTopMenu ul li a {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 17px;
	text-decoration: none;
}

#CollegeLaxTopMenu ul li a:hover {
	background-color: #A7986D;
}


#CollegeLaxTopMenu ul li ul {
	display: block;
 	position: absolute;
 	height: 16px;
 	margin: 0;
  background-color: #A7986D;
	background-image: url('/images/break_back.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
 	left: -9999px;
 	top: 21px;
 	padding: 5px 10px;
 	z-index: 10000;
	opacity: 1;
	
}


#CollegeLaxTopMenu li:hover ul, .sfhover ul { /* lists nested under hovered list items */
 	left: 0;
}



#CollegeLaxTopMenu ul li ul li {
 	display: block;
 	float: left;
 	padding: 0;
 	position: relative;
}

#CollegeLaxTopMenu ul li ul li a, #DropDownHover il a {
 	float: none;
 	font-size: 12px;
 	padding: 1px;
 	margin-right: 30px;
 	position: relative;
}

#CollegeLaxTopMenu ul li ul li a:hover {
	text-decoration: underline;
}

#CollegeLaxTopMenu ul li:hover ul#MediaMenu, .sfhover ul#MediaMenu {
	width: 312px;
}

#CollegeLaxTopMenu ul li:hover ul#MCLAMenu, .sfhover ul#MCLAMenu {
	width: 580px;
	left: -332px;
}

#CollegeLaxTopMenu ul li:hover ul#AboutMenu, .sfhover ul#AboutMenu {
	width: 230px;
	left: -165px;
	
}

table.striped {
	border: 0;
	border: 2px solid #201F1A;
	width: 100%;
	padding: 0;
}

table.striped tr.odd {
	background-color: #eee;
}

table.striped td {
	padding: 2px;
}

table.striped th {
	padding: 4px;
	border: 0;
	background: url('/images/break_back.jpg') bottom left;
	color: #fff;
	text-indent: 0;
	margin: 0;
}

.headerbar table { width: 100%; }
.headerbar table td { width: 33%; vertical-align: top; text-align: center}

.headerbar table td ul {
	text-align: left;
	list-style: none;
	border: 3px solid #000;
	background-color: #FFF;
	height: 146px;
	overflow: hidden;
	width: 330px;
}
.headerbar table td ul li {
	padding: 3px;
}
.headerbar table td ul li a {
	color: #C58D00;
}

.headerbar table td ul li.RecentHeader {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}



.breaker { 
	color: #fcf9f4; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	background-image: url(../images/break_back.jpg); 
	text-align: left; text-indent: 10px; 
	position: relative; 
	top: 10px;
	height: 15px; 
	padding: 4px; 
	border-top: 1px solid #fcf9f4; 
	border-bottom: 1px solid #fcf9f4; 
}

div#CollegeLaxTopBanner {
	background-color: #F3F3F3;
	height: 93px;
	padding: 10px;
}

div#CollegeLaxTopBanner #TopAd {
  width: 720px;
}

div#CollegeLaxTopBanner form {
display: block;
float: right;
background-color: #FFF;
width: 205px;
margin-top: 4px;
}


div#CollegeLaxTopBanner form ul {
list-style: none;
margin: 0;
padding: 5px;
}

div#CollegeLaxTopBanner form ul li {
clear: both;
padding: 3px;
text-align: right;
}

	
div#CollegeLaxTopBanner form ul li input {
width: 100px;
}

div#CollegeLaxTopBanner form label {
text-transform: uppercase;
font-weight: bold;
color: #A7986D;
margin-right: 5px;
}

div#CollegeLaxTopBanner form button {
border: 0;
background-color: #A7986D;
margin: 0;
padding: 3px 15px;
text-align: center;
color: #FFF;
font-weight: bold;
font-size: 10px;
}

div#CollegeLaxTopBanner form ul li a {
	float: left;
	font-style: italic;
	text-decoration: none;
}

