﻿/*==========================================
    Standart tags
------------------------------------------*/
body {
	margin: 0;
	background-color: #CBDEF4;
}
body,td,th,input,select,textarea {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}
form {
	display: inline;
}
img {
	border: none;
}

/*==========================================
    Layout
------------------------------------------*/

/* Welcome */

#header {
	background-color:#0C6DCE;
	color: #FFF;
	height: 50px;
	text-align: center;
}
#header .welcome {
    font-weight: bold;
    line-height: 50px;
}

#Content {
	background-color: #FFF;
	padding: 20px;
	color: #666;
}

/* Login */

#Content table {
    width: 100%;
}
#Content td, th {
    padding: 5px;
}
#Content td.header, th.header {
	font-weight: bold;
	background-color: #dcdcdc;
	text-align: left;
	color: #505050;
}

#Content table.login {
}
#Content table.login td.lbl 
{
    text-align: right;
    font-weight: bold;
    width: 45%
}
#Content table.login td.ctrl 
{
    text-align:left;
    vertical-align: top;
}

/*  Footer */
#Footer
{
}

#Footer .Copyright
{
    padding: 10px;
}

/*==========================================
    General classes
------------------------------------------*/

.error {
	color: #F00;
	padding: 2px;
	display: inline;
}
