*{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
html, body{
	min-height: 100%;
}
body{
	padding-top: 80px;
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	
	background-attachment: fixed;
	
}

.btn-color{
	background-color: #BABABA;
	color: #195BA9;
}

.bpad{
	padding-bottom: 20px;
}

.supscript{
	left: 50%;
	position: absolute;
	font-size: 1em;
	color: #FD0101;
}

#alert{
	height: 400px;
}
table{
	text-align: left;
	margin: 0 auto;
}
table button:first-child{
	margin-right: 2px;

}
#profile_tbl{
	font-size: 1.1em;
}
#profile_tbl th{
	height: 50px;
}
#profile_tbl td{
	width: 200px;
	height: 20px;
	
}
#profile_tbl td:nth-child(2){
	color: blue;
}

#cancel_btn_tips{
	width: 58px;
	height: 14px;
	border: 1px solid black;
	border-radius: 50px;
	background-color: lightgray;
	padding-top: 2px;
	text-align: center;
	font-size: .9em;
	background-color: #F5F5F5;
	position: absolute;
	top: 209px;
	right: 590px;
}
#cancel_btn_messages{
	width: 46px;
	height: 14px;	
	border: 1px solid #7F878A;
	border-radius: 5px;
	text-align: center;
	font-size: .9em;
	background-color: #FAFAFA;
	float: right;
	padding-top: 2px;
}
#cancel_btn_tips a, #cancel_btn_messages a{
	color: black;
}
#cancel_btn_tips a:hover, #cancel_btn_messages a:hover{
	color: red;
}
.thumbs{
	height: 18px;
	width: 18px;
}
.tip_td{
	width: 590px;
}
.tip_date{
	font-size: .8em;
}
.tip_order_nav{
	text-align: center;
}

header a, a:link, a:visited, a:active, a:hover{
	text-decoration: none;
	color: blue;
	outline: none;
}
header h3{
	text-align: center;
	
}
#tagline{
	padding-top:20px;
}
#tagline_spacer{
	height: 60px;

}
#alert_box{
	text-align: center;
	border: 1px solid red;
	margin: 0 auto 10px;
	width: 350px;
	
}

nav{
	margin: 0 auto;
	max-width: 800px;
}
nav ul, #log_nav ul, .tip_order_nav ul, #tip_action_nav ul, #tag_cloud ul{
 	list-style-type: none;
}
table li:first-child, .tip_order_nav li:first-child{
	border-right: 1px solid silver;
	padding-left: 5px;
}
.tip_order_nav{
	width: 100px;
}
table li, .tip_order_nav li{
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid silver;
	float: right;
}

#log_nav{
	position: relative;
	float: right;
	margin: -190px 10px 0 0;
}


/* Messaging styles */
#new_message_btn:hover, #view_messages_btn:hover, #reply_submit_btn:hover, #cancel_btn:hover, input[type='submit']:hover{
	color: red;
}
#menu{
	text-align: center;
}
#messages{
	color: red;
	font-size: 1.2em;
}
.unread_messages{
	color: red;
}
.message_textarea{
	resize: none;
}
.message_list{
	border: 1px solid midnightblue;
	max-height: 200px;
	width: 50%;
	position: relative;
	margin: 5px auto 0;
	overflow: auto;
	border-radius: 8px;
	padding: 5px;
}
.message_list hr{
	margin-top: 3px;
}
.message_list table{
	width: 100%;
}
#message_divider{
	width: 100%;
	margin: 0 auto;
}
#create_message{
	width: 400px;
	position: relative;
	margin: 0 auto;
}
#del_link{
	position: relative;
	background: #627175;
	border-radius: 4px;
	color: white;
	padding: 2px;
	text-decoration:none;
	float: right;
}
#reply_link{
	background: #627175;
	border-radius: 4px;
	color: white;
	padding: 2px;
	text-decoration:none;
}
#reply_submit_btn{
	align: left;
}
#cancel_link{
	float: right;
	margin-top: -20px;
}
#reply_box{
	margin: 0 auto;
	
}
#reply_form{
	height: 300px;
}
#search{
	position: relative;
	width: 60%;
	margin: 0 auto;
	
}
#search_index{
	top: 10px;
}
fieldset{
	border-radius: 10px;
	padding: 10px;
}
#tag_cloud{
	height: 240px;
	width: 240px;
	border-radius: 50%;
	background: #B2B0B0;
	overflow: auto;
	color: red;
	font-size: 14px;
	margin-bottom: 10px;
}
#tag_cloud li a{
	vertical-align: middle;
	border: none;
}
#tag_cloud p{
	padding-left: 85px;
	padding-top: 8px;
}
#tag_cloud ul{
	padding: 0 18px;
	margin: 10px 0 0 12px;
}

#tag_cloud ul li{
	display: inline-block;	
	color: #000;
	padding: 0 2px;
}

.one{
	font-size: 2.8em;
}
.two{
	font-size: 2.3em;
}
.three{
	font-size: 1.8em;
}
.four{
	font-size: 1.3em;
}
.five{
	font-size: .8em;
}

/* Footer styles */
#footer{
	position: relative;
	bottom: 0;
	width: 100%;
	padding-top: 5px;
	text-align: center;
}
#footer hr{
	width: 80%;
	margin: 0 auto;
}

