/* CSS Document */

/* Rodan Media Group for The Cloud City http://www.rodanmedia.net */



body

{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D4C9C9;
	background-color: #000000;
	margin: 0px;
	
}

.header-left

{
	border-bottom: 1px solid #700000;
	text-align: left;
	
}

.header-right

{
	border-bottom: 1px solid #700000;
	text-align: right;
	
}

.loginForm

{
	background-image: url(../graphics/bkds/loginbar.jpg);
	height: 250px;
	text-align: left;
	vertical-align: middle;
	
}

.loginDone

{
	background-image: url(../graphics/bkds/logindone.jpg);
	height: 250px;
	text-align: left;
	vertical-align: middle;
	
}

.panelcontent

{

	padding: 10px;
	text-align: left;
	vertical-align: top;

}

.panelpics

{
	padding: 10px;
	text-align:center;
	vertical-align: top;
}

/* links */

a:link

{ 

	color: #DBDEE4;
	font-weight: normal;
	text-decoration: underline;

}

a:visited

{
	
	color: #DBDEE4;
	font-weight: normal;
	text-decoration: underline;

}

a:hover

{

	color: #990000;
	font-weight: normal;
	text-decoration: underline;

}

#css-mac-btn-leave

{
	background-image: url(http://thecloudcity.com/graphics/buttons/css-mac-btn-leave.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 131px;
	width: 130px;
	height: 32px;
	padding: inherit;
	display: block;
}

#css-mac-btn-leave:hover

{
	background-position: bottom left;
}

#css-select-btn

{
	background-image: url(../graphics/buttons/css-select-button.png);
	background-position: top left;
	background-repeat: no-repeat;
	/* border-bottom: 1px dotted #a5a5a5; */
	text-indent: 131px;
	width: 130px;
	height: 32px;
	padding: inherit;
	display: block;
}

#css-select-btn:hover

{
	background-position: bottom left;
	/* border-bottom: 1px dotted #b6b6b6; */
}

/* forms */

input.userData 

{
	height: inherit;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #970000;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;

}

input.userError

{

	height: inherit;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	background-color: #A93132;

}

input.userInput 

{

	height: inherit;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #970000;
	font-size: 16px;

}

textarea.textInput 

{

	height: inherit;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #970000;
	font-size: 16px;
	padding: 5px;

}

textarea.textError 

{

	height: inherit;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	background-color: #A93132;

}