/************************************
 pragmaMx  Content Management System
 Copyright (c) 2005 pragmaMx Dev Team - http://pragmaMx.org
 ***********************************
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 ***********************************
 $Source: /cvsroot/pragmamx/stable/themes/mx-default/style/style.css,v $
 $Revision: 1.7 $
 $Author: henned $
 $Date: 2005/08/19 21:06:14 $
************************************/

body {
   margin: 5px;
   padding-top: 4px
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
		
}
/*menu nav header */
.nav_td {
    border-left: 1 px solid #cccccc;
}

.top_nav {
    display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin: 0;
	width: auto !important;
    width: 10%;
	font-size: 13px;
	line-height: 30px;
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.top_nav:hover {
    display: block;
	background-image: none;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin: 0;
	width: auto !important;
    width: 15%;
	font-size: 13px;
	line-height: 30px;
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #006699;
    font-weight: bold;
}

/*fin menu nav*/

a:link {
    color: #0000FF;
    text-decoration: none;
	background-color: transparent;

}

a:visited {
    color: #272ADA;
    text-decoration: none;
	background-color: transparent;
}

a:hover {
    color:         #ff4300;
    text-decoration: none;
	background-color: transparent;

}



a:active {
	color:   #bceb00;
    background-color: transparent;

}

/*fin menu nav*/

a:link.quicktv {
    color: #00b1ff;
    text-decoration: none;
	background-color: transparent;

}

a:visited.quicktv {
    color: #00b1ff;
    text-decoration: none;
	background-color: transparent;
}

a:hover.quicktv {
    color:         black;
    text-decoration: none;
	background-color: #ff4300;

}



a:active.quicktv {
	color:   #26FB03;
    background-color: transparent;

}

/*fin menu nav*/

a:link.king {
    color: #00b1ff;
    text-decoration: none;
	background-color: transparent;
	font-size: 9px;
}

a:visited.king {
    color: #00b1ff;
    text-decoration: none;
	background-color: transparent;
		font-size: 9px;
}

a:hover.king {
    color:         black;
    text-decoration: none;
	background-color: #ff4300;
		font-size: 9px;

}



a:active.king {
	color:   #26FB03;
    background-color: transparent;
		font-size: 9px;

}

img {

		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
}

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        background-color: #eceef8;
        color: #555753;
        margin-top: 0px;
        margin-bottom: 0px;

}

br {
	line-height: 9px;
}

form {
	display: inline;
	margin: 0px;
}

small {
	font-size: 10px;
}

h1 {
	font-weight: bold;
	font-size: 15px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
}

h3 {
	font-weight: bold;
	font-size: 15px;
}

h4 {
	font-weight: bold;
	font-size: 15px;
}

h5 {
	font-weight: bold;
	font-size: 15px;
}

h6 {
	
	font-size: 27px;
}

h7 {
	font-weight: bold;
	font-size: 15px;
}

color {


  color: #fff;


}

input {
	background-color: #F2F2F2;
	border-bottom: 1px inset #666666;
	border-left: 1px inset #666666;
	border-right: 1px inset #666666;
	border-top: 1px inset #666666;
   font-weight: bold;
	color: #333366;

}
input.formbutton {
  color: #769712;
  background: url(../images/button_bg.png) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding-left: 2px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 3px;
  line-height: 16px !important;
  line-height: 16px;
  height: 22px !important;
  height: 22px;
}

input.formcheckbox {
	background-color: transparent;
	border: none;
	color: #000000;
	
}

select {
	background-color: #F2F2F2;
    border-right: #cccccc dashed 1px;
    border-bottom: #cccccc dashed 1px;
    border-left: #cccccc dashed 1px;
    border-top: #cccccc dashed 1px;
	color: #333333;
}

span.footmsg a {
	background-color: transparent;
	color: #333333;
	font-size: 10px;
}

textarea {
	background-color: #FFFFFF;
    border-right: #769712 dashed 1px;
    border-bottom: #769712 dashed 1px;
    border-left: #769712 dashed 1px;
    border-top: #769712 dashed 1px;
	color: #333333;
	overflow: auto;
}

th {
	font-weight: bold;
}

.box {
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
}

.boxcontent {
	font-size: 12px;
  padding-left: 8px
}



.blocksLeft {
	width: 201px;
    background-color: #FFFFFF;
   
}

.blocksRight {
    border-right: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    border-top: #cccccc solid 1px;
	color: #555753;
	width: 190px;
    background-color: #FFFFFF;
}

.boxtitleright {
  font-family:   Arial, Helvetica, Sans Serif;
  color: #5969b7;
  font-size: 14px;
  font-weight: bold;
  background-image: url(../images/block_right_top.gif);
  background-repeat: no-repeat;
  height: 28px
}

#leftcolumn .boxcontent {
	font-size: 12px;
	 background-image: url(../images/bac_mod.png);
	  background-repeat: repeat-y;
}

#rightcolumn .boxcontent {
	font-size: 12px;
}

.block_title {
	background-image: url(../images/top_mod.png);
	background-repeat: repeat-y;
	width: 201px;
	height: 34px;
}

.block_title_bottom {
	background-image: url(../images/bot_mod.png);
	background-repeat: repeat-y;
	width: 201px;
	height: 34px;
}

.boxcontentright {
	background-color: transparent;
	color: #555753;
	font-size: 12px;
}

.boxtitle {
    background-color: transparent;
	font-size: larger;
	font-weight: bold;
    color: #606060;
    height: 21px;
}

.moduletitle {
    background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
    color: #555753;
    height: 21px;
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
    border-left: #CCCCCC solid 1px;
    border-top: #CCCCCC solid 1px;
    background: url(../images/subhead_bg.png);
}

.CenterBox {
	background-color: #3D3B37;
	color: #555753;
}

.CenterBox1 {
	background-color: #B8BABA;
	
}


.content {
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555753;
    line-height: 1.3em;
		

}

.footmsg {
	background-color: #3d3b37;
	color: #555753;
	font-size: 10px;
}

.footmsgl {
	background-color: #3d3b37;
	color: #555753;
	font-size: 10px;
}

.option {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: bold;
}


.storycat {
	font-size: 13px;
	font-weight: bold;

}

.storytitle {
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #555753;
  border-left-color: #5885bf;
  border-left-style: double;
  border-left-width: 3px;
  border-bottom-color: #5885bf;
  border-bottom-style: double;
  border-bottom-width: 3px;
  border-top-color: #5885bf;
  border-top-style: double;
  border-top-width: 3px;
  border-right-color: #5885bf;
  border-right-style: double;
  border-right-width: 3px;
  padding-left: 10px
}

.tiny {
	font-size: 10px;
}

.title {
	background-color: transparent;
	color: #555753;
	font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    background: url(../images/subhead_bg.png);
  border-left-color: #CCCCCC;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: center;
  padding-bottom: 2px;
  padding-top: 2px
}

.viewbench {
	background-color: #FFFFFF;
	color: #555753;
	font-size: 9px;
}

#loginform {
	background-color: transparent;
	color: #555753;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: normal;
	margin: 0px;
}

#loginform a {
	background-color: transparent;
	border-bottom-color: #F2F2F2;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #555753;
}

#loginform a:link {
	background-color: transparent;
	color: #555753;
}

#loginform a:visited {
	background-color: transparent;
	color: #555753;
}

#loginform a:hover,
#loginform a:focus {
	background-color: transparent;
	border-bottom-color: #F2F2F2;
	color: #769712;
}

#loginform a:active {
	background-color: transparent;
	color: #555753;
}

#loginform form {
	display: inline;
}

#loginform input {
	background-color: #FFFFFF;
	border-bottom: #769712 1px dashed;
	border-left: #769712 1px dashed;
	border-right: #769712 1px dashed;
	border-top: #769712 1px dashed;
	color: #555753;
	height: 16px;
	padding-left: 3px;
	width: 100px;
}

#loginform input.formbutton {
	/*background-color: #769712;
	border-bottom: 1px dashed #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
	color: #FFFFFF;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 2px;
	//text-transform: lowercase;
	width: 60px;*/
    color: #003366;
  background: url(../images/button_bg.png) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding-left: 2px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 3px;
  line-height: 16px !important;
  line-height: 16px;
  height: 22px !important;
  height: 22px;
}

#loginform input.formbutton:focus {
	background-color: #c0daa5;
	color: #555753;
}

#loginform input:focus {
	background-color: #c0daa5;
	color: #555753;
}

#loginform td {
	background-color: transparent;
	color: #555753;
	font-size: 12px;
	text-align: center;
}



/* center block */

.roundedcornr_box_874727 {
	background: url(../images/roundedcornr_874727_tl.png) no-repeat top left;
}
.roundedcornr_top_874727 {
	background: url(../images/roundedcornr_874727_tr.png) no-repeat top right;
}
.roundedcornr_bottom_874727 {
	background: url(../images/roundedcornr_874727_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_874727 div {
	background: url(../images/roundedcornr_874727_br.png) no-repeat bottom right;
}
.roundedcornr_content_874727 {
	background: url(../images/roundedcornr_874727_r.png) top right repeat-y;
}

.roundedcornr_top_874727 div,.roundedcornr_top_874727,
.roundedcornr_bottom_874727 div, .roundedcornr_bottom_874727 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_874727, .roundedcornr_bottom_874727 {
	margin-top: -19px;
}
.roundedcornr_content_874727 { padding: 0 15px; }






.cm-tab-top-left{
background-image:url(../images/tab1.png);
background-repeat:no-repeat;
background-position:0 0;
width:10px;
}
.cm-tab-top-right{
background-image:url(../images/tab1.png);
background-repeat:no-repeat;
background-position:100% 0;
width:10px;
}
.cm-tab-top-cell{
background-image:url(../images/tab1.png);
background-repeat:repeat-x;
background-position:0 -37px;
height:12px;
}
.cm-tab-content-left{
border-left:2px solid #e3e3e3;
}
.cm-tab-content-right{
border-right:2px solid #e3e3e3;
}
.cm-tab-content-center{
text-align:left;
}
.cm-tab-bottom-left{
background-image:url(../images/tab1.png);
background-repeat:no-repeat;
background-position:0 -24px;
}
.cm-tab-bottom-right{
background-image:url(../images/tab1.png);
background-repeat:no-repeat;
background-position:100% -24px;
}

.cm-tab-bottom-cell{
background-image:url(../images/tab1.png);
background-repeat:repeat-x;
background-position:0 -61px;
height:12px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/button.gif) no-repeat;
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	color:#202020;
	text-align:left;
	padding-top: 1px;
	padding-left: 22px;
	height: 21px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -23px;
	text-decoration: none;
	color:#000000;
}

a.mainlevel#active_menu {
	color:#FFFFFF;
	font-weight: bold;
	font-size:13px;
}

a.mainlevel#active_menu:hover {
	color:#990000;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #008C00;
	text-align: left;
}



iframe#bgcolor {
   background-color: FF5604;
}


