body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	xbackground-color: #fff;
}

#wrapper {
	width: 770px;
	margin: auto;
}

#banner {
	margin: 12px 0 0 0;
	position: relative;
}

#container {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #002475;
	border-right: 1px solid #002475;
	width: 768px;
	margin-top: -2px;
}

#loginText {
	width: 520px;
	position: relative;
	float: left;
	padding: 0 12px 12px 12px;
}

#loginForm {
	top: 12px;
	width: 199px;
	position: relative;
	float: right;
	padding: 0 12px 0 12px;
	border-left: 1px solid #7dbae3;
}

#loginText h2 {
	color: #001a54;
	line-height: normal;
}

#loginText p {
	font-size: 90%;
	color: #555;
	line-height: normal;
}

#loginForm label {
	color: #001a54;
}

#loginForm input {
	border: 1px solid #7f9db9;
}

#loginError {
	font-size: 80%;
	color: red;
}

#contestTop {
	background-color: #001e62;
	overflow: hidden;
	width: 100%;
}

#contestBanner {
	float: left;
}

#logout {
	float: right;
}

#contestWrapper {
	margin: 12px 12px 0 12px;
	overflow: hidden;
	border-left: 1px solid #001e62;
	border-right: 1px solid #001e62;
	min-width: 1240px;
}

#company {
	float:left;
	padding-left: 12px;
}

#pot {
	xfloat: right;
	padding-right: 12px;
	padding-top: 5px;
}

#pot td, th {
	padding: 0 6px 6px 0;
}

#table, #settings, #admin {
	clear: both;
	padding: 0 12px 0 12px;
}

#table table {
	width: 100%;
}

#table td, th {
	padding: 5px 10px 10px 5px;
	font-size: 14px;
}

#table tr {
	border-bottom: 1px solid #b5b7ba;
}

#table td {
	color: #001f65;
	text-align: center;
}

#table th.titles {
	background-color: #33414e;
}

#table th.titles a, a:active {
	color: #fff;
}

#table th.titles a:hover {
	color: yellow;
}

#table td.points {
	background-color: #eee;
}

#footerWrapper {
	margin: 0 12px 12px 12px;
	min-width: 1242px;	
	min-height: 263px;
}

#right-corner {
	float: right;
	background-image: url('../images/contest_footer_right.png');
	height: 263px;
	width: 48px;
}

#left-corner {
	background-image: url('../images/contest_footer.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #001e62;
	border-bottom: 1px solid #001e62;
	min-height: 262px;
	margin-right: 48px;
}

#settings table, #admin table {
	border: 1px solid #7dbae3;
}

#settings table td, #admin table td {
	color: #001f65;
	font-size: 12px;
	padding: 5px 10px 10px 5px;
	text-align: left;
}

#settings table th, #admin table th {
	color: #fff;
	background-color: #B5B7BA;
	text-align: center;
	font-size: 14px;
	padding: 5px 10px 10px 5px;
}

#companies table tr {
	border-bottom: 1px solid #B5B7BA;
}

#menu {
	float: left;
	width: 258px;
}

#menu table td {
	background-color: #B5B7BA;
	font-size: 14px;
	padding: 5px 10px 10px 5px;
}


#menu a:hover {
	color: yellow;
}

#manage {
	padding: 0 12px 0 12px;
	margin-left: 270px;
}

.sideBlock
{
	font-size: 90%;
	color: #555;
	line-height: normal;
}

.standing1
{
    border-bottom: 6px solid #fecc01 !important;
}

.standing2
{
    border-bottom: 6px solid #0b99f8 !important;
}

.standing3
{
    border-bottom: 6px solid #cc99cc !important;
}

.standing4
{
    border-bottom: 6px solid #cccc99 !important;
}

.standing5
{
    border-bottom: 6px solid #99cccc !important;
}

.standing6
{
    border-bottom: 6px solid #00ff00 !important;
}

.rowHeading 
{    
    background-color: #33414e !important;
    color: white !important;
}
.rowHeading  TD
{
    background-color: #33414e !important;
    color: white !important;
}
.x-navigation > li.xn-logo > a:first-child
{
    background-color: #002475;
}
.text-column H4
{
    font-size: 32px;
    color: #6699ae !important;
}
.text-column .fa
{
    background: #65a1dd !important;
}