/*
	Stylesheet for Tulane Ballroom.com
	Revised: June 28, 2008
        ----------------------------------------
	Background:  #014347
	Body BG:     #014347
	Info Box:    #002C66
	Link Color:  #F08800
	Visted Link: #B36500
*/

/* -------- CORE -------- */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%; color: #C8C8C8;
	background-color: #014347;
	margin: 10px;
	}


/* -------- TEXT -------- */

p {
	font-family: Verdana, Arial, sans-serif;
	color: #C8C8C8;
	}

pre {
	font-family: Verdana, Arial, sans-serif;
	color: #C8C8C8;
	}

td {
	font-family: Verdana, Arial, sans-serif;
	color: #CDDBBF;
	}

.heading {
	font-weight: bold;
        color: #fff;
	}

a:link {
	color:#73C2FF;
	text-decoration: none;
	}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}

a:visited {
	color: #73C2FF;
	text-decoration: none;
	}

a:visited:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}


/* ------- CONTENT ------- */


div.row{
	clear: both;
	padding-top: 5px;
	}

	/* links */

span.link{
	float: left;
	width: 200px;
	text-align: left;
	padding-right: 5px;
	}

span.linkDesc{
	float: right;
	width: auto;
	text-align: left;
	}

	/* officers */

div.officerRow{
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
        }	

span.officer{
	float: left;
	width: 300px;
	text-align: left;
	padding-right: 5px;
	}

span.officerName{
	float: left;
	width: auto;
	text-align: left;
	}

span.officerEmail{
	float: right;
	width: auto;
	text-align: left;
	}


/* --- FORM PROPERTIES --- */

form { 
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px
	}

input {
	background-color: #014347;
	font-size: 10px;
	font-family: Verdana ,Arial, sans-serif;
	color: #FFFFFF;
	border: 1px solid #C8C8C8;
	}

textarea {
	font-family: Verdana, Arial, sans-serif;
	background-color: #014347;
	font-size: 10px;
	text-align: justify;
	color: #FFFFFF;
	border: 1px solid #C8C8C8;
	}

div.formRow{
	clear: both;
	padding-top: 5px;
	}


/* --- MISCELLANEOUS --- */

hr {
	display: block;
	border-width: 0;
	height: 1px;
	margin: 0.5em auto 0.5em auto;
	color: #FFFFFF;
	background-color: #FFFFFF;
	}


ul, li {
	margin-left: 1em;
	padding-left: 0;
	}


.thumb {
	border: 1px solid #C8C8C8;
	}

.clear {
	clear: both;
	}
