/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #2A343A;
	/*background:url(../images/mamboserver/bg.png) repeat #000;*/
	background: #000;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: tahoma;
	line-height: 140%;
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #0064A1;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #0064A1;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2 {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
	color: #92A3AE;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 155%;
}

h3 {
	font-size: 110%;
	font-weight:500;
}

h4 {
	font-size: 95%; font-weight:normal;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-right: 30px;
	line-height: 180%;
	background: url(../images/bullet-list.gif) no-repeat right;
}

ol li {
	margin-right: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #D0D9DF;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #3C4A53;
}

.button {
	font-weight: bold;
	color: #3C4A53;
	padding: 2px;
	background: url(../images/but-bg.gif) repeat-x top;
	border: 1px solid #92A3AE;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: #FFFFFF;
	border: 1px solid #92A3AE;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #92A3AE;
	background: #FAFAF0;
}

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;
	background: #FFFFFF;
	border: 1px solid #D0D9DF;
}

/* Small quote */
.small-quote {
	background: none;
	margin: 0;
	padding: 0;
}

.small-quote span.open-quote {
	background: url(../images/so-q.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}

.small-quote span.close-quote {
	background: url(../images/sc-q.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}

.small-quote span.author {
	display: block;
	padding: 2px 5px 2px 20px;
	background: url(../images/author.gif) no-repeat 5px 4px #D0D9DF;
	border-top: 1px solid #D0D9DF;
	margin: 0.5em 0 0;
	text-transform: uppercase;
	font-size: 90%;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #92A3AE;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #0064A1;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}

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

/* 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;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	background: url(../images/author.gif) no-repeat center left;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	height: 20px;
}

#mamboserver-col1 .article_seperator, #mamboserver-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #D0D9DF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #D0D9DF;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #3C4A53;
	font-size: 155%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 17px 0 0px;
	background:	url(../images/bullet-list.gif) no-repeat right;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
	background: url(../images/dot.gif) repeat-x bottom;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	font-size: 150%;
	border-bottom: 1px solid #D0D9DF;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	font-size: 150%;
	padding-bottom: 10px;
	border-bottom: 1px solid #D0D9DF;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {

}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 3px;
	text-transform: uppercase;
	font-size: 90%;
	color: #92A3AE;
}

.modifydate {
	color: #92A3AE;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 10px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #92A3AE;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 30px 5px 8px;
	border-bottom: 3px solid #D0D9DF;
	font-size: 170%;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#mamboserver-wrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
}

.narrow #mamboserver-wrapper {
	width: 750px;
}

#mamboserver-containerwrap, #mamboserver-containerwrap-fr, #mamboserver-containerwrap-fl, #mamboserver-containerwrap-f {
	clear: both;
}

#mamboserver-containerwrap, #mamboserver-containerwrap-fr {
	background: url(../images/mainwrap-bg.gif) repeat-y 23%;
}

#mamboserver-containerwrap #mamboserver-container {
	background: url(../images/dot.gif) repeat-y 77% 0;
}

#mamboserver-containerwrap-fl {
	background: url(../images/dot.gif) repeat-y 75% 0;
}

#mamboserver-containerwrap-fl #mamboserver-container {
	background: none;
}

#mamboserver-containerwrap-fr #mamboserver-container {
	background: none;
}

#mamboserver-mainbody, #mamboserver-mainbody-fr {
	float: right;
	width: 77%;
}

#mamboserver-mainbody #mamboserver-contentwrap {
	float: left;
	width: 70%;
}

#mamboserver-mainbody-fl {
	float: left;
	width: 100%;
}

#mamboserver-mainbody-fl #mamboserver-contentwrap {
	float: left;
	width: 74.8%;
	background: none;
}

#mamboserver-mainbody-fl #mamboserver-col2 {
	float: right;
	width: 25%;
}

#mamboserver-mainbody-f {
	float: none;
	width: 100%;
}

#mamboserver-container {
	padding: 20px 0 0;
}

#mamboserver-content {
	padding: 0 20px;
	margin: 0;
	clear: both;
	display: block;
	direction:rtl;
}

/* HEADER
--------------------------------------------------------- */
#mamboserver-headerwrap {
	background: #d9dfef;
	position: relative;
	height: 277px;
	line-height: normal;
		width: 950px;
}

#mamboserver-header {
	height:277px;
	background:url(../images/mamboserver/bg-mid.png) no-repeat;
}
#mamboserver-header  .bigimg img{ margin-top:-122px; margin-left:10px;}

#mamboserver-headerwrapin {
	background: #d9dfef;
	position: relative;
	height: 148px;
	line-height: normal;
	width: 950px;
}

#mamboserver-headerin {
	height:148px;
	background:url(../images/mamboserver/bg-mid-in.jpg) no-repeat;
}
#mamboserver-headerin  .bigimgin img{ margin-top:-112px; margin-left:10px;}

#shortmenu {float:right; color:#FFF; padding-top:20px; direction:rtl; font-size:9px; margin-right:20px;}
#shortmenu  a{ color:#FFF;}
#shortmenu  h4{ margin:0.5em 0;}
#mamboserver-mainnavwrap h4{ margin:0.5em 0;}
#mamboserver-mainnavwrap ul li h4{ margin:0em 0;}

#mamboserver-newswrap {
	position: relative;
	height: 20px;
	line-height: normal;
	width: 950px;
	direction:rtl;

}

#mamboserver-news {
	height:20px;
	background:url(../images/mamboserver/bg-news.png) no-repeat;
	padding-right:30px;
	padding-top:2px;
}


#mamboserver-newsflash {
	line-height: normal;
	height: 170px;
	position: relative;
	width: 22.9%;
	float: left;
	background: #5D6B74 !important;
}

#mamboserver-scroll_1, #mamboserver-scroll_2 {
	background: #5D6B74;
	background:none;
}

#mamboserver-pathwaywrap {
	background: url(../images/opaque-default.png);
	clear: both;
	height: 30px;
}

#mamboserver-pathway {
	display: block;
	padding: 10px 0 5px;
	color: #D0D9DF;
	width: 77%;
	float: right;
	text-indent: 20px;
	position: relative;
	}

#mamboserver-pathway strong {
	margin-right: 10px;
}

#mamboserver-pathway img {
	margin: 0 5px 0;
}

#mamboserver-pathway a {
	font-weight: bold;
	color: #D0D9DF;
	text-decoration: none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mamboserver-mainnavwrap {
	clear: both;
	background: #d9dfef;
	height:160px;
	direction:rtl;
	color:#214fa5;
	font-size:13px;
	width: 950px;
	}
#mamboserver-mainnavwrap  img{ margin-right:20px; margin-top:10px;}

#mamboserver-mainnavwrap input{ background:#ccc;}
#mamboserver-mainnavwrap input:hover{ border:#214fa5 1px solid;background:#fff;}


/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 5px 5px;
	display:inline-block;
	color: #2A343A;
	text-decoration: none;
/*	background: url(../images/a-mainlevel.gif) no-repeat bottom left;*/
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #2A343A;
	text-decoration: none;
/*	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;*/
}

a.mainlevel#active_menu {
	color: #0064A1;
	/*background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;*/
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 20px;
	display: block;
	color: #2A343A;
	text-decoration: none;
	background: url(../images/bullet-list.gif) no-repeat 10px 9px;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #0064A1;
	text-decoration: none;
}

#active_menu {
	color: #0064A1;
	font-weight: bold;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable_menu h3,
div.moduletable h3 {
	font-size: 120%;
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	border-bottom: 1px solid #D0D9DF;
	color: #0064A1;
	font-weight: normal;
}

div.moduletable_menu,
div.moduletable {
	padding: 0 20px 0px;
	margin-bottom: 0px;
}

#mamboserver-col1 div.moduletable_menu,
#mamboserver-col1 div.moduletable {
	padding-right: 0;
	margin-bottom: 15px;
}

#mamboserver-col1 div.moduletable_menu h3,
#mamboserver-col1 div.moduletable h3 {
	color: #0064A1;
}

#mamboserver-col2 div.moduletable {
	padding-right: 0;
	margin-bottom: 15px;
}

div.moduletable-blank {
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.mamboserver-box-full, .mamboserver-box-left, .mamboserver-box-right, .mamboserver-box-rightcol {
	float: left;
	overflow: hidden;
	padding: 0;
}

.mamboserver-box-full div.moduletable,
.mamboserver-box-left div.moduletable,
.mamboserver-box-right div.moduletable,
.mamboserver-box-rightcol div.moduletable {
	padding: 0 20px 20px 20px;
}

.mamboserver-box-left div.moduletable h3,
.mamboserver-box-full div.moduletable h3 {
	background: #92A3AE;
}

.mamboserver-box-left,
.mamboserver-box-full {
	background: #FFFFFF;
}

.mamboserver-box-right div.moduletable h3 {
	background: #5D6B74;
}

.mamboserver-box-right {
	background: #F4F6F7;
}

.mamboserver-box-rightcol div.moduletable h3 {
	background: #3C4A53;
}

.mamboserver-box-rightcol {
	background: #E3E8EB;
}

/* Bottom Spotlight */
#mamboserver-botslwrap {
	clear: both;
	width: 100%;
	direction:rtl;
	background:url(../images/mamboserver/bg-bottom.jpg) no-repeat;
	width: 950px;
}

#mamboserver-botsl { color:#FFF; text-align:justify;
}
#mamboserver-botsl a{ color:#FFF; text-align:justify;
}

#mamboserver-botsl h3 {
	color: #659aff;
	font-size: 130%;
	padding-right:25px;
	padding-top:10px;
	font-weight:bold;
	background:url(../images/mamboserver/bullet-h3.png) no-repeat right;

}

#mamboserver-botsl div.moduletable {text-align:justify;
	margin: 0;
}

#mamboserver-botsl ul {
	direction:rtl;
margin:0 !important;
padding:0;
text-align:right;
}

#mamboserver-botsl li {
	padding: 0 13px 0 0;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat right;
}

#mamboserver-botsl td {
	padding: 0;
}

#mamboserver-botsl .article_seperator {
	display: none;
}

#mamboserver-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
	
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#mamboserver-col1 {
	float: left;
	width: 22.9%;
	overflow: hidden;
	direction:rtl;
}

#mamboserver-col1 div.mamboserver-innerpad {
	padding: 1px 15px 10px 20px;
}

#mamboserver-col2 {
	float: right;
	width: 30%;
	overflow: hidden;
}

#mamboserver-col2 div.mamboserver-innerpad {
	padding: 1px 20px 10px 10px;
}

#mamboserver-col1 table,
#mamboserver-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#mamboserver-col1 ul li,
#mamboserver-col2 ul li {
	padding-right: 15px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat right;
}

#mamboserver-col1 ul,
#mamboserver-col2 ul {
	margin: 0;
}

/* FOOTER
--------------------------------------------------------- */
#mamboserver-footerwrap {
   background: #d9dfef;
	padding: 10px 0;
	clear: both;
	position: relative;
	width: 950px;
	direction:rtl;
}

#mamboserver-footer {
	position: relative;
	color: #3C4A53;
	text-align:center;
}
#mamboserver-footer h4{ margin:0;}
#mamboserver-footer  ul {margin-top:-10px;}
#mamboserver-footer  ul li { display:inline-block; background:none; padding:0px;}
#mamboserver-footer li a {
	display: inline;
	padding: 0 20px 0 0;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #5D6B74;
}

#mamboserver-footer li a:hover, #mamboserver-footer li a:active, #mamboserver-footer li a:focus {
	text-decoration: none;
	color: #5D6B74;
}

/* Search */
#mamboserver-searchwrap {
	width: 22.99%;
	float: left;
	background: #3C4A53;
	height: 30px;
}

#mamboserver-search {
	background: url(../images/icon-search.gif) no-repeat center left;
	padding-left: 20px;
	margin: 0 0 0 10px;
}
#mamboserver-search  .moduletable { 
	margin:0px;
	padding:0px;
	padding-left:0px;
}
#mamboserver-search .inputbox {
	width: 150px;
	margin-top: 6px;
	color: #D0D9DF;
	background: #3C4A53;
	border: none;	
}

div.search {
}

.narrow #mamboserver-search .inputbox {
	width: 100px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#mamboserver-banner {
	text-align: center;

}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}
#form-login {
   padding:0px 0px;
}
#modlgn_passwd, #modlgn_username {
	width: 80%;
}

#modlgn_remember {
	border: none;
	background: none;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* User Tools */
#mamboserver-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}

#mamboserver-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#mamboserver-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#mamboserver-usertools img {
	padding: 0 3px 0 0;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

td.label { padding-right: 5px;  text-align: center; font-weight: bold;  color:#000000;}
td.labelgreen { padding-right: 5px;  text-align: center; background: #beccf0; font-weight: bold; color:#000000; }
td.green { background: #d9dfef;text-align: center; }
tr.labelgreen {  background: #beccf0;text-align: center; }
tr.green { background: #d9dfef;text-align: center; }
td.grey { background: #f8faed;text-align: center;  }
tr.grey { background: #f8faed; text-align: center; }
td.ordernow { padding-top: 8px; }
td.darkgreen { background: #29527e; font-weight: bold;  color:#ffffff;}
td.darkgreenleft { padding-right: 5px;  text-align: right; background: #29527e; font-weight: bold; color:#ffffff; }
td.darkgreenright { background: #29527e; font-weight: bold; color:#ffffff;}
label{ cursor:pointer; }
.not_show{display:none}
#md_form {margin :0px}
.overal {
	background-color:#6E6E6E;
}
.list_100{
	float:right;
	width:100px;
}
.near        {
	float:right;
	padding-right:5px;
	padding-left:5px;
 }
.list_200{
	float:right;
	width:200px;
}
.list_300{
	float:right;
	width:300px;
}
.list_0{
	padding-top:4px;
	padding-right:5px;
	height:20px;
	background-color:#7190E0;
	clear:both;
}
.list_1{
	padding-right:5px;
	padding-top:4px;
	height:20px;
	background-color: #E2D8FE;
	clear:both
}

.need        { color: #FF0000; font-weight: bold }
.clear_me{clear:both}

.menu {

}

.np {
      width:780px;
      padding-left:10px;
}

.live {

}


.complanhead {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#1e4773;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}

.complanheadreseller {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#6CBE1B;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}

.complanheaddomain {
    font-family: Tahoma, sans-serif;
	font-size: 11px;
	color:#FFF;
	background-color:#FF9B37;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}

.complanhead2 {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	background-color:#fe8207;
    padding-right:10px;
    padding-left:10px;
	text-align: center;
}

.complanhead2reseller {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	background-color:#FF4F4F;
    padding-right:10px;
    padding-left:10px;
	text-align: center;
}

.complanhead2domain {
    font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#404040;
	background-color:#C8C88C;
    padding-right:10px;
    padding-left:10px;
	text-align: center;
}

.complantxt {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #454545;
	background-color:#FFFFFF;
	text-align: center;
    border:solid 0px;
}

.complantxt, a {
    text-decoration:none;
    border:none;
}

.complantxtdomain {
    font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #454545;
	background-color:#FFFFFF;
	text-align: center;
    border:solid 0px;
}

.complantxt2 {

	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: justify;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
}

.complantxt2 a {
    color:#0000FF;
    text-decoration:none;
}

.complantxt2 a:hover {
    color:#5F5F5F;
}



.domains {
}

.reseller {
      font-family:Tahoma,sans-serif;
      font-size:12px;
}

.reseller2 {
      padding-right:135px;
      font-size:11px;
}

.reseller a {
      text-decoration:underline;
      color:#0000FF;
}

.reseller a:hover {
      color:#000;
}

.order {
      font-family:Tahoma,sans-serif;
      font-size:14px;
}

.order a {
      color:#FF8000;
      text-decoration:none;
}

.order a:hover {
      color:#808040;
      text-decoration:none;
}

.order1 {
     padding-bottom:20px;
}

.order2 {
      border-top:2px dotted #FF8000;
      padding-top:20px;
}

.billing {
      font-family:Arial,sans-serif;
      font-size:12px;
      color:#464646;
}

.more {
      font-family:Tahoma,sans-serif;
      font-size:14px;
}

.more a {
      color:#FF8000;
      text-decoration:none;
}

.more a:hover {
      color:#808040;
      text-decoration:none;
}


.blog2 {
      padding-right:20px;
      font-family:Tahoma,sans-serif;
      font-size:11px;
}

.bronze {
      font-family:Arial,sans-serif;
      font-size:12px;
      color:#804000;
}

.bronze a {
      text-decoration:underline;
      color:#0000FF;
}
.bronze a:hover {
      color:#000;
}

.business {
      font-family:Arial,sans-serif;
      font-size:12px;
      color:#804000;
}

.business a {
      text-decoration:underline;
      color:#0000FF;
}

.business a:hover {
      color:#000;
}

.news {
      font-family:Tahoma,sans-serif;
      font-size:11px;
      padding-top:20px;
      padding-right:20px;
      padding-bottom:25px;
      padding-left:10px;
      border-top:2px solid #FF8040;
      border-right:1px solid #FF8040;
}

.news a {
      text-decoration:underline;
      color:#0000FF;
}

.news a:hover {
      color:#000;
}

.text {
      font-family:Tahoma,sans-serif;
      font-size:11px;
      background:#FFFFFF;
      border-top:2px solid #FF8040;
      border-left:2px solid #FF8040;
      padding-top:20px;
      padding-right:20px;
      padding-bottom:25px;
      padding-left:10px;
}

.forms {
    font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;
	padding-top: 25px;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-right: 2px;
	text-align: justify;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
}

.bottom-linx {
      font-size:11px;
      border-top:2px solid #3C3C3C;
      padding-top:10px;
}

.bottom-linx a {
      text-decoration:none;
      color:#5F5F5F;
      font-family:Tahoma,sans-serif;
      font-weight:bold;
}

.bottom-linx a:hover {
      text-decoration:none;
      color:#FF8000;
      font-family:Tahoma,sans-serif;
      font-weight:bold;
}



.copy {
      font-family:Arial,sans-serif;
      font-size:11px;
      color:#5F5F5F;
}

.copy a {
      text-decoration:none;
      color:#5F5F5F;
      font-family:Arial,sans-serif;
      font-size:11px;
}

.copy a:hover {
      text-decoration:underline;
      color:#5F5F5F;
      font-family:Arial,sans-serif;
      font-size:11px;
}


.green {
      position:relative;
      height:25px;
      font-size:11px;
}

.green ul {
      margin:0px;
      padding:0 0 4px 0;
      list-style-type:none;
      width:auto;
      float:right;
}

.green ul li {
      display:block;
      float:left;
      margin:0 1px;
}

.green ul li a {
      display:block;
      float:left;
      color:#3BA507;
      text-decoration:none;
      padding:0 0 0 12px;
      height:32px;
      line-height:295%;
}

.green ul li a span {
      padding:0 12px 0 0;
}

.green ul li a:hover,.green ul li a.current {
      color:#fff;
}

.green ul li a:hover span,.green ul li a.current span {
      display:block;
      width:auto;
}

/****************** Dropdown Menu styling starts here **************/
.menusan
{
 /* use these params to positions your menu */
 position: relative;
 left: 10px;
}
 .menusan h4 {margin:0px; padding: 0; font-size:9px;}
.menusan, .menusan li, .menusan li ul { /* all lists */
 padding: 0;
 margin: 0;
 list-style: none; z-index:99; list-style-image:none;

}
 
.menusan li a {
 display: block;
 width: 8.5em;
 color:#fff ;
 background-color:#000;
filter:alpha(opacity=90);opacity:0.9;
 text-decoration:none;list-style: none; z-index:99; list-style-image:none;
font-size:10px;
width:100%;
}
 
.menusan li { /* all list items */
 float: right; border:0px solid #000;

 width: 8.5em; /* width needed or else Opera goes nuts */ list-style: none; z-index:99; list-style-image:none;
}
 
.menusan li ul { /* second-level lists */
 position: absolute;
 width: 10em;
 left: -198%; /* using left instead of display to hide menus because display: none isn�t read by screen readers */
 z-index:99;list-style: none; z-index:99; list-style-image:none;
}

.menusan li a:hover {
 background-color:#214fa5;filter:alpha(opacity=80);opacity:0.8;

 color:#fff; border:0px solid #000;list-style: none; z-index:99; list-style-image:none;

}
 
.menusan li:hover ul, .menusan li.sfhover ul  { /* lists nested under hovered list items */
 left: auto; /* change is to 10px, 20px, etc for indenting the sub menue */list-style: none; z-index:99; list-style-image:none;
}
/* **************** Dropdown Menu styling end here ***************/