html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
  	width: 900px;
	margin: 0 auto;
	padding: 10px;
	/*background: #E0E4CC;*/
	background: url('../img/bg-tile.jpg');
	color: #333;
	position: relative;
}

a {text-decoration: none;}
a:link {color: #FA6900;}
a:visited {color: #FA6900;}
a:hover {/*color: #000000;*/ text-decoration: underline;}
a:active {color: #547DA7;}

.bigLink {
	color: #FA6900;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
.bigLink:hover {
	color: #FFFFFF;
	background-color: #FA6900;
	text-decoration: none;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}

h1 {
	padding: 10px 10px 10px 0px;
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
	background-color: #D9F1FD;
	/*background-color: #026475;*/
	padding: 7px 7px 7px 15px;
}
h3 {
	font-size: 1.2em;
	padding: 5px 5px 0px 0px;
	color: #026475;
}
h4 {
	font-size: 1.2em;
	background-color: #FA6900;
	padding: 7px 7px 7px 15px;
	color: #FFFFFF;
}
h5 {
	font-size: 1.2em;
	background-color: #026475;
	padding: 7px 7px 7px 15px;
	color: #FFFFFF;
}
TABLE TD {
	padding: 3px;
}

.tableSimple {
	border-collapse: collapse;
	margin-right: 10px;
}
.tableSimple TR {
	border-bottom: 1px solid #E5E5E5;
}
.tableSimple TH {
	text-align: center;
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding: 10px;
}
.tableSimple TD {
	vertical-align: middle;
	padding: 10px;
}

.tablePicName {
	border-collapse: collapse;
	border: 0px;
}
.tablePicName TR {
	border-bottom: 0px;
}
.tablePicName TD {
	padding: 0px;
}

.label {
	font-weight: bold;
	text-align: right;
}
.labelInfo {
	font-weight:normal;
	font-size:.9em;
}
.orangeText {
	color: #fa6900;
}
.ulNormal {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.ulNormal li {
	padding: 0px 0px 5px 0px;
}
.olNormal {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	*padding: 0px 0px 0px 30px; /*IE hack*/
}
.olNormal li {
	padding: 0px 0px 5px 0px;
}
.block {
	background-color: #FFFFFF;
	display: inline;
	float: left;
	width: 730px;
}
.tabBlock {
	background-color: #FFFFFF;
	padding: 20px;
	overflow: auto;
	border-color: #999999;
	border-style: none solid solid solid;
	border-width: 1px;
	display: inline;
	float: left;
	width: 700px;
}
.image50px {
	width: 50px;
	padding-right: 10px;
	vertical-align: middle;
}
.adsRightCol {
	display: inline;
	float: right;
}
.adsTop {
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.adsBottom {
	clear: both;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
input {
	font-size: .9em;
}
.submitButton {
	font-size: .9em;
}
.instructions {
	padding: 0px 0px 10px 0px;
	font-style: italic;
	color: #026475;
	/*background-color: #d9f1fd;*/
	font-weight: normal;
}
.infoAlert {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #000000; 
	background-color: #FFE545; 
	padding: 10px;
	overflow: auto;
}
.question {
	display: inline;
	margin-left: 5px;
}
.question IMG {
	vertical-align: top;
}
.linkDatePicker {text-decoration: none; cursor: pointer}
/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(../img/black_arrow_big2.png) no-repeat scroll 0 0; 
    font-size:14px; 
    /*height:153px;*/
    height: 98px;
    padding:30px; 
    /*width:310px;*/
    width: 278px;
    font-size:14px; 
    display:none; 
    color:#fff;
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0px 0px -10px -10px; 
    font-size:16px; 
    color:#fff; 
}


/* BEGIN HEADER */
#divTopFunctions {
	text-align: right;
	margin-bottom: 5px;
	margin-right: 20px;
}
#ulTopFunctions li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}
#divFBMessage {
	padding: 5px;
	background-color: #026475;
	font-size: .6em;
	color: #FFFFFF;
	font-weight: normal;
	margin: -20px 0px 0px 10px;
}
#hd {
	text-align: center;
	/*background-color: #FFFFFF;*/
	padding-bottom: 5px;
}
.slogan {
	font-style: italic;
	color: #026475;
}
#headerRule {
	/*color: #69D2E7;*/
	color: #D9F1FD;
	width: 500px;
}
#ulNav li {
	display: inline;
	list-style-type: none;
	padding: 5px;
}
#ulNav .navLink {
	color: #FA6900;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
#ulNav .navLink:hover {
	color: #FFFFFF;
	background-color: #FA6900;
	text-decoration: none;
}
.corner_box {
	background: url(../img/corner_tl_blue.png) no-repeat top left;
}
.corner_top {
	background: url(../img/corner_tr_blue.png) no-repeat top right;
}
.corner_bottom {
	background: url(../img/corner_bl_blue.png) no-repeat bottom left;
}
.corner_bottom div {
	background: url(../img/corner_br_blue.png) no-repeat bottom right;
}
.corner_content {
	background: url(../img/corner_r_blue.png) top right repeat-y;
}

.corner_top div,.corner_top,
.corner_bottom div, .corner_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.corner_content, .corner_bottom {
	/*margin-top: -19px;*/
}
.corner_content { padding: 0 15px; }
.corner_content_footer {
	/* fixes gap in right side on footer */
	margin-top: -8px;
	*margin-top: 0px; /*IE hack*/
}
/* END HEADER */

#bd {
	/*width: 800px;*/
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 0px 10px 5px 20px;
	margin-left: 2px;
}


/* BEGIN SIGNUP PAGE */
.signUpBlock {
	background-color: #FFFFFF;
	display: inline;
	float: left;
	width: 800px;
	padding: 0px 20px 20px 20px;
}
#introDiv {
	padding: 20px 0px 20px 20px;
	/*border: 1px solid #FA6900;*/
	/*height: 420px;*/
}
#signUpImageDiv {
	display: inline;
	float: left;
}
.signUpImage {
	padding: 20px 0px 0px 0px;
	width: 300px;
}
#signUpIntroTextImage {
	font-size: 1.7em;
	display: inline;
	float: left;
}
#signUpDiv {
	/*display: inline;
	float: right;
	padding: 20px 0px 20px 0px;
	width: 320px;
	*/
}
.signUp #aboutDiv {
	display: inline;
	float: left;
	padding: 20px 0px 0px 0px;
	font-size: 1.1em;
	width: 400px;
	margin: 20px 0px 0px 0px;
}
.signUp #audienceDiv {
	display: inline;
	float: right;
	border: 1px solid #FA6900;
	width: 280px;
	padding: 10px;
	margin: 40px 20px 0px 0px;
}
#fbLoginDiv {
	display: inline;
	float: left;
	padding: 10px 0px 0px 20px;
}
#loginDiv {
	display: inline;
	float: right;
}
.signUp #termsLink {
	color: #333;
	/*padding: 3px 10px 3px 10px;*/
	font-weight: bold;
}
.signUp #termsLink:hover {
	/*color: #FFFFFF;
	background-color: #026475;*/
	text-decoration: underline;
}
.corner_box_allorange {
	background: #fa6900;
	display: inline;
	float: right;
	width: 350px;
	margin-top: 20px;
}
.corner_top_allorange div {
   background: url(../img/corner_tl_allorange.png) no-repeat top left;
}
.corner_top_allorange {
   background: url(../img/corner_tr_allorange.png) no-repeat top right;
}
.corner_bottom_allorange div {
   background: url(../img/corner_bl_allorange.png) no-repeat bottom left;
}
.corner_bottom_allorange {
   background: url(../img/corner_br_allorange.png) no-repeat bottom right;
}

.corner_top_allorange div, .corner_top_allorange, 
.corner_bottom_allorange div, .corner_bottom_allorange {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.corner_content_allorange { margin: 0 15px; }

#frontpageAd {
	margin-top: 30px;
}
/* END SIGNUP PAGE */

/* BEGIN HOME PAGE */
.homePageCol {
	margin: 0px 20px 10px 0px;
	display: inline;
	float: left;
	width: 340px;
}
.ulLoudest {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
.ulLoudest li {
	padding: 0px 0px 5px 40px;
}
.ulLoudest #liSchool {
	background-image: url('../img/school-icon.gif');
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
.highlightText {
	font-weight: bold;
	font-size: 1.1em;
}
.warningExterior {
	display: block;
	font-size: 1.1em;
	width: 450px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #026475;
	background: url(../img/info.jpg) no-repeat 5px 10px;
}
.warningInterior {
	margin-left: 45px;
}
/* END HOME PAGE */


/* BEGIN PROFILE PAGE */
.profile #divEditButton {
	position: relative;
	top: -32px;
	left: 600px;
	width: 10px;
	height: 1px;
}
.profile #userImageDiv {
	display: inline;
	float: left;
	/*padding: 15px;*/
}
.profile .userImage {
	width: 100px;
	padding: 0px 20px 0px 0px;
}
.profile #userInfoDiv {
	display: inline;
	float: left;
}
.profile #viewUserInfoDiv {
	display: inline;
	float: left;
	width: 520px;
	padding-top: 15px;
}
/*
.profile .savedUserDiv {
	padding: 10px;
}
.profile .savedUserImageDiv {
	display: inline;
	float: left;
	padding: 0px 10px 10px 0px;
}
.profile .savedUserInfoDiv {
	display: inline;
}*/
.profile #viewUserImageDiv {
	display: block;
	padding: 15px 0px 15px 10px;
}
.profile .viewUserImage {
	width: 200px;
}
.profile #viewUserImageButtonsDiv {
	display: inline;
	float: left;
}
.profile #profileButtonsDiv INPUT {
	margin-bottom: 5px;
}
/* END PROFILE PAGE */


/* BEGIN MATCH PAGE */
/* Some are also used for matches on My Profile page. 
	Notice how they are not prefaced with 'matches'. */
.matchProfile {
	text-align: center;
	width: 140px;
	display: inline;
	float: left;
	padding: 10px;
}
.matchLink:link, .matchLink:visited {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FA6900;
	display: block;
}
.matchLink:hover {
	color: #000000;
	/*background-color: #FEFBAF;*/
	background-color: #D9F1FD;
	display: block;
}
.matchLink:active {
	color: #547DA7;
	display: block;
}
.matchInnerBox {
	border: 1px solid #000000;
	padding: 10px;
}
.matchUserName {
	padding: 0px 5px 5px 5px;
}
.matchUserImage {
	width: 100px;
}
.matchTagline {
	padding: 10px 0px 0px 0px;
}
.matches .matchButtonsDiv {
	width: 400px;
	text-align: center;
}
.matches .matchButtonsDiv .matchBtn {
	margin-left: 10px;
	margin-right: 10px;
}
.matches #divNoPrefsYet {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
}
/* END MATCH PAGE */


/* BEGIN SAVED PROFILES PAGE */
.removeDiv {
	position: relative;
	top: 16px;
	left: 125px;
	*left: 70px; /*IE hack*/
	width: 25px;
	height: 25px;
	z-index: 1000;
	cursor: pointer;
}
/* END SAVED PROFILES PAGE */


/* BEGIN MESSAGE PAGE */
.message .messageSubject {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}
.message #userImageColumn {
	display: inline;
	float: left;
	width: 140px;
}
.message #userImageDiv {
	display: inline;
	float: left;
}
.message .userImage {
	width: 100px;
	padding: 0px 20px 0px 0px;
}
.message #messageText{
	display: inline;
	float: left;
	width: 550px;
}
.message .messageName {
	font-size: 1.1em;
}
.message .messageDate {
	font-size: .9em;
	padding-bottom: 20px;
}
.message .messageBody {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px;
}
.message .messageFunctions {
	padding-top: 20px;
}
/* END MESSAGE PAGE */

/* BEGIN INBOX PAGE */
#inboxTable {
	width: 650px;
}
/*
#inboxDiv TD {
	padding: 5px;
	vertical-align: middle;
}
#inboxDiv .tdHeader {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
*/
.inboxUserImage {
	width: 50px;
	padding-right: 10px;
	float: left;
}
.inboxFromText {
	display: inline;
	padding: 10px 0px 0px 0px;
}
.inboxDate {
	font-size: .9em;
}
.functionLink {
	border: 1px solid #FFFFFF;
	padding: 3px 5px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.functionLink:hover {
	border: 1px solid #FA6900;
	padding: 3px 5px;
	color: #FFFFFF;
	background-color: #FA6900;
	text-decoration: none;
}
.unread {
	font-weight: bold;
	font-size: 1.1em;
}
/* END INBOX PAGE */


/* BEGIN CAMPUS REP */
#tableCampusRep {
	width: 650px;
}
#tableCampusRep TD {
	padding: 5px;
	vertical-align: middle;
}
#tableCampusRep .tdHeader {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
#divLevelStats {
	display: inline;
	float: left;
	width: 400px;
}
#divPointLevel {
	display: inline;
	float: left;
	width: 400px;
	font-size: 1.1em;
	padding-bottom: 50px;
}
#divPointLevel UL {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#divPointLevel LI {
	padding: 0px 0px 10px 0px;
}
#divLevelImage {
	display: inline;
	float: left;
	width: 280px;
	font-size: 1.1em;
	text-align: center;
}
.pointInfo {
	color: #D9F1FD;
	font-size: .8em;
}
.imgCurrentLevel_small {
	width: 40px;
}
/* END CAMPUS REP */


/* BEGIN ADMIN PAGE */
#adminPagesDiv {
	padding-left: 5px;
}
/* END ADMIN PAGE */

/* BEGIN FOOTER */
#ft {
	text-align: center;
	/*background-color: #FFFFFF;*/
	font-size: .9em;
}
#footerRule {
	/*color: #69D2E7;*/
	color: #D9F1FD;
	width: 95%;
}
#divCopyright {
	display: inline;
	float: left;
	margin-left: 40px;
}
#ftNav {
	text-align: right;
	margin-right: 40px;
}
#ftNav li {
	display: inline;
	list-style-type: none;
	padding: 5px;
}
#ftNav .navLink {
	color: #FA6900;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
#ftNav .navLink:hover {
	color: #FFFFFF;
	background-color: #FA6900;
	text-decoration: none;
}
/* END FOOTER */