@charset "utf-8";
/* CSS Document */


body {
	background-color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

img { border: 0px; }

hr { border: 1px dashed #B2C0CC; }
fieldset { border: 1px solid #B2C0CC; }


#main {
	margin-left: 75px;
}

#content {
	position:absolute;
	width:640px;
	height:475px;
	left: 200px;
	overflow: auto;
	top: 80px;
	padding-right: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	border-bottom: 1px dotted #0099FF;
	color: #0099FF;
}

.desc {
	font-size: 10px;
}


#content #title {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: right;
	font-size: 20px;
	padding-right: 50px;
	margin-bottom: 10px;
	border-bottom: 2px dashed #E5F3FF;
	margin-right: 10px;
}

table th, h2, fieldset legend {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

table th {
	text-align: left;
}


form .subdomain {
	background-color: #FFFFFF;
	border: 1px solid #8E92AE;
	color: #333333;
	font-weight:bold;
	font-size:14px;
	width: 119px;
	margin-top: 0px;
	padding: 2px;
}

form .topdomain {
	font-weight:bold;
	font-size: 14px;
	width: 128px;
}

form .softwarelist {
	font-weight:bold;
	font-size: 14px;
	width:252px;
}

form .halfinput {
	width:118px;
}
form .fullinput {
	width:248px;
}

.inputbox, textarea {
	background-color: #FFFFFF;
	border: 1px solid #8E92AE;
	color: #333333;
	padding: 2px;
	margin: 1px;
}

.inputbox:hover, textarea:hover {
	border: 1px solid #3366FF;
}

.inputbox:focus, textarea:focus {
	border: 1px solid #0066FF;
	color: #0F4987;
}

select {
	background-color: #FFFFFF;
	border: 1px solid #8E92AE;
	color: #333333;
	padding: 1px;
	margin-top: 0px;
}

a.button, input.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FAFAFA;
	background-image: url(images/bg_button.gif);
	color: #000000;
	height: 24px;
	border: 1px solid #333333;
	cursor:pointer;
	font-weight:bold;
}

/* Hover states */
a.button:hover, input.button:hover {
	color: #444444;
	background-image: none;
}

input.critconfirm:hover {
	background-color: #F00;
}

#errorbox {
	border: 1px solid #CC3300;
	background-color: #E29292;
	padding-right: 15px;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 1px;
	width: 480px;	
	text-align: left;
}

#errorbox ul li { margin-left:-30px; }

#errorbox ul {
	margin-top:6px;
	margin-bottom:6px;
}

.servicebutton { width: 200px; }
.note { font-size: 10px; }

#cp_survey { width:232px; margin-bottom:15px; background-color:#000000; }
#cp_survey td { width:10px; height:10px; cursor:pointer; }

.listtable , .listtable td, .listtable th {
	border-collapse: collapse;
	border: 1px solid #B2C0CC;
	cursor: default;
}
.listtable tr:hover { background-color: #CCFFCC; }
.listtable th { background-color: #D3DCE3; text-align: center; }

#pp
{
	font-size: 24px;
	height: 40px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	vertical-align: middle;
}

#pp b
{
	color: #FFCC00;
	font-size: 36px;
}