/*Title class for the navigation menu*/
.menutitle a:link, .menutitle a:visited, .menutitle a:hover, .menutitle a:active {
    color:#fff;
	text-decoration:none;
}
/*Login App Forms*/
.usermessage {
	color:#900;
}
.userframe {
	width:100%;
}
.userframe h4 {
	padding:0;
	margin-bottom:8px;
}
.userframe p {
	margin:10px 0;
}
.userframeinner {
	width:220px;
	background-color:#DDD;
	color:#333;
	border:2px solid #999;
	padding:0 10px;
	margin:0;
}
.userform {
	margin:0;
}
.userframecenter {
	width:150px;
	margin:0 auto;
}
.usersubmit {
	color:#333;
	font-weight:bold;
}
/*User class for the navigation menu*/
.menuuser {
  	line-height:14px;
	font-size:9px;
	color:#666;
    background:#fff;
	border-bottom:1px solid #CFC7CE;
	font-weight:bold;
	padding:2px 0 3px 0;
	margin:0;
}
.menuuser a:link, .menuuser a:visited {
	color:#00C;
	text-decoration:underline;	
}	
.menuuser a:hover {
	color:#F00;
	text-decoration:none;	
}	
.menuuser a:active {
	color:#F00;
	text-decoration:underline;	
}
.menuuser form {
	margin:0;
	padding:0;
}
.menuuser select {
	width:150px;
	font-size:10px;
	margin:4px;
}
.menuuser option {
	margin:0 0 2px 2px;
	padding:0 0 2px 2px;
}
/*User alert classes*/
#useralertbar {
	overflow:hidden;
	height:0;
	width:100%;
	top:0;
	margin-bottom:10px;
	position:relative;
	z-index:100;
}
#useralertinner {
	background:#ffd url(../images/alert.gif) 5px 9px no-repeat;
	border-bottom:1px solid #999;
	padding:5px;
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	margin:0;
	width:100%;
}
#useralertmessage {
	float:left;
	padding:4px 25px;
	font-size:10px;
	line-height:16px;
}
#useralertclose {
	float:right;
	padding:4px 10px;
	cursor:pointer;
}
#useralertbutton {
	float:right;
	padding:1px 10px;
}
/* Comment Style for JS Rollovers - prepares/prehides comments */
.comment {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:none;
	visibility:hidden;
	position:absolute;
	width:358px;
	overflow:hidden;
	padding:0;
	margin:0;
}
.commentlink {
	cursor:help;
}
.comtop {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/comments.top.png');
	background-image:url(../images/comments.top.png);
	background-repeat:no-repeat;
	padding:0;
	height:17px;
	width:358px;
	margin:0;
	line-height:1px;
	font-size:1px;
}
.combg {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/comments.bg.png');
	background-image:url(../images/comments.bg.png);
	background-repeat:repeat-y;
	padding:0;
	width:358px;
	margin:0;
	margin-top:0;
}
.comtext {
	margin:0 24px 0 15px;
	padding:0;
}
.comment h1,.comment h2,.comment h3,.comment h4,.comment h5,.comment h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	border-bottom:#000000 solid 1px;
	margin-top:0;
	margin-bottom:3px;
	padding-top:0;
	padding-bottom:5px;
}
.comment p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:0;
	padding-bottom:2px;
	font-size:11px;
	line-height:15px;
}
.comment hr {
	font-size:10px;
	line-height:10px;
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.combot {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/comments.bottom.png');
	background-image:url(../images/comments.bottom.png);
	background-repeat:no-repeat;
	padding:0;
	height:17px;
	width:358px;
	margin:0;
	line-height:1px;
	font-size:1px;
}
/* Expand / Collapse Classes */
a.expandable:link,
a.expandable:visited,
a.collapsible:link,
a.collapsible:visited {
	color:#000;
	display:block;
	width:95%;
	padding:3px 3px 3px 23px;
	font-weight:bold;
	text-decoration:none;
}
a.expandable:hover,
a.collapsible:hover {
	color:#c00;
}
a.expandable:active,
a.collapsible:active {
	color:#000;
}
p.expandbar {
	display:block;
	width:95%;
	padding:1px 13px 2px 13px;
	margin-top:2em;
	margin-bottom:1em;
	background-color:#feffd1;
	border:1px solid #ababab;
	text-decoration:none;
	clear:both;
}
.collapsemessage {
	float:right;
	font-size:0.6em;
	line-height:inherit;
	font-weight:normal;
	cursor:pointer;
}
a.expandable .collapsemessage {
	display:none;
}
/*collapsed link class definitions*/
a.expandable {
	background:#f0f0f0 url(../images/bullets/expand.gif) 3px center no-repeat;
	border:1px solid #ababab;
}
/*expanded link class definitions*/
a.collapsible {
	background:#e7ffff url(../images/bullets/collapse.gif) 3px center no-repeat;
	border:1px solid #879595;
}
/* Captcha */
img.captcha_image {
	border:1px solid #cccccc;
}

/*	-------------------------------------------------------------

	Semantic Classes

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.pre-heading {
	display:block;
	margin:0;
	padding:0;
	font-size:0.6em;
	line-height:1.2em;
	color:#666;
}

.byline {
	display:block;
	margin:0.3em 0 0 0;
	padding:0;
	font-size:0.7em;
	line-height:1.2em;
	font-style:italic;
}

.product-title {
	font-weight:bold;
	font-style:italic;
}

.urgent {
	font-weight:bold;
	font-style:italic;
	color:#F00;
}

.warning {
	font-weight:bold;
	font-style:italic;
	color:#F60;
}

.important {
	font-weight:bold;
	font-style:italic;
}

.editors-note {
	font-size:0.9em;
	line-height:1.4em;
	color:#444;
}

div.editors-note,
p.editors-note {
	margin-left:3%;
	margin-right:3%;
}

.cited {
	text-align:right;
	font-weight:bold;
	font-style:italic;
}

div.cited {
	margin:0.7em 3em; /* This should match the left and right margins for blockquote */
}

/*	-------------------------------------------------------------

	Floating Boxes (floats and margins specified by singles.css)

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.box {
	border:1px solid #CCC;
	background-color:#FEFFD1;
	padding:0.8em;
}

.box.lbox {
	width:200px;
}

.box.rbox {
	width:200px;
}

.box.cbox {
	width:85%;
}

.box blockquote {
	margin:1em 0 0 0;
}

.box div.cited {
	margin-left:0;
	margin-right:0;
}

.box div,
.box p {
	margin-bottom:0;
}

.box *:first-child,
.box *:first-child *:first-child {
	margin-top:0;
}

