/* Revival.1 */

.dark  { background: inherit; font-weight: bold; }

* {
   padding:0;
   margin:0;
}
/*
html, body {
	height: 100%;
}
*/
body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	background:#FFFFFF;
}

#page {
	width:810px;
	margin:0 auto;
	height:100%;
}

#header {
	width:810px;
	height:105px;
	margin: 0 auto;
	background: url('../images/header2.gif') no-repeat;
	padding: 0px 0px 0px 20px;
}

#header1 {
	width:810px;
	height:105px;
	margin: 0 auto;
	background: url('../images/header.gif') no-repeat;
	padding: 0px 0px 0px 20px;
}

#deco {

	float:left;
	color:#000;
	font-size:14px;
	font-weight:bold;
	background:url('../images/menu_j.png') no-repeat;
	margin: 0;
	width: 750px;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 32px;
}

#content {
	padding:5px 20px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
}

#content2 {
	padding:5px 20px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:55%;
}

#int_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:65%;
}

#int_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:85%;
}

#samba_global {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:85%;
}

#samba_global_menu {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:130%;
}

#postfix_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:220%;
}

#postfix_error1 {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:300%;
}

#postfix_error2 {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:310%;
}

#postfix_error3 {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:440%;
}

#postfix_error4 {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:270%;
}

#postfix_zimbra1 {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:310%;
}

#adduser_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:340%;
}

#adduser_content_egw {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:380%;
}

#adduserl_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:230%;
}

#sql_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:200%;
}

#adduser_list {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:130%;
}

#adduser_list_egw {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:180%;
}

#changeuser_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:270%;
}

#reportsuser_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:190%;
}

#graph_smtp {
	padding:5px 40px 0 10px;
	background:url('../images/content_bg.gif') repeat-y;
	height:460%;
}

#graph_pop_smtp {
	padding:5px 40px 0 10px;
	background:url('../images/content_bg.gif') repeat-y;
	height:270%;
}

#graph_munin {
	padding:5px 40px 0 10px;
	background:url('../images/content_bg.gif') repeat-y;
	height:360%;
}

#graph_munin_memory {
	padding:5px 40px 0 10px;
	background:url('../images/content_bg.gif') repeat-y;
	height:500%;
}

#queued_content {
	padding:5px 40px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:200%;
}

/**************************** menu ****************************/

#nav_top {
	background:url('../images/nav_top.gif') no-repeat;
	width:225px;
	height:28px;
}

#nav_btm {
	background:url('../images/nav_btm.gif') no-repeat;
	width:225px;
	height:28px;
}

#menu {
	float:left;
	width: 225px;
	color:#000;
	background:url('../images/nav_mid.gif') repeat-y;
}

#menu ul {
	list-style:none;
	width:218px;
	font-size:12px;
	padding:0 0 0 3px;
}	

#menu li {
	list-style-type: none;
	background:transparent url('../images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	border-bottom:1px solid #c8e5c7;
	padding:0;
}

#menu li:hover {
	background:#c8e5c7;
	margin-bottom:4px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:#FFFFFF;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:#fff;
}	

#menu_j {
	float:left;
	width: 750px;
	height: 20px;
	color:#000;
	background:url('../images/menu_j.png') no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-right: 2px;
	padding-left: 12px;
	margin-top: 2px;
	margin-bottom: 14px;
	margin-right: 4px;
	margin-left: 32px;
}

#menu_j a:hover {
	color:#fdfa12;
	text-decoration: none;
}	

#menu_j a {
	color:#fff;
	text-decoration: none;
}	

#submenu_j {
	float:left;
	width: 750px;
	height: 20px;
	color:#000;
	background:url('../images/menu_j.png') no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 12px;
	margin-top: 2px;
	margin-bottom: 14px;
	margin-right: 4px;
	margin-left: 32px;
}

#submenu_j a:hover {
	color:#fdfa12;
	text-decoration: none;
}	

/**************************** content ****************************/

#info {
	float:left;
	width:533px;
	margin-left: 10px;
}

#sql {
	float:left;
	margin-left: 0px;
}

#info-gs {
	float:left;
	width:533px;
	margin-left: 3px;
}

#info-munin {
	float:left;
	width:533px;
	margin-left: 10px;
}

.post_top {
	width:533px;
	height:31px;
}

.post_btm {
	width:533px;
	height:31px;
}

.post {
	padding:0 0 0px 0px;
}

.post a{
	color:#6487dc;
	text-decoration: none;	
}

img {
	border:0px solid #fff;
	padding:0px;
	margin:0px;

}

a{
	color:#6487dc;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

h1{
	color:#fff;
	font-weight:normal;
	font-size:26px;
	padding-top: 14px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 2px;
}

h6{
	position: absolute;
	color:#fff;
	font-weight:normal;
	font-size: 26px;
	padding: 18px 0 0 0;
	margin: 3px 50px;
}

h2{
	position: absolute;
	top: 32px;
	color:#1f3556;
	font-size: 12px;
	margin-bottom: 30px;
	margin-left: 530px;
	text-decoration:none;
}

h2 a{
	position:absolute;
	top:32px;
	color:#666;
	font-size:16px;
	margin:0 0 0 560px;
	padding-bottom: 20px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 10px
}

h4{
	color:#000;
	font-size:14px;
	font-weight:bold;
	background:url('../images/div.png') no-repeat;
	width: 590px;
	height: 2px;
}

h5{
	float:left;
	width: 575px;
	height: 20px;
	color:#fff;
	background:url('../images/div.png') no-repeat;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size:11px;
	font-weight:normal;
}

h3 img{
	float:left;
}

/**************************** lists ****************************/

ul {
	list-style:none;
	padding:0 0 0 3px;
}	

li {
	list-style-type: none;
	background:transparent url('../images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:#FFFFFF;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:#fff;
}	


/**************************** footer ****************************/

#footer{
	text-align:center;
	padding-top:40px;
	background:url('../images/bottom.gif') no-repeat;
	height:42px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}



/**************************** KyaPanel ****************************/

table.login {
        background-color: rgb(241,243,243);
        margin-top: 2px;
        margin-left: 110px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
        width: 70%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
	padding: 20px 22px 24px 20px;
}

table.loginin {
        background-color: rgb(241,238,238);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
        width: 60%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        float: left;
	margin-left: 14px;
        padding-left: 16px;
	padding-right: 12px;
	padding-top: 16px;
        padding-bottom: 16px;
}

input.butaolog {
        height: 22px;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        background: #1f3556;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #1f3556;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #1f3556;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #1f3556;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #1f3556;
	margin-top: 4px;
}

table.jcenter{
	font-size: 11px;
        width: 100%;
}

table.index {
        background-color: rgb(241,243,243);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
        width: 90%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

table.navcontrol {
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 0px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 0px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 0px;
        border-top-color: Black;
        width: 90%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}


input.butao {
        font-size: 10px;
        color: #FFFFFF;
        background: #1f3556;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #ffffff;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #ffffff;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #ffffff;
	margin-bottom: 0px;
}

input.kprbut {
        font-size: 10px;
        color: #000000;
        background: #cdd0d2;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: #003399;
        border-left-style: solid;
        border-left-width: 0px;
        border-left-color: #003399;
        border-right-style: solid;
        border-right-width: 0px;
        border-right-color: #003399;
        border-top-style: solid;
        border-top-width: 0px;
        border-top-color: #003399;
	margin-bottom: 0px;
}

table.subindex {
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 0px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 0px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 0px;
        border-top-color: Black;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

input.subindex { 
	height: 1px;
	width: 1px;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


#side-bar {
  width: 15.5em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
  margin-left: 0px;
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
  font-size: 11px;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  font-weight: bold;
  text-align:center;
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 0.5ex 0.75em 0mm;
  display: block;
}

#side-bar-munin {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar-munin ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar-munin li {
  font-weight: bold;
  text-align:center;
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar-munin a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 0.5ex 0.75em 0mm;
  display: block;
}

#side-bar-munin a:hover {
  color: white;
  text-decoration: none;
}

#side-bar-munin .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar-munin .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

#side-bar-munin div {
  border-bottom: 1px solid rgb(153,153,153);
  margin-left: 0px;
}

#side-bar-gs {
  width: 13.3em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar-gs ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar-gs li {
  font-weight: bold;
  text-align:center;
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar-gs a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 0.5ex 0.75em 0mm;
  display: block;
}

#side-bar-gs a:hover {
  color: white;
  text-decoration: none;
}

#side-bar-gs .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar-gs .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

#side-bar-gs div {
  border-bottom: 1px solid rgb(153,153,153);
  margin-left: 0px;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

/* ##### Side Jbar ##### */

#side-Jbar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-Jbar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideJBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-Jbar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-Jbar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-Jbar a, .thisPage {
  color: rgb(241,243,243);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
}

#side-Jbar a:hover {
  color: rgb(241,243,243);
  text-decoration: blink;
}

.sideJBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-Jbar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-Jbar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}


#main-su .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-su > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}


/* ##### Footer ##### */

input.pem {
	font-size: 91%;
}

td.n_edit {
	font-size: 91%;
	color: #003399;
	font-weight: bold;
}
table.barra {
	color: white;
	background-color: rgb(100,135,220);
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0.5ex 0 0.5ex 1ex;
	width: 99%;
}

table.work {
        margin-top: 2px;
        margin-left: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
	width: 100%;
}

table.sql {
        margin-top: 2px;
        margin-left: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
	width: 100%;
}

table.subsql {
        margin-top: 0px;
        margin-left: 0px;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-left-style: solid;
        border-left-width: 0px;
        border-right-style: solid;
        border-right-width: 0px;
        border-top-style: solid;
        border-top-width: 0px;
        font-size: 11px;
}

table.comment {
        margin-top: 2px;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 0px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 0px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 0px;
        border-top-color: Black;
        width: 90%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

table.sublist {
	border: 0px;
	padding-left: 30px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

table.jmenu {
	float: left;
        margin-top: 2px;
        margin-left: 0px;
        width: 50%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
}

tr.form1 {
        font-size: 10px;
	color: #000000;
        background: #cdd0d2;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
}

tr.form2 {
        font-size: 10px;
	color: #000000;
        background: #bcbcbd;
	/* background: #8caae6; */
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
}

tr.form3 {
        font-size: 10px;
	color: #000000;
        background: #cdd0d2;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: Black;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: Black;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: Black;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: Black;
}

input.pass {
        font-size: 11px;
}

input.minibutton {
        font-size: 9px;
	font-weight:bold;
        color: #FFFFFF;
        background: #1f3556;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #FFFFFF;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #FFFFFF;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #FFFFFF;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 2px; 
	margin-top: 2px; 
	width:30px;
}

img.plus {
        font-size: 9px;
        color: #FFFFFF;
        background: #8caae6;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: #003399;
        border-left-style: solid;
        border-left-width: 0px;
        border-left-color: #003399;
        border-right-style: solid;
        border-right-width: 0px;
        border-right-color: #003399;
        border-top-style: solid;
        border-top-width: 0px;
        border-top-color: #003399;
}

#leftcolumn{
	float:left;
	border: 0px
	solid black;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
}

#leftcolumn a{
	color: rgb(0,102,204);
	padding: 3px 1px;
	width: 100%;
	text-decoration: none;
	font-size: 11px;
	border: 0px;
	border-left-width: 0px;
}

#rightcolumn{
	float:left;
	border: 0px solid black;
	margin-left: 10px;
	padding: 5px;
	padding-left: 8px;
}

#rightcolumn a{
	color: red;
}

* html #rightcolumn{ /*IE only style*/
	height: 400px;
}

#module_alert_red{
	color: red;
}

#module_alert_green{
	color: green;
}


