@charset "utf-8";
/* CSS Document */
/*.nclan{
	padding-top:250px;
    background: transparent url(ico/Contact.png) no-repeat scroll left top;
	height:250px;
}*/
.loginbox{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#000 thin solid;	
}
.mmenu{
	text-align:center;
	/*padding:5px;*/
}
#menu-slider{
	cursor:pointer;
}
.umenu{
	margin-right:50px;
	margin-top:20px;
	position: absolute;
}
.t{
	border:#000 solid thin;	
}
.tbl1{
	border:#000 solid thin;
	background-color: #0CF;
	height:30px;
}
.tbl2{
	border:#000 solid thin;
	background-color:#FFF;
	height:30px;
}
.tbl1:hover{
	background-color: #000;
	color:#FFF;
}
.tbl2:hover{
	background-color: #000;
	color:#FFF;
}
.maintr{
	height:50px;
}

table, td{
	text-align:left;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
 
body{
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	/*background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;*/
}
 
body#bd {
	color: #000;
	/*/*background: #F2F2F2;*/
}
 
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}
 
body.fs1 {
	font-size: 10px;
}
 
body.fs2 {
	font-size: 11px;
}
 
body.fs3 {
	font-size: 12px;
}
 
body.fs4 {
	font-size: 13px;
}
 
body.fs5 {
	font-size: 14px;
}
 
body.fs6 {
	font-size: 15px;
}
 
/* Normal link */
a {
	color: #00F;
	text-decoration: underline;
}
 
a:hover, a:active, a:focus {
	color: #09F;
	text-decoration: underline;
}
 
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color:#fff;
}
 
/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #fff;
	font-size: 92%;
	background-color: rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#000 thin solid;
}
 
/* Heading */
h1 {
	font-size: 180%;
}
 
h2 {
	font-size: 150%;
}
 
h3 {
	font-size: 125%;
}
 
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
 
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
 
ul {
	list-style: none;
}
 
ul li {
	padding-left: 30px;
	/*background: url(../images/bullet.gif) no-repeat 18px 8px;*/
	line-height: 180%;
}
 
ol li {
	margin-left: 35px;
	line-height: 180%;
}
 
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
 
fieldset {
	border: none;
	padding: 10px 5px;
	/*background: url(../images/hdot2.gif) repeat-x top;*/
}
 
fieldset a {
	font-weight: bold;
}
 
hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
 
td, div {
	font-size: 100%;
}
 
img {
	border: none;
	border: thin #CCC solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
 
form label {
	cursor: pointer;
}
/* 
input, select, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: bolder;
	color: #00F;
}
textarea{
	width:70px;
	overflow:visible;
}*/
.bigbox{
	width:90%;
	height:200px;
}
.smallbox{
	width:90%;
	height:50px;
}
#mresponse{
	text-align:center;
	overflow: auto;	
}
.mitem{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #CCC thin solid;	
}
.mitem:hover{
	border:#000 thin solid;
	background:#000;
}
/*
.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	color: #00F;
	font-size: 85%;
	text-transform: uppercase;
	text-align:right;
}
 
.button:hover, .button:focus {
	border: 1px solid #999999;
	color: #09f;
	cursor:pointer;
}
*/
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}
 
*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}
 
.inputbox {
	border: 1px solid #CCCCCC;
	/*background: #FFFFFF;*/
}
 
.inputbox:hover, .inputbox:focus {
	/*background: #FFFFCC;*/
	background-color: rgba(0,0,0,0.9);
	color:#09F;
}
 
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code{
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	border-bottom:white thin solid;
	/*background: #FFFFFF;*/
	font: 1em/1.5 "Courier News", monospace;
}
.login{
	
}
.page2{
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	border-top:white thin solid;
	/*background: #FFFFFF;*/
	font: 1em/1.5 "Courier News", monospace;
}
 
blockquote {
	padding: 1em 40px 1em 15px;
}
 
blockquote span.open {
	padding: 0 0 0 20px;
	/*background: url(../images/so-q.gif) no-repeat left top;*/
}
 
blockquote span.close {
	padding: 0 20px 0 0;
	/*background: url(../images/sc-q.gif) no-repeat bottom right;*/
}
 
/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	/*background: #FFFFFF;*/
}
 
/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	/*background: none;*/
}
 
.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	/*background: url(../images/so-q.gif) no-repeat center left;*/
}
 
.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	/*background: url(../images/sc-q.gif) no-repeat center right;*/
}
 
.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	/*background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;*/
	font-size: 90%;
	text-transform: uppercase;
}
 
/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}
 
/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	/*background: url(../images/icon-error.gif) no-repeat top left;*/
}
 
p.message {
	padding-left: 25px;
	color: #006699;
	/*background: url(../images/icon-info.gif) no-repeat top left;*/
}
 
p.tips {
	padding-left: 25px;
	color: #EE9600;
	/*background: url(../images/icon-tips.gif) no-repeat top left;*/
}
 
.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
	color:#09F;
}
 
/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	/*background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;*/
}
 
p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	/*background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;*/
}
 
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
 
/* Check list */
ul.checklist {
	list-style: none;
}
 
ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	/*background: url(../images/checklist-bg.gif) no-repeat 0 3px;*/
}
 
/* Small checklist */
ul.small-checklist {
	list-style: none;
}
 
ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	/*background: url(../images/icon_list.gif) no-repeat 0 3px;*/
}
 
/* Check list */
ul.stars {
	list-style: none;
}
 
ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	/*background: url(../images/star-bg.gif) no-repeat 0 3px;*/
}
input , select , textarea{
	padding: 5px 10px 6px;
	font-size:12px;
	font-weight:bolder;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
input[type="submit"], input[type="submit"]:visited{
	background: #222;/*//url(overlay.png) repeat-x*/
	background-color: #2981e4;
	color: #fff;
}
input[type="submit"]:hover{
	background: #222;
	background-color: #2575cf;	
	color: #fff;
}
input[type="text"], textarea, select{
	text-shadow: none;
	color:#333;
}
