

/************( BASE TAGS )************/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	background-color: #FFFFFF;

	background-image:  url("http://www.nfomedia.com/static/c/resources/theme_2_background.jpg");

	background-position: top center;

	background-repeat: repeat;

}
a {
	color: #0043fc; text-decoration: none; 
}
a:hover {
	color: #4b8eff; text-decoration: underline; 
}
input.button {
	padding: 3px 8px !important;
	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 #6fb2ff;
    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: #4b8eff; text-decoration: none; 
	cursor: pointer;
}
input.button.sm:hover {
	color: #4b8eff; 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;
}
input.button.search {
    vertical-align: middle;
    margin: -4px 0 0 0;
	padding: 0 !important;
    background-image:url("http://www.nfomedia.com/static/c/resources/search.png");
	background-repeat: no-repeat;
    background-position:center; 
	background-color: #0043fc; text-decoration: none; 
	border: 3px solid #0043fc;
    width: 20px;
    height: 20px;
}
input.button.search.sm {
	background-color: #bbb; text-decoration: none; 
	border: 3px solid #bbb;
}
input.button.search:hover {
	background-color: #4b8eff; text-decoration: none; 
	border: 3px solid #4b8eff;
}
input.button.search.sm:hover {
	background-color: #ccc; text-decoration: none; 
	border: 3px solid #ccc;
}
input[type="text"]:focus, input[type="select"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus  {
	border:  1px solid #4b8eff !important; 
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/************^ BASE TAGS ^************/

/************( APPLICATION )************/
.application {
	font-size: 11px;
	off_background-color: #FFFFFF;
	padding: 20px 20px 10px 20px;
}
.application a {
	text-decoration: underline; 
}
.application img {
	border: none;
	padding: 0;
	vertical-align: text-middle;
}
.application td {
	font-size: 11px;
}
.application th {
	font-size: 11px;
}
.application caption {
	font-size: 12px;
}
.application #title {
	3border: 1px solid #ddd;
	3padding: 5px 8px 4px 8px;
	3background-color: #f5f5f5;
	margin-bottom: 8px;
}
.application #title h1 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.application h1 {
	font-size:   13px;
	color:       #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.application h2 {
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
}
.application h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.application h3 a {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000; text-decoration: none; 
}
.application h3 a:hover {
	color: #4b8eff; text-decoration: none; 
}
.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/c/resources/bullet.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 ul.settings {
 margin: 0.3em 0 0 0.3em;
 list-style: none;
 list-style-image: none;
}
.application li.settings {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
	background-image: url("http://www.nfomedia.com/static/c/resources/node_settings.png");
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
.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 hr {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	border: 0;
	margin: 0.2em 0 0.2em 0;
}
/************^ APPLICATION ^************/

/************( HISTORY )************/
.history {
	font-size: 11px;
	off_background-color: #FFFFFF;
	padding: 5px 15px 5px 15px;
}
/************^ HISTORY ^************/

/************( FEEDS )************/
.feeds {
	font-size: 11px;
	off_background-color: #FFFFFF;
	padding: 5px 15px 5px 15px;
}
/************^ FEEDS ^************/

/************( CONTENT )************/
.content {
	font-size: 11px;
	off_background-color: #FFFFFF;
	line-height: 1.4;
	padding: 10px 20px 10px 20px;
}
.content.preview {
	padding: 0 0 0 0;
}
.content a {
	text-decoration: underline; 
}
.content.menu a {
	text-decoration: none; 
}
.content.menu a:hover {
	color: #4b8eff; text-decoration: underline; 
}
.content.offcolor {
	background-color: #f5f5f5;
}
.content#message {
	padding: 5px 5px 5px 0;
}
.content .center {
	width: 100%;
	text-align: center;
}
.content .imgbutton {
	border: none;
	padding: 1px;
	vertical-align: middle;
}
.content img {
	border: none;
	padding: 5px;
	vertical-align: text-middle;
}
.content td {
	font-size: 11px;
	line-height: 1.4;
}
.content th {
	font-size: 11px;
}
.content caption {
	font-size: 12px;
}
.content #header {
	padding-bottom: 4px;
}
.content #title {
	border: 1px solid #ddd;
	padding: 0;
	background-color: #f5f5f5;
	margin-bottom: 5px;
}
.content #title h1 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 5px 8px 4px 8px;
}
.content h1 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 13px;
	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/c/resources/bullet.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 {
    padding: 1em;
    border: 1px dashed #ddd;
    color: Black;
    background-color: #F2F2F2;
    line-height: 1.1em;
}
.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 blockquote {
	background: url("http://www.nfomedia.com/static/c/resources/blockquote.gif") 0 0 repeat-y;
	color: #999999;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 12px;
}
/************^ CONTENT ^************/

/************( BUTTON )************/
.button { 
	font: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin: 0; 
}
.button a, .button .disabled {
	padding: 1px 6px 2px 6px; 
	border: solid 1px #ddd; 
	background: #fff; 
	text-decoration: none;
}
.button .disabled {
	color: #999; 
	padding: 1px 6px 2px 6px; 
	border-color: #ddd; 
	vertical-align: top; 
	background: #fff;
}
.button .active {
	padding: 1px 6px 2px 6px; 
	vertical-align: top; 
	background: #fff;
}
.button a:hover {
	color: #fff; 
	background: #0043fc; 
	border-color: #036; 
	text-decoration: none;
}
/************^ BUTTON ^************/

/************( BLOG IMAGE )************/
img#blogimage, #blogimage {
	margin: 0 15px 5px 0;
}
img#blogimage.floatright, #blogimage.floatright {
	float: right;
}
img#blogimage.floatleft, #blogimage.floatleft {
	float: left;
}
/************^ BLOG IMAGE ^************/

/************( JOURNAL IMAGE )************/
img#journalimage, #journalimage {
	margin: 0 15px 5px 0;
}
img#journalimage.floatright, #journalimage.floatright {
	float: right;
}
img#journalimage.floatleft, #journalimage.floatleft {
	float: left;
}
/************^ JOURNAL IMAGE ^************/

/************( MAIL IMAGE )************/
img#mailimage, #mailimage {
	margin: 0 15px 5px 0;
}
img#mailimage.floatright, #mailimage.floatright {
	float: right;
}
img#mailimage.floatleft, #mailimage.floatleft {
	float: left;
}
/************^ MAIL IMAGE ^************/

/************( MESSAGE IMAGE )************/
img#messageimage, #messageimage {
	margin: 0 15px 5px 0;
}
img#messageimage.floatright, #messageimage.floatright {
	float: right;
}
img#messageimage.floatleft, #messageimage.floatleft {
	float: left;
}
/************^ MESSAGE IMAGE ^************/

/************( ANNOUNCEMENT IMAGE )************/
img#announcementimage, #announcementimage {
	margin: 0 15px 5px 0;
}
img#announcementimage.floatright, #announcementimage.floatright {
	float: right;
}
img#announcementimage.floatleft, #announcementimage.floatleft {
	float: left;
}
/************^ ANNOUNCEMENT IMAGE ^************/

/************( PROFILE MISC )************/
img.profile {
	border: 1px solid #ddd;
}
/************^ PROFILE MISC ^************/

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

/************( BUBBLE )************/
.bubbleheader {
	border: 1px solid #dddddd;
	background-color: #dddddd;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 0 5px;
	margin: 0;
	color: #333333;

			-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;
	off_background-color: #f5f5f5;
	border: 1px solid #dddddd;

			-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: transparent;
}
.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 ^************/

/************( BUBBLE2 )************/
.bubble2header {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #dddddd;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 0 5px;
	margin: 0;
	color: #333333;
}
.bubble2header p {
	margin: 0 0 3px 0 
}
.bubble2 {
	padding: 10px;
	margin: 0 0 5px 0;
	off_background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.bubble2.white {
	background-color: transparent;
}
.bubble2.withheader {
}
.bubble2 p {
	margin: 0 0 3px 0;
}
/************^ BUBBLE2 ^************/

/* new */

#container_new, .container_new {
	margin: 0 auto;
	text-align: left; 
	width: 900px;
}

#workcontainer_new {
	width: 100%;

	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

}
* html #workcontainer_new {
	wwwwwidth: 600px;
}
#workcontainer_new.fullscreen {
	width: 100%;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dddddd;
}
#footercontainer_new {
	width: 620px;

	float:left;

}
#footercontainer_new.fullscreen {
	width: 100%;
	float:none;
}

#menu_new {
	width: 260px;

	float:right;
	padding: 10px 10px 0 0;

}

/************( TABLE HEADER1 )************/
table.header1 {
	margin: 0;
    height: 40px;
	font-size: 10px;
}
table.header1 a {
	text-decoration: none; 
}
table.header1 a:hover {
	text-decoration: none; 
}
table.header1 td {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
table.header1 td:hover {
	background-color: #F5F5F5;
	border-top: 3px solid #F5F5F5;
	border-bottom: 3px solid #F5F5F5;
}
table.header1 td.selected {
	border-top: 3px solid #4b8eff;
}
table.header1 td.nohover:hover {
	background-color: inherit;
}
/************^ TABLE HEADER1 ^************/

#header_newnew {
	margin: 0 0 10px 0;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 10px;
    
        -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;
        
}

#header_new {
	margin: 0 0 10px 0;
	padding: 7px 10px 7px 10px;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 10px;

	-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;

}
#table_container_new {
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

		-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;
		-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;

}
#work_new {
	margin: 0;

        padding: 20px 15px 15px 15px;

	min-height: 500px;
}
#work_new.contentsection {
}

#feed_new {
	margin: 0;
	padding: 10px 15px 10px 15px;
	font-size: 10px;
}

.menuelementheader_new {
	margin: 0;
	padding: 2px 10px 2px 10px;
	background-color: #fff;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.menuelement_new {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
}
.menuelement_new.withheader {
	padding-top: 5px;
}
.menuelement_new.withoutheader {
	border-top: 1px solid #dddddd;
}
.menuelement_new p {
	margin: 0 0 5px 0; 
}

#footer_new {
	margin: 5px 0 5px 0;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	off_border-top: 1px solid #dddddd;
	font-size: 10px;
}

#ad_new {
	margin: 5px 0x 5px 0;
	padding: 20px 10px 20px 10px;
	text-align: center; 
	font-size: 10px;
}

