@import url("reset.css");
@import url("forms.css");
@import url("ubar.css");
@import url("mbar.css");
@import url("blog.css");
@import url("my.css");
* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img {
	border: 0;
}
html {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: url(/assets/bg.png) repeat-x top fixed #001144;
	margin: 0;
	padding: 0;
}
div {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
a {
	color: #FFF;
	text-decoration: none;
}
.bar {
	width: 964px;
	margin: 0 auto;
}
.container {
	width: 595px;
	margin: 2px;
	padding: 5px;
	margin-left: 80px;
	background-color: #001144;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.right_container {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;

}
.module {
	background: #001144;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px;
	text-align: justify;
	margin-bottom: 2px;
}
.bad_message {
	background: #990000;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px;
	text-align: justify;
	margin-bottom: 2px;
	position: fixed;
	bottom: 0;
	z-index: 6;
}
.tabs {
	position: absolute;
	left: -109px;
}
.tabs li {
	margin-bottom: 2px;
	width: 101px;
	font-size: 75%;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	padding: 4px;
}
.green_tab {
	background: url(/assets/forms/input_green.png) repeat-x;
}
.orange_tab {
	background: url(/assets/forms/input_orange.png) repeat-x;
}
.gray_tab {
	background: url(/assets/forms/input_dgray.png) repeat-x;
}
.red_tab {
	background: url(/assets/forms/input_red.png) repeat-x;
}
.blue_tab {
	background: url(/assets/forms/input_blue.png) repeat-x;
}
.content {
	width: 964px;
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 40px;
}
.good_message {
	margin: 2px;
	padding: 5px;
	border: 1px solid #669900;
	background-color: #336600;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.left {
	position: absolute;
	left: 0;
}
.right {
	position: absolute;
	right: 0;
}
p {
	display: block;
}
h1 {
	color: #333;
	margin: 5px;
	padding: 0;
	text-decoration: underline;
	font-size: 225%;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 115%;
	text-align: center;
}
h3 {
	color: #333;
	margin: 5px;
	padding: 0;
	font-size: 125%;
	text-align: left;
}
h4 {
	color: #360;
	margin: 10px;
	padding: 0;
	font-size: 150%;
	text-align: center;
}
