@charset "utf-8";
/* Autotwitt.it CSS 1.0 */

/* General */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 101%;
}

body {
	background: #f6f6f6;
	font-size: 12px;
}

img {
	border: none;
	vertical-align: middle;
}


/* Do rounding (native in Safari, Firefox and Chrome) */
.roundedCorners {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/* Div Structure */
#toolbar {
	border-bottom: 1px solid #ddd;
	height: 30px;
}

#toolbar_menu {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 80px;
}

#container {
	width: 900px;
	margin: 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	padding: 30px;
}

#menu {
	margin: 0;
	border-top: 1px solid #eee;
}

#menu_login {
	margin: 0;
}

#slogan {
	margin: 0;
	height: 150px;
	border-bottom: 1px solid #eee;
}

.conborder {
	border-bottom: 1px solid #eee;
}

#progressbar {
	padding: 10px 0;
}

#subfooter {
	margin: 0;
	border-top: 1px solid #eee;
	padding: 20px 0;
}

#footer {
	width: 900px;
	padding: 0 0 30px 0;
	margin: 0 auto;
}

#sub_con {
	width: auto;
	margin: 40px 0 0 0;
	min-height: 120px;
}

#subcol {
	width: auto;
	margin: 0;
}

.subcol_tile {
	float: left;
	margin: 0 30px 0 0;
	border-right: 1px solid #ddd;
	padding: 0 30px 0 0;
	height: 120px;
	width: 90px;
}


/* Characters */
h1 {font-size: 28px; color: #aaa;}
h2 {font-size: 18px; color: #555;}
h3 {font-size: 14px;  color: #555;}
h4 {font-size: 14px; line-height: 1.2em; color: #999;}
h5 {font-size: 24px; line-height: 1.2em; color: #555;}

h1 {
	font-weight: normal;
	letter-spacing: -2px;
	text-shadow: 0 1px 1px #fff;
	margin: 0;
}

h2 {
	text-shadow: 0 1px 0 #fff;
	letter-spacing: 0;
	margin: 20px 0 4px 0;
}
h2:first-child {
	margin: 10px 0 4px 0;
}
h2 span {
	color: #c00f14;
}

h3 {
	margin: 20px 0 0 0;
	line-height: 1.2em;
}

h4 {
	font-weight: normal;
	line-height: 1.2em;
}

h5 {
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-align: left;
}

h6 {
	font-size: 11px;
	color: #999;
	line-height: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height: 20px;
	color: #777;
	font-weight: normal;
}
#footer p {
	font-size: 11px;
	color: #777;
	font-weight: normal;
}


/* Link */
a:focus {
	outline: 0;
}

a, a:link, a:visited, a:focus, a:active {
	color: #c00f14;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.moretext, .moretext:hover {
	width: auto;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #BFBFBF;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color: #c00f14;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px #BFBFBF;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}  

          
.moretext:hover, a.moretext:hover {
	background-color: #333;
} 


/* Lists */
ul {
	list-style: none;
	margin: 20px 0 0 0;
}

li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 14px;
}

#toolbar ul {
	list-style: none;
	margin: 0;
	float: right;
}

#toolbar li {
	list-style: none;
	display: inline;
	font-size: 11px;
	line-height: 30px;
	margin: 0 10px 0 0;
	color: #777;
}


#menu_login ul {
	list-style: none;
	margin: 0;
}

#menu_login li {
	list-style: none;
	display: inline;
	font-size: 11px;
	line-height: 30px;
	margin: 0;
	padding: 0 4px 0 5px;
	color: #777;
	border-left: #ddd solid 1px}

#menu_login li:first-child {
	border-left: 0;
	padding-left: 0}

#menu ul {
	list-style: none;
	margin: 0 0 25px 0;
	color: #777;
}

#menu li {
	list-style: none;
	display: inline;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	color: #777;
}

#menu li:first-child {
	padding-left: 0;
}

/* Barre Dashboard */
.bar {
	background-color: #fff;
	margin: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}	
	
.bar_busy {
	background-color: #c00f14;
	height: 30px;
	float: left;
	z-index: 1;
}

.bar_prev {
	background-color: #ccc;
	height: 30px;
	float: left;
	z-index: 1;
}

.bar_message {
	font-weight: normal;
	font-size: 11px;
	z-index: 2;
	float: left;
	position: absolute;
	padding-left: 10px;
}

.alert_box {
	background-color: #c00f14;
	font-size: 11px;
	margin: 0;
	height: 40px;
	line-height: 20px;
	border: 1px solid #ccc;
	padding-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* Class, Tables and Forms*/
.tn {
	padding: 0 0 0 5px;
}

.col {
	color: #0099FF;
}



table {
	margin: 20px 0;
	width: 900px;
	color: #555;
}

.trprice {
	height: 30px;
}

.tdprice {
	border-bottom: none;
	font-weight: bold;
	color: #c00f14;
}

.leftprice {
	text-align: left;
	width: 300px;
}

td, th, .top {
	padding: 5px 15px;
	text-align: center;
	border-bottom: 1px #ccc solid;
}

.top {
	border-top: 1px #ccc solid;
}

th {
	border-bottom: 1px #c00f14 solid;
}
	
.day {
	float: left;
	width: 35px;
	height: 25px;
	text-align: center;
	padding-top: 10px;
	margin: 1px;
	background-color: #fff;
	border: 1px solid #BFBFBF;
	border: 1px solid rgba(0,0,0,0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
	
.clear {
	clear: both;
}
	
	
/* Form */
form {
	margin-top: 30px;	
}
input,textarea {
	width: 350px;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	color: #777;
	margin: 10px 10px 0 0;
	border: 1px solid #BFBFBF;
	border: 1px solid rgba(0,0,0,0.25);
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
input[type=radio],input[type=checkbox] {
	width: 20px;
	margin-right: 5px;
}
input[name=randmax] {
	text-align: center;
	width: 50px;
	margin-left: 10px;
}
input[name=message] {
	width: 790px;
}
input[id=message_counter] {
	text-align: center;
	width: 40px;
}

button {
	width: auto;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #BFBFBF;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color: #c00f14;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px #BFBFBF;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

