/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
}

a {
	color: #3399FF;
	text-decoration: none;
}

	a:hover {
		color: #FF0000;
		text-decoration: underline;
	}

ul {
	list-style-type: square;
}

form label.error {
	/*margin-left: 1px;
	margin-top:3px;*/
	width: auto;
	display: none;/*  inherit; inline;*/
	font-size: 11px;
	color:#FF0000;
}


.menu {
	color: #000000;
}

	.menu li a {
		color: #000000;
		text-decoration: none;
	}
	
	.menu li a:hover {
		color: #009900;
		text-decoration: underline;
	}

.button {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	border: 1px solid black;
	background-color: #8fe830;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

.footer {
	color: #FFFFFF;
	font-size: 11px;
}

	.footer a {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	.footer a:hover {
		color: #FFFF00;
		text-decoration: none;
	}
	
.notes {
	color: #666666;
}

.msg_success {
	border: 1px solid #006600;
	background-color: #CCFFCC;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.msg_error {
	border: 1px solid #990000;
	background-color: #FFEEFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.msg_warning {
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.menuSeparator {
	border-bottom: 1px solid #3399FF;
}

.pageHeading {
	font-size: 16px;
	font-weight: bold;
}

.formSectionHeading {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 0 0;
}

.textTags {
	font-size: 12px;
	font-weight: bold;
}

.listBorder {
	border: 1px solid #3399FF;
}

.listTitle, .listTitle a, .listTitle a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #000000;
	text-decoration: none;
}

	.listTitle a:hover {
		color: #FFFF00;
		text-decoration: underline;
	}

.listItem {
	border-bottom: 1px solid #CCCCCC;
	background-color: #FAFDFE;
}

.sms_preview {
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}