.required {
}
.optional {
}
#topInfo {
	/**font-size:16px;*/
}
#topInfo label {
	display:inline;
}
#topInfo em {
	color:#555;
}
#ArticleGenUrl {
	width:auto;
}
.geninfo, .metainfo {
	background-image:url(/img/metainfo_bg.gif);
	background-repeat:no-repeat;
	background-position:1px 1px;
	color:#060;
	font-weight:normal;
	padding-left:20px;
	/**font-size:9px;*/
	clear:both;
	margin-bottom:8px;
	height:auto;
	line-height:15px;
}
.geninfo {
	background-image:none;
	color:#00519b;
	padding-left:0;
}
.left .metainfo, .right .metainfo {
	width:225px;
}
.left, .right {
	float:left;
	width:auto;
}
.left label, .right label {
	margin-top:13px;
	float:left;
	width:100px;
}
.left select, .right select {
	postion:relative;
	top:0;
	float:left;
	width:150px;
	margin-top:10px;
}
.right {
	padding-left:10px;
}
input, textarea {
	width:502px;
}
select {
	width:510px;
}
div.checklist {
	width:497px;
	margin-left:40px
}
#listEditOperations {
	width:99%;
	border:1px solid #333;
	padding:4px;
	background:#FFF;
}
#content div.checklist table td, #listEditOperations table td {
	padding:2px 3px;
}



.structural tr td {
	padding:0px 2px;
}
.structural select, .structural label, .structural input, .structural label {
	width:auto;
}
.structural .datepicker {
	width:68px;
}
.rightinfo {
	position:relative;
	color:#00519b;
	float:left;
	/**font-size:9px;*/
	margin-left:5px;
	margin-top:3px;
}
.note {
	width:515px;
}
.checklist .note {
	width:auto;
}
.form_error_message {
	width:500px;
}
.error_messages {
	width:490px;
}
.one-line label {
	float:left;
	width:120px;
	margin-top:5px;
}
.one-line input, .one-line select {
	width:150px;
	float:left;
}
.one-line button.date-picker-control {
	float:left;
}
div.columns div {
	width:234px;
}
.artRightPane .metainfo, .artLeftPane .metainfo {
	margin-bottom:15px;
}
.artRightPane {
	float:left;
	width:440px;
	margin-left:12px;
}
.artLeftPane {
	width:300px;
	float:left;
}
.artLeftPane textarea {
	width:290px;
}
.artRightPane div.checklist {
	width:425px;
}
#ArticleLogEntry, #ArticleBody {
	width:100%;
	margin-right:15px;
}
input.small {
	padding:2px;
	border:1px #555 solid;
	width:230px;
	color:#777;
}
button.small {
	padding:2px;
	border:1px #555 solid;
	width:32px;
	color:#333;
	background:#fff;
	/**font-size:8px;*/
	text-transform:uppercase;
	font-weight:bold;
	margin-top:1px;
	height:18px;
	padding-top:1px;
	margin-left:1px;
}
#article div.content {
	border:none;
	padding-top:0;
}
#article h1 {
	color:#B05800;
/*	font-family:Arial;*/
	font-weight:bold;
	font-size:1.8em;
	margin-top:8px;
	display:table;
}
#article h2 {
	color:#013370;
/*	font-family:Arial;*/
	font-size:1.5em;
	margin-top:15px;
}
#article p {
/*	font-family:verdana, arial, sans-serif;*/
	/**font-size:12px;*/
	color:#010;
	margin:4px 0;
}
#article-index div.content {
	margin:1px 0 4px 0;
	background-color:#F3F8FC;
	border:1px solid #A4BFDC;
	padding:0;
}
#article-index p {
	padding:10px;
}
#article-index div.inner-tabs {
	clear:left;
	background-color:#CBDBEB;/*border-top:1px solid #A4BFDC;*/
	padding:10px;
}
#article-index div.results {
	background-color:#FFF;
}
#article-index div.index-links {
	padding: 2px 0 0 10px;
}
#article-index div.index-links a {
/*	font-family:arial;*/
	font-weight:bold;
	/**font-size:14px;*/
	margin-right:1px;
	color:#013370;
	text-align:center;
	text-decoration:none;
	width:15px;
	padding:3px 1px 3px 2px;
	float:left;
	display:block;
	margin-bottom:-1px;
}
#article-index div.index-links a.active, #article-index div.index-links a:hover {
	background-repeat:no-repeat;
	background-image:url(/img/articles_index_link_bg.png);
}
#article-index div.results ul {
	padding:0;
	margin:0;
	list-style:none;
	padding:10px;
}
#article-index div.results li {
	padding:0;
	margin:0;
	list-style:none;
/*	font-family:verdana;*/
	/**font-size:11px;*/
	padding-left:13px;
	background-image:url(/img/sections_li_bg.png);
	background-repeat:no-repeat;
	background-position:1px 3px;
	line-height:15px;
	color:#777;
}
#article-index div.results ul li a {
	color:#B05800;
	text-decoration:none;
}
#article-index div.results ul li a:hover {
	text-decoration:underline;
}
#article-index div.results ul li a.abstract {
	color:#666;
	font-style:italic;
	/**font-size:10px;*/
}
#article-index div.results ul li p {
	background:#FAFAFA;
	border:1px solid #DDD;
	margin:1px 0 8px 0;
	font-style:italic;
}
#article-index div.results ul li p a, #article-index div.results ul li p strong {
	font-style:normal;
	/**font-size:10px;*/
}
#article-index div.results ul li p strong {
	color:#999;
}
#article ul, #article ol {
	/*font-family:verdana;*/
	/**font-size:11px;*/
	padding:0;
	margin:6px 0;
}
/**#article li {
	line-height:15px;
	margin:3px 0;
	margin-left:15px;
}*/
#article ul li {
	list-style:none;
	background-image:url(/img/blurarrow.gif);
	background-repeat:no-repeat;
	background-position:2px 3px;
	padding-left:10px;
	margin-left: 10px;
	/*line-height: 2em;*/
}
#article ol li {
	list-style-position:inside;
}

#article li a {
	color:#013370;
	text-decoration:none;
}
#article li a:hover {
	text-decoration:underline;
}
#article .information ul {
	margin: 0px;
	padding: 0px;
}

#article p.footer {
	margin:0;
/*	font-family:verdana, arial, sans-serif;*/
	/**font-size:10px;*/
	color:#555;
}
#article p.copyright {
/*	font-family:verdana, arial, sans-serif;*/
	/**font-size:10px;*/
	color:#555;
	margin:15px 0 0 0;
}
#article #tools {
	float:right;
	width:135px;
	background-color:#F3F8FC;
	border:1px solid #A1BEDC;
	padding:5px 0;
	margin:0 0 5px 5px;
}
#article #tools a {
	display:block;
/*	font-family:arial;*/
	/**font-size:11px;*/
	color:#013370;
	text-decoration:none;
	padding:4px;
	padding-left:26px;
	background-repeat:no-repeat;
	background-position:7px 5px;
}
#article #tools a:hover {
	text-decoration:underline;
}
#article #tools #print-article {
	background-image:url(/img/articles_tools_print.png);
}
#article #tools #font-article {
	background-image:url(/img/articles_tools_font.png);
}
#article #tools #notify-updates-article {
	background-image:url(/img/articles_tools_alert.png);
}
#article #tools #email-article {
	background-image:url(/img/articles_tools_notify.png);
}
#article #tools #bookmark-article {
	background-image:url(/img/articles_tools_bookmark.png);
}
#article #tools #share-article {
	background-image:url(/img/articles_tools_share.png);
}
#article #related {
	border-top:1px solid #A4BFDC;
	margin-top:15px;
	padding-top:7px;
}
#article #adsense {
	border-top:1px solid #A4BFDC;
	margin-top:15px;
	padding-top:7px;
}
#article #adsense p {
	padding-left:85px;
	color:#888;
	text-transform:uppercase;
	letter-spacing:2px;
	/**font-size:8px;*/
}
#article #adsense div {
	background-position:center;
	background-repeat:no-repeat;
	height:250px;
}
.article-toolkit-box {
	background-color:#F3F8FC;
	border:1px solid #A1BEDC;
	padding:6px 10px;
	margin:0 9px 10px 10px;
	border-width:1px 0 1px 0;
}
.article-toolkit-box h3 {
	color:#900;
/*	font-family:arial, serial;*/
	/**font-size:12px;*/
	letter-spacing:2px;
	text-decoration:underline;
	height:20px;
}
.article-toolkit-box input {
	width:auto;
}
#article .article-toolkit-box p {
	margin-bottom:12px;
	font-size:0.7em;
	/**font-size:10px;*/
}
#article .article-toolkit-box .mini-gray {
	color:#666;
}
#article-email-box {
	background-color:#F3F8FC;
	border:1px solid #A1BEDC;
	padding:6px 10px;
	margin:0 9px 10px 10px;
	border-width:1px 0 1px 0;
	font-size:0.7em;
}
#article-email-box h3 {
	color:#900;
	font-family:arial, serial;
	/**font-size:12px;*/
	letter-spacing:2px;
	text-decoration:underline;
	height:20px;
}
#article-email-box input {
	width:300px;
	float:right;
	margin-right:42;
	vertical-align:top;
	text-align:left;
}
#article-email-box textarea {
	width:300px;
	align:right;
	margin-left: 30px;
	position:inherit;
}
#article-email-box p {
	margin-bottom:12px;
	/**font-size:10px;*/
}
#article p.note-reg-required {
	color:#555;
	font-size:0.6em;
	margin-bottom:5px;
}
#article-share-box ul, #article-font-box ul {
font-size:0.7em;
	margin:0;
	padding-top:5px;
	list-style-type:none;
	clear:both;
}
#article-font-box ul {
	padding-top:0px;
}
#article-share-box ul li, #article-font-box ul li {
	padding:0;
	float:left;
	width:120px;
	margin:2px 2px 0px 0;
	background:none;
}
#article-share-box ul li a, #article-font-box ul li a {
	display:block;
	height:22px;
	padding-left:20px;
	color:black;
}
#article-font-box ul li {
	width:100px;
}
#article-font-box ul li a {
	padding-top:8px;
	padding-left:25px;
}
#article-share-box ul li a {
	background:transparent url(/img/icon-sprites-social.gif) no-repeat;
}
#article-font-box ul li a:hover {
	text-decoration:none;
	background-position:0 0;
}
#article-font-box #font-size-small a {
	background:url(/img/btnfontsizes.gif) no-repeat;
	background-position:0;
}
#article-font-box #font-size-small a:hover {
	background:url(/img/btnfontsizesov.gif) no-repeat;
	background-position:0;
}
#article-font-box #font-size-medium a {
	background:url(/img/btnfontsizem.gif) no-repeat;
	background-position:0;
}
#article-font-box #font-size-medium a:hover {
	background:url(/img/btnfontsizemov.gif) no-repeat;
	background-position:0;
}
#article-font-box #font-size-large a {
	background:url(/img/btnfontsizel.gif) no-repeat;
	background-position:0;
}
#article-font-box #font-size-large a:hover {
	background:url(/img/btnfontsizelov.gif) no-repeat;
	background-position:0;
}
#article-share-box .delicious a {
	background-position:0 0;
}
#article-share-box .digg a {
	background-position:0 -100px;
}
#article-share-box .furl a {
	background-position:0 -200px;
}
#article-share-box .netscape a {
	background-position:0 -300px;
}
#article-share-box .yahoo a {
	background-position:0 -400px;
}
#article-share-box .stumbleupon a {
	background-position:0 -500px;
}
#article-share-box .google a {
	background-position:0 -600px;
}
#article-share-box .technorati a {
	background-position:0 -700px;
}
#article-share-box .blinkList a {
	background-position:0 -800px;
}
#article-share-box .newsvine a {
	background-position:0 -900px;
}
#article-share-box .magnolia a {
	background-position:0 -1000px;
}
#article-share-box .reddit a {
	background-position:0 -1100px;
}
#article-share-box .windows a {
	background-position:0 -1200px;
}
#article-share-box .tailrank a {
	background-position:0 -1300px;
}
#article-share-box .slashdot a {
	background-position:0 -1400px;
}
#article-share-box .facebook a {
       background-position:0 100px;
}

#article-admin-tools {
	padding-left:10px;
	color:#009;
	/**font-size:10px;*/
/*	font-family:verdana;*/
	margin-top:-1px;
	background-image:url('/img/message-bg.png');
	margin:10px;
	padding:10px;
	border:1px solid #009;
}
#article-admin-tools a {
	color:#009;
}
#article-admin-tools a:hover {
	color:#B00;
}

#rightcrumbs {
	text-align:right;
	text-transform:uppercase;
	vertical-align:top;
	float:right;
	font-size: 12px;
	/**font-size: 12px;*/
/*	font-family:Verdana*/
}
#originalurl {
	padding-top:8px;
	padding-bottom:8px;
	border-top:black solid 1px;
	;
	border-bottom: solid black 1px;
}
#printbody {
	font-size:14px;
	font-family:Arial, verdana;
	margin-left: 40px;
	margin-right: 40px;
}

#printbody a {
color:#000000;
}

#printcontent h1 {
	/**font-size:24px;*/
	padding-bottom:10px;
	font-weight:bold;
	font-size: 20px;
}
#printcontent h2 {
	/**font-size:18px;*/
	font-weight:bold;
	margin-top: 10px;
	font-size: 16px;
}
#printcontent p {
	margin-top: 8px;
}
#printcontent ul {
	margin-left:25px;
	margin-top: 8px;
}
#printfooter p {
	font-size:small;
	color:#000000;
	padding: 2px;
}
#printcontent table {
	margin-top: 10px
}
#printcontent table.information ul li {
	list-style:none;
	background-image:url(/img/blurarrow.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left: 10px;
}
#printdisclaimer {
	font-size:small;
	text-align:justify;
	width:100%;
	border:1px solid black;
	padding:5px;
}



#printcontent li {
	background-image:url(/img/blackarrow.gif);
	background-repeat:no-repeat;
	background-position:2px 3px;
}

#popup {
	font-size:small;
/*	font-family:Arial, verdana;*/
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
}
.popup {
	/**font-size:10px;*/
}
#emailresult {
	background-color:#F3F8FC;
	border:1px solid #A1BEDC;
	padding:6px 10px;
	margin:0 9px 10px 10px;
	border-width:1px;
/*	font-family:arial;*/
	/**font-size:11px;*/
	color:#013370;
}

/* START of Clickable/Expandable Reference items...*/
	#ClickableReferenceDiv{
	 border: 1px dotted #555;
	 border: none;
	}
	#ClickableReferenceDiv h2{
	 cursor: pointer;
	 margin-top: 0px;
	}
	#ClickableReferenceDiv ul li{
	 background-image: none;
	 color: #555;
	}
/* END of Clickable/Expandable Reference items...*/

