/*

	## DarkStar Communications
	## Global Client Control Panel
	
	## Style.css

*/

/* # MAIN */

	body {
		margin: 0px;
		background-color: #F2F2F2;
}

/* # COMMMON */

	.text {
		font-family: verdana;
		font-size: 11px;
		color: #555;
	}
	.text a:link {
		font-family: verdana;
		font-size: 11px;
		color: #555;
		text-decoration: underline;
	}
	.text a:visited {
		font-family: verdana;
		font-size: 11px;
		color: #555;
		font-style: italics;
		text-decoration: underline;
	}
	.text a:active {
		font-family: verdana;
		font-size: 11px;
		color: #555;
		text-decoration: underline;
	}
	.text a:hover {
		font-family: verdana;
		font-size: 11px;
		color: #555;
		text-decoration: none;
	}

/* # BOX */

	.outside {
		border-color: #fff;
		border-width: 2px;
		border-style: solid;
		width: 466px;
	}
	.box {
		border-color: #B4B4B4;
		border-style: solid;
		border-width: 1px;
		padding: 2px;
		width: 460px;
		background-color: #fff;
		background-image:url(back.gif)
	}

/* # BAR */

	.bar {
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
		background-color: #48869B;
		padding: 5px;
		width: 440px;
	}
	.bartop {
		border-bottom: #fff solid 1px;
		background-color: #5E9EB3;
		padding: 5px;
		width: 440px;
	}
	.barbottom {
		border-top: #fff solid 1px;
		background-color: #5E9EB3;
		padding: 5px;
		width: 440px;
	}

/* # FORM */

	input {
		font-family: verdana;
		font-size: 11px;
		border-style: solid;
		border-width: 1px;
		border-color: #A5ACB2;
		padding: 2px;
	}
	input:focus {
		background-color: #F8FFCE;
		font-family: verdana;
		font-size: 11px;
		border-style: solid;
		border-width: 1px;
		border-color: #A5ACB2;
		padding: 2px;
	}


