#logo{
	position: absolute;
	left: 29px;
	top: 0px;
}
#logo_architecture{
	position: absolute;
	left: 29px;
	top: 70px;
}

#page{
	margin-top: 10px;
	margin-left: 282px;
	padding-right: 20px;
	width: 800px;
}

#dev{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 20px 30px;
	background: red;
	color: white;
}

#page.wide{
	width: 900px;
}
#page.ultraWide{
	width: 1500px;
}

body{
	margin: 0px;
	font-family: Verdana,Arial;
	font-size: 12px;
}

img{
	border: none;
}

h1{
	font-size: 24px;
	color: #009bb4;
	font-weight: bold;
	margin: 120px 0px 70px 0px;
}

h2{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

a{
	color: #009bb4;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

hr{
	border: none;
	height: 1px;
	background: #888;
	margin: 20px 0px;
}

span.loginInfo{
	color: #999;
	font-size: 11px;
}
p{
	line-height: 20px;
}
p.subscribeStep{
	color: #999;
	margin-top: 50px;
}
p.subscribeStep span{
	color: #009bb4;
}

div.CT_Form div.formContent{
	border: 1px solid #009bb4;
	border-width: 1px 0px;
	padding: 20px;
	margin: 30px 0px;
}

div.buttonBar{
	position: relative;
	margin: 0px 20px;
	height: 30px;
}

label{
	width: 200px;
	font-weight: bold;
	display:inline-block;
	margin: 5px 0px;
}
label.CT_Checkbox_Label, label.CT_RadioButton_Label{
    font-weight:normal;
    width: auto;
}
input.CT_TextInput, select{
	margin: 5px 0px;
	width: 250px;
}
input.CT_SubmitButton{
	background: #009bb4;
	color: white;
	border: solid 1px #009bb4;
	padding: 5px 10px;
}
input.prevButton{
	position: absolute;
	left:0px;
}
input.nextButton{
	position: absolute;
	right:0px;
}

div.CT_FormStatus_Error{
	background: #fdd;
	color: red;
}
div.CT_FormStatus_Success{
	background: #dfd;
	color: green;
}
div.CT_FormStatus_Info{
	background: #ddf;
	color: #008;
}
div.CT_FormStatus_Error a{
	color: red;
}
div.CT_FormStatus_Info a{
	color: #008;
}
div.CT_FormStatus{
	margin-top: 25px;
	padding: 10px 15px;
}
div.CT_FormStatus p{
	margin: 5px 0px;
}
div.adminMenu{
	padding-bottom: 2px;
	border-bottom: dashed 1px #009bb4;
    margin-bottom: 10px;
}

table{
	width: 100%;
}

table thead tr td{
	background: #009bb4;
	color: white;
	padding: 4px;
}
table tbody tr td{
	border: 1px solid #aaa;
	border-width: 1px 1px 0px 1px;
	padding: 4px;
}
label.disabled, span.disabled{
    color: #888;
}
