/* CSS stylesheet for omnia.vsmpo.net */
body {
	scrollbar-3dlight-color: "red";
	scrollbar-arrow-color: "#cc0033";
	scrollbar-base-color: #cccccc;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: "silver";
	scrollbar-track-color: "white";
	scrollbar-shadow-color: "silver";
	font-family: Tahoma;
	backround: #ebebeb;

 	/* /color scheme of the scrollbar*/
}

a,a:visited,a:active {
	color: #ccff33;
	text-decoration: none;
	background: #333333;
	border-bottom: 1px none #333;
	padding: 5px;
}

a:hover {
	color:#ccff33;
	text-decoration:none;
	border-bottom: 1px solid #333;
	background: #999999;
	padding: 5px;
}

a img {
	border: 1px solid #B6F917;
	padding:1px;
}

.dotted {
	border: 2px dashed #ccc;
	padding: 1px;
}
#leftbar {
	/*border-top: 1px dotted #000;*/
	background: url("images/grad_top.gif") repeat-x;
	font-size: 14px;
	vertical-align:top;
}
#leftbar h3 {
	font-size: 16px;
}	

#rightbar {
	/*border-top: 1px dotted #000;*/
	background: url("images/grad_top.gif") repeat-x;
	font-size: 14px;
	vertical-align:top;
}

#bottom {
	border-top: 1px solid #ccc;
	font-size: 12px;
	color: #999;
	background: url("images/grad_bottom.gif") repeat-x bottom;
}
	

#middle {
	/*border-top: 0px dotted #000;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;*/
	border-bottom: 1px dotted #000;
	vertical-align:top;

	background: url("images/grad_top.gif") repeat-x top;
}
small {
	color: #999;
	font-size: small;
}	

#cloud {
	background: #ebebeb;
	width: 90%;
	text-align: center;
	vertical-align: middle;
	font-family: "Comic sans ms";
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.cl1 {
	font-size: x-small;
}
.cl2 {
	font-size: small;
}

.cl3 {
	font-size: medium;
}

.cl4 {
	font-size: large;
}

.cl5 {
	font-size: x-large;
}

.cl6 {
	font-size: xx-large;
}

#cl_buttons {
	padding-top:5px;
	padding-left:30px;
}

#comms {
	/*border-top: 2px solid #f5f5f5*/;
}
#comms_name {
	font-weight:bold;
}
#comms_date {
	font-size: 14px;
	color: #999;
	text-decoration: underline;
}
#comms_topic {
	font-weight:bold;
}
#comms_content {
	padding-top:7px;
}

input {
	border:1px solid #ccc;
	color: #666;
	font-family: "Verdana";
}
textarea {
	border:1px solid #ccc;
	color: #666;
	font-family: "Verdana";
}
#button {
	background: #ebebeb;
	font-weight: bold;
}
#button:hover {
	background: #FFF;
}
#code {
	text-align:center;
	color: #FF6600;	
}
#form_readonly {
	background: #CCC;
}
.bborder {
	padding: 5px;
	border: 1px ridge #CCCCCC;
}
