

/************( BASE TAGS )************/
body {
	font-family:"Lucida Grande",Verdana,Tahoma,sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #0043fc; text-decoration: none; 
}
a:hover {
	color: #2b63fc; text-decoration: underline; 
}
input.button {
	padding: 3px 8px;
	color: #FFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #0043fc; text-decoration: none; 
	text-transform:uppercase;
	border: 3px solid #5e88fa;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.button.sm {
	font-size: 10px;
	color: #0043fc; text-decoration: none; 
	border: none;
	background-color: #ddd; text-decoration: none; 
}
input.button:hover {
	background-color: #2b63fc; text-decoration: none; 
	cursor: pointer;
}
input.button.sm:hover {
	color: #2b63fc; text-decoration: none; 
	background-color: #ddd; text-decoration: none; 
	cursor: pointer;
}
input.button.disabled {
	border: 3px solid #ddd;
	background-color: #bbb; text-decoration: none; 
}
input.button.disabled:hover {
	border: 3px solid #ddd;
	background-color: #bbb; text-decoration: none; 
	cursor: default;
}
/************^ BASE TAGS ^************/

/************( APPLICATION )************/
.application {
	font-size: 11px;
	padding: 0 12px 0 0;
}
.application a {
	text-decoration: underline; 
}
.application.showfullscreen {
	font-size: 11px;
	padding: 0;
}
.application img {
	border: none;
	padding: 0;
	vertical-align: text-middle;
}
.application td {
	font-size: 11px;
}
.application th {
	font-size: 11px;
}
.application caption {
	font-size: 11px;
}
.application h1 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.application h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.application h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.application h3 a {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333; text-decoration: none; 
}
.application h3 a:hover {
	color: #2b63fc; text-decoration: none; 
}
.application h3.forums {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.application hr {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	border: 0;
	margin: 0.2em 0 0.2em 0;
}
.application ul {
 line-height: 1.5em;
 list-style-type: square;
 margin: 0.3em 0 0 1.5em;
 padding:0;
 list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
.application ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 3.2em;
	padding:0;
	list-style-image: none;
}
.application li { 
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
.application dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}
.application dl {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.application dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}
/************^ APPLICATION ^************/

/************( CONTENT )************/
.content {
	font-size: 11px;
	line-height: 1.3;
	padding: 0 12px 0 0;
}
.content.preview {
	padding: 0 0 0 0;
}
.content a {
	text-decoration: underline; 
}
.content#message {
	padding: 5px 5px 5px 0;
}
.content .center {
	width: 100%;
	text-align: center;
}
.content img {
	border: none;
	padding: 0 5px 5px 5px;
	vertical-align: text-middle;
}
.content img.aligntop {
	border: none;
	padding: 0 5px 0 5px;
	vertical-align: text-middle;
}
.content .imgbutton {
	border: none;
	padding: 1px;
	vertical-align: middle;
}
.content .section {
	font-size: 13px;
	font-weight: bold;
}
.content .subsection {
	font-size: 12px;
	font-weight: bold;
}
.content .subsubsection {
	font-size: 11px;
	font-weight: bold;
}
.content td {
	font-size: 11px;
	line-height: 1.3;
}
.content th {
	font-size: 11px;
}
.content caption {
	font-size: 11px;
}
.content h1 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.content h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.content hr {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	border: 0;
	margin: 0.2em 0 0.2em 0;
}
.content ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.3em 0 0 1.5em;
	padding:0;
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
.content ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
.content li { 
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
.content dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}
.content dl {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.content dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}
.content div.floatright {
	clear: right;
	float: right;
	border-width: 1.0em 0 0.8em 1.4em;
}
.content div.floatleft {
	float: left;
	margin-right:1.0em;
	border-width: 0.5em 1.4em 0.8em 0;
}
.content div.frame {
	margin-bottom: 0.5em;
	border-style: solid; 
	border-color: White;
	width: auto;
}
.content div.frame div {
	border:1px solid #ddd;
	padding: 3px;
	background-color:#f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
.content div.frame div a img {
	border:1px solid #ddd;
}
.content div.frame div div.caption {
 border: none;
 text-align: left;
 line-height: 1.4em;
 padding: 0.3em 0 0.1em 0;
}
.content pre {
	font-family:Courier New, Courier;
	font-size:   11px;
	padding: 1em;
	border: 1px dashed #aaaaaa;
	color: Black;
	background-color: #F2F2F2;
	line-height: 1.1em;
}
.content div.panel { 
	background: #f5f5f5; 
	margin: 0; 
	padding: 7px 10px 7px 10px; 
	text-align: left; 
}
.content div.panel.white { 
	background: #FFF; 
}
.content div.panel p { 
	margin: 0;
	padding: 3px 0 3px 0;
}
.content ul.usermenu {
 margin: 0.3em 0 0 0.3em;
 list-style: none;
 list-style-image: none;
}
.content li.usermenu {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
.content li.profile {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_profile.gif");
}
.content li.contacts {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_contacts.gif");
}
.content li.mail {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_mail.gif");
}
.content li.homepage {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_homepage.gif");
}
.content li.facebook {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_facebook.png");
}
.content blockquote {
	background: url("http://www.nfomedia.com/static/m/resources/blockquote.gif") 0 0 repeat-y;
	color: #999999;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 12px;
}
/************^ CONTENT ^************/

/************( SIDE MENU HEADER )************/
#sidemenuheader {
	border: 1px solid #ddd;
	background-color: #ddd;
	font-size: 11px;
	padding: 2px 10px 0 10px;
	width: 248px; 
	color: #333;
}
/*
* html #sidemenuheader {
	width: 268px;
}
*/
#sidemenuheader p {
	margin: 0 0 3px 0 
}
/************^ SIDE MENU HEADER ^************/

/************( SIDE MENU )************/
#sidemenu {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	width: 248px; 
}
#sidemenu.login {
}
/*
* html #sidemenu {
	width: 268px;
}
*/
#sidemenu .rowpad {
	margin: 4px 0 0 0;
}
#sidemenu p {
	margin: 0 0 4px 0 
}
#sidemenu ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.3em 0 0 1.5em;
	padding:0;
}
#sidemenu li {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
#sidemenu li {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
#sidemenu li.public {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
#sidemenu li.login {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
#sidemenu li.users {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node_users.gif");
}
#sidemenu li.editors {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node_editors.gif");
}
/************^ SIDE MENU ^************/

/************( FOOTER )************/
#footer {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	text-align: center;
	vertical-align: middle;
}
/************^ FOOTER ^************/

/************( BUBBLE )************/
.bubbleheader {
	border: 1px solid #ddd;
	background-color: #ddd;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 0 10px;
	margin: 0;
	color: #333;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-right-radius: 5px;
			border-top-right-radius: 5px;
}
.bubbleheader p {
	margin: 0 0 3px 0 
}
.bubble {
	padding: 10px;
	margin: 0 0 5px 0;
	min-height: 45px;
	off_background-color: #f5f5f5;
	border: 1px solid #ddd;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-right-radius: 5px;
			border-top-right-radius: 5px;
			-moz-border-radius-bottomleft: 5px;
			-webkit-border-bottom-left-radius: 5px;
			border-bottom-left-radius: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-right-radius: 5px;
			border-bottom-right-radius: 5px;
}
.bubble.white {
	background-color: #fff;
}
.bubble.withheader {
		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
		border-top-left-radius: 0px;
		-moz-border-radius-topright: 0px;
		-webkit-border-top-right-radius: 0px;
		border-top-right-radius: 0px;
}
.bubble p {
	margin: 0 0 3px 0;
}
/************^ BUBBLE ^************/

/************( QUOTE )************/
.quote {
	font-size: 14px;
	padding: 33px 10px 10px 10px;
	margin: 0 0 0 0;
	background: #f5f5f5 url("http://www.nfomedia.com/static/m/resources/quote_bg.gif") 0 0 no-repeat;
	border: 1px solid #ddd;
}
.quote.white {
	background-color: #fff;
}
.quote p {
	margin: 0 0 3px 0;
}
.quote .author {
	font-size: 11px;
}
/************^ QUOTE ^************/



