span.textfieldRequiredMsg, span.textfieldInvalidFormatMsg, span.checkboxRequiredMsg {
	font-size: 12px;
	border: none;
}






/**
  *	default settings
  */
@charset "UTF-8";
body {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a, td, div, label, li {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

/**
  *	Content Area
  */
xdiv.content {
	border-top: 1px solid #666666;
	clear: left;
	padding: 10px;
	padding-top: 25px;
/*	white-space: nowrap; */
	width: 990px;
}

div.content#content2 table {
/*	margin-left: 20px;
	margin-right: 20px;
*/
}

div.content#content2 table.tab1 td {
	padding-left: 15px;
	padding-right: 15px;
}

div.content#content2 td {
	width: 50%;
}

div.content#content2 label {
	font-weight: bold;
	font-size: 11px;
}

/**
  *	Page #1 Category listing
  */
div.newscategorylist {
	width: 500px;
	float: left;
}

div.newscategory {
	width: 250px;
	float: left;
}

div.newslist {
	float: left;
	width: 300px;
}

div.news#newscategory-1 {
	height: 140px;
	width: 450px;
	overflow: auto;
}

/**
  *	Buttons
  */
div.buttons {
	float: right;
	text-align: right;
	clear: left;
}

div.buttons button.back {
	float: left;
}

div.buttons button.next {
	float: right;
}


/**
  *	Option Bar
  */
div.optionbar {
	width: 140px;
	height: 400px;
	background-color: #EFEFEF;
	float: right;
	font-size: 10px;
	padding: 5px;
}

div.error {
	border: 1px solid #EE0000;
	padding: 5px;
	background-color: #FFBBBB;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.optionbar p {
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
}

div.optionbar input {
	width: 120px;
	border: 1px solid #CECECE;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}


/**
  *	preview IFrame
  */
iframe#preview {
	border: 1px solid #CECECE;
	width: 632px;
	height: 400px;
	margin-left: 3px;
}


/**
  *	News Listing
  */
div.newsentry {
	background-color: #EAEAEA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	border-bottom: 3px solid #FFFFFF;
}

div.newsentry input {
	padding-right: 15px;
}

div.newsentry label {
	font-size: 11px;
}


#newscategory-1 div.newsentry {
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	border-bottom: none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	float: left;
	width: 115px;
	overflow: hidden;
	height: 20px;
	white-space: nowrap;
}

#newscategory-1 div.newsentry input {
	padding-right: 5px;
}

#newscategory-1 div.newsentry label {
	font-size: 10px;
}

/**
  *	Standard Headlines
  */
div.headline2 {
	width: 640px;
	height: 55px;
	background-image: url('/images/newsbutler/th.gif');
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fe7100;
	text-align: left;
}

div.headline {
	padding-left:15px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fe7100;
}

div.headtext {
	padding-left:15px;
	float: left;
}

input.input {
	height: 11px;
	background-image: url('/images/newsbutler/bg_input.gif');
/*
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
*/
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
}

/**
  *	Boxes
  */
div#leftbox {
	font-size: 10px;
}

div#rightbox, div#rightbox a, div#rightbox li {
	font-size: 10px;
}

div.logo {
	float: right;
}

/**
  *	Menu Buttons
  */
div.menubutton {
	width: 140px;
	height: 27px;
	background-image: url('/images/newsbutler/btn_grey.gif');
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: 22px;
	text-align: center;
	padding-top: 7px;
}

div.menubuttonactive {
	width: 140px;
	height: 27px;
	background-image: url('/images/newsbutler/btn_orange.gif');
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: 22px;
	text-align: center;
	padding-top: 7px;
}


div.menubutton a, div.menubuttonactive a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
}


/**
  *	Footer
  */
td.footer {
	height: 30px;
	background-image: url('/images/newsbutler/bg_footer.gif');
	background-repeat: repeat-x;
	text-align: right;
	color: #CECECE;
}

td.footer a {
	color: #000000;
	font-size: 10px;
}

td.footer a:Hover {
	text-decoration: underline;
}


/**
  *	Default Text Formatting
  */
.info {
	font-family: Arial, Verdana, sans-serif;
	color: #fe7100;
	font-size: 12px;
	font-weight: bold;
}


/**
  *	info lines
  */
#content1info, #content2info, #content3info {
	font-size: 10px;
	margin-bottom: 7px;
}

/**
  *	feed lists
  */
.feeddescription {
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	padding-left: 25px;
	padding-right: 10px;
}
