@import url('reset.css');

/* Just resetting a few elements */
p {
	margin: 0; 
	padding: 0 0 15px 0;
}

body {
	margin: 0;
	padding: 5px 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

/* Main content styling */

#wrap {
	width: 99%;
	margin: auto;
	overflow: hidden;
	min-height: 300px;
}

#header {
	background: #FFF;
	width: 99%;
	min-width: 960px;
	clear: both;
	overflow: hidden;
}

#header_logo {
	float: left;
  background: url('../assets/teacuplogo_home.gif') no-repeat scroll left 0;
	width:380px;
	height: 100px;
	padding: 5px 0px 0px 0px; 
  font: 16px/18px "Lucida Grande", Arial; /* Appropriate font size / line height */
}

#header_conditions {
	float: right;
	height: 100px;
	width: 550px;
}

#header_conditions fieldset { 
	border-radius: 7px; 
	border: 1px #dddddd solid; 
	padding: 5px;
	width: 300px;
	height: 80px;
	float: left;
	padding: 5px 10px;
}

#header_conditions fieldset legend { 
	border: 1px #dddddd solid; 
	color: #333; 
	font-size: 13px; 
	padding: 2px 5px 2px 5px; 
	border-radius: 3px; 
}

#weatherDiv {
	width: 220px;
	float: right;
}

#weatherDiv fieldset {
	width: 190px;
}

#weatherDiv #wtable td {
	vertical-align: top;
}

#weatherDiv #wtable td span {
	font-size: 22px;
	line-height: 28px;
	padding-left: 10px;
}

td.weather {
	padding: 3px 0px;
}
tr.weather {
	padding: 3px 0px;
}


/* http://themorgue.org/blog/category/computers/programming/ */ 
#dialog a, #dialog a span {
    background: transparent url('../assets/button.png') no-repeat scroll left 0;
    margin: 0 15px 0 0;       /* 15px == amount of background image to the right */
    padding: 0 0 0 15px;      /* 15px == amount of background image to the left */
    display: inline-block;    /* Must be used so that height can be set */
    height: 22px;             /* Same as height of background image */
    font: 16px/22px "Lucida Grande", Arial; /* Appropriate font size / line height */
    color: black;
    text-decoration: none;
}
#dialog a {
    background-position: right 0;
    margin: 0;
    padding: 0;
}
.hidefornow {display: none !important;}	
.meelement {
	  width: 100%; height: 700px; 
	  border: 3px;
	  margin-top:10px;	
}

/* http://articles.techrepublic.com.com/5100-10878_11-5153115.html#comments */
div#nav_bar {
	height: 30px;
	width: 99%;
	min-width: 960px;
	background-color: #89acc6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 172, 198)), to(rgb(51, 102, 153)));
	background-image: -webkit-linear-gradient(top, rgb(137, 172, 198), rgb(51, 102, 153));
	background-image: -moz-linear-gradient(top, rgb(137, 172, 198), rgb(51, 102, 153));
	background-image: -o-linear-gradient(top, rgb(137, 172, 198), rgb(51, 102, 153));
	background-image: -ms-linear-gradient(top, rgb(137, 172, 198), rgb(51, 102, 153));
	background-image: linear-gradient(top, rgb(137, 172, 198), rgb(51, 102, 153));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#89acc6', EndColorStr='#336699');
	border-bottom: 1px solid #444;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

div#nav_bar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 455px;
	float: left;
	list-style-type: none;
	overflow: hidden;
}
div#nav_bar li {
	list-style-type: none;
	float: left;
/*	display: inline;*/
	font-size: 14px;
	border-right: 1px solid #666;
}
div#nav_bar li span {
	padding: 7px 10px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	display: block;
	text-shadow: 1px 1px 1px #999;
}
div#nav_bar li span:hover {
	color: #FFF !important;
}

div#nav_bar li a:link,
div#nav_bar li a:visited  {
	color: #000;
	text-decoration: none;
}

div#nav_bar li a:hover {
	color: #FFF !important;
	text-decoration: none;
}

div#nav_bar div.login-but {
	padding: 7px 10px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
}

div#openLogin,
div#logoutDiv { 
	width: 200px;
	float: right;
}

div#nav_bar div.login-but:hover { 
	color: #FFF;
/*
background-color: #336699;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 102, 153)), to(rgb(82, 154, 215)));
background-image: -webkit-linear-gradient(top, rgb(51, 102, 153), rgb(82, 154, 215));
background-image: -moz-linear-gradient(top, rgb(51, 102, 153), rgb(82, 154, 215));
background-image: -o-linear-gradient(top, rgb(51, 102, 153), rgb(82, 154, 215));
background-image: -ms-linear-gradient(top, rgb(51, 102, 153), rgb(82, 154, 215));
background-image: linear-gradient(top, rgb(51, 102, 153), rgb(82, 154, 215));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#336699', EndColorStr='#529ad7');
*/
}

#main {
	background: #EEE;
	float: left;
	width: 99%;
	margin-top: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

#member_entry {
	padding: .5cm .25cm;
}

#smsregform, #isform  {
	float: left;
	width: 10em;
	border: 1px solid #000;
	padding: 1em 1em 1em 1em;
	margin-top: 20px;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

div.log {
	width: 90px; 
	height: 35px; 
	border: 1px solid #000; 
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #CC0;
	padding: 4px 4px 4px 4px;
	font: 16px/22px "Lucida Grande", Arial; 
}

#sms_zeep_form {
	float: left;
	margin-top: 20px;
	width: 200px; 
	height: 400px; 
	font: 16px/22px "Lucida Grande", Arial; 
}
 .notoggle { min-width: 7em;}
 .toggler  { cursor:pointer;}
 .element     {
 	padding: 50px 10px; 
 }  
 
.ajax-loading   {
 	padding: 20px 20px;
	background: url('../assets/spinner.gif') no-repeat left;
 }

.vHrs, .vMiles {text-align:right}


