body {
  background-color: white;
  margin: 0px;
}

.about {
  color: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 8pt;
}
.about a:link    { color: white;  text-decoration: none; }
.about a:visited { color: white;  text-decoration: none; }
.about a:hover   { color: white;  text-decoration: underline; }

.copyright {
  color: #BBBBBB;
}

.login-info {
  background-image: url(images/MimoviSkin/top_c.gif);
  padding-left: 5px;
  padding-top: 5px;
  color: #DDDDDD;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  vertical-align: top;
}
.login-info a:link    { color: white;  text-decoration: none; }
.login-info a:visited { color: white;  text-decoration: none; }
.login-info a:hover   { color: white;  text-decoration: underline; }


.tabcontent {
  background-color: #616C7F;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight:bold;
  padding: 0px;
  text-align: center;
}

.tab {
  background-image: url(images/MimoviSkin/tab_c.gif);
  vertical-align: bottom;
  padding: 2px;
}
.tab a:link    { color: black;  text-decoration: none; }
.tab a:visited { color: black;  text-decoration: none; }
.tab a:hover   { color: #444444;  text-decoration: underline; }

.tab_sel {
  background-image: url(images/MimoviSkin/tab_c_sel.gif);
  vertical-align: bottom;
  padding: 2px;
}
.tab_sel a:link    { color: black;  text-decoration: none; }
.tab_sel a:visited { color: black;  text-decoration: none; }
.tab_sel a:hover   { color: #444444;  text-decoration: underline; }


.tabw {
  color: white;
  background-image: url(images/MimoviSkin/tabw_c.gif);
  vertical-align: bottom;
  padding: 2px;
}
.tabw a:link    { color: white;  text-decoration: none; }
.tabw a:visited { color: white;  text-decoration: none; }
.tabw a:hover   { color: #DDDDDD;  text-decoration: underline; }

.tabd {
 background-image: url(images/MimoviSkin/tabd_c.gif);
}

.tabd_sel {
 background-image: url(images/MimoviSkin/tabd_c_bg.gif);
}

.menu {
 background-image: url(images/MimoviSkin/menu_c.gif);
 padding-top: 5px;
}

.errmsg {
  color: red;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.all {
   border: 0px solid red;
   margin: 0px;
   padding: 15px 15px 15px 15px;
}

.left {
   float: left;
   width: 250px;
   border: 0px solid red;
   margin: 0px 0px 0px 0px;
   min-height: 100px;
   background-color: green;
}

.center {
   border: 0px solid red;
   margin: 0px 0px 0px 270px;
   background-color: yellow;
}

.footer {
   border: 0px solid red;
   padding:5px 5px 5px 5px;
   clear: both;
}





/*----------------main.css----*/

body {
    margin-top: 0px;
    FONT-FAMILY: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    color : #333333;
}

.body-text {
    FONT-FAMILY: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

form {
	margin: 0px;
}

/* Design */

.timeline{
	background-color: #E3F1FC;
}

.nice-table{
    border-collapse: collapse;
    border: solid;
    border-color:#666666;
    border-width: 1px;
}

.nice-table TD, .nice-table TH {
    border: solid;
    border-color:#666666;
    border-width: 1px;
    padding: 3px;
}

#left-col {
    width: 100%;
    background-color: #FFF;
    background-position: left;
    background-image: url(../skins/main/images/l.gif) ;
    background-repeat: repeat-y;
}

#right-col {
    background-position: right;
    background-image: url(../skins/main/images/r.gif) ;
    background-repeat: repeat-y;
}

#main-col{
   width: 98%;
   margin-left : 2%;
}

A.top-menu{
    color:#666666;
    FONT-SIZE: 14px;
    text-decoration : none;
    white-space: nowrap;
}
A.top-menu:hover{
    color:#000000;
    text-decoration : underline;
}
A.top-menu_sel{
    color: #666666;
    FONT-SIZE: 14px;
    text-decoration : none;
    white-space: nowrap;
    background: white;
}
A.top-menu_sel:hover{
    color:#000000;
    text-decoration : underline;
}

A {
    color:#666666;
}
A:hover{
    color:#000000;
}

h1{
    color:#666666;
    FONT-SIZE: 18px;
    text-decoration : none;
    font-weight : bold;
    margin-left : 10px;
}
td.sec-title{
    font-weight : bold;
    FONT-SIZE: 14px;
}

.sec-film{
    FONT-SIZE: 14px;
    font-style : italic;
}

.sel-width select, .sel-width input {
    width: 200px;
    margin: 0px;
}

.sel-short input {
    width: 100px;
    margin: 0px;
}

/* Main menu classes: */

.head {
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 2px silver;
    margin-bottom: 0em;
}

.navig {
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: small;
}

/* Error and Okay messages: */

.err {
    color: red;
}

.ok {
    color: green;
}

.err p, .ok p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: small;
}

.err, .ok {
    margin-top: 1em;
    margin-bottom: 1em;
}


.messages {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: small;
}

.messages p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.messages p.message-error {
    color: red;
}

.messages p.message-ok {
    color: green;
}


/* Numeric columns in tables: */

.numeric {
    text-align: right;
}


/* Pager: */

.navigation-string {
    font-family: sans-serif;
    font-size: x-small;
}


/* Info: */

.info table {
    border: solid 1px blue;
    background-color: #f0f0ff;
    float: left;
    margin-right: 10px;
}

.info table tr th {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

.info table tr td.separator {
    height: 1px;
    background-color: blue;
}


.wide input, .wide select {
    width: 99%;
}


td.menu-ico img {
	vertical-align: bottom;
	margin-right: 7px;
	border: 0;
}

td.menu-ico a {
	font-weight: bold;
	font-size: 9pt;
}	

.text-small {
    font-size: 12px;
}

.dot-vertical{
    background-repeat: repeat-y;
}


.planka {
	width: 100%;
	text-align: left;
}

.planka-title {
	padding-right: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #555555;	
}

.planka-top td {
	background-image: url(images/MimoviSkin/planka_t_c.gif);
	background-repeat: none;
	height: 34px;
	text-align: left;
}
.planka-bottom td {
	background-image: url(images/MimoviSkin/planka_b_c.gif);
	height: 34px;	
	text-align: left;
}
.planka-menu-active {
	text-decoration : none;	
}
.planka-menu-passive {
	text-decoration : underline;
	cursor: pointer;
}
.planka-block-header {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #555555;	
}

.wideInput td > input {
	width: 98%;
}

.formOL {
    border-collapse: collapse;
}
.formOL_c {
	background-image:  url(images/MimoviSkin/formOL_c.gif);
	height: 64px;	
	border: 0px;
	padding: 0px;
}
.formOL_l {
	background-image: url(images/MimoviSkin/formOL_l.gif);
	height: 64px;	
	width: 22px;
	padding: 0px;
}
.formOL_r {
	background-image: url(images/MimoviSkin/formOL_r.gif);
	height: 64px;	
	width: 22px;
	border: 0px;
	padding: 0px;
}

.formOL2_c {
	background-image:  url(images/MimoviSkin/formOL2_c.gif);
	height: 96px;	
	border: 0px;
	padding: 0px;
}
.formOL2_l {
	background-image: url(images/MimoviSkin/formOL2_l.gif);
	height: 96px;	
	width: 22px;
	padding: 0px;
}
.formOL2_r {
	background-image: url(images/MimoviSkin/formOL2_r.gif);
	height: 96px;	
	width: 22px;
	border: 0px;
	padding: 0px;
}


.formML {
    border-collapse: collapse;
}

.formML tr > td {
	padding: 0px;
	border: 0px;
}
.formML_tl {
	background-image: url(images/MimoviSkin/formML_tl.gif);
	height: 16px;
	width: 22px;
}
.formML_tc {
	background-image: url(images/MimoviSkin/formML_tc.gif);
}
.formML_tr {
	background-image: url(images/MimoviSkin/formML_tr.gif);
	height: 16px;
	width: 22px;
}
.formML_fl {
	background-image: url(images/MimoviSkin/formML_fl.gif);
	width: 22px;
	height: 34px;
}
.formML_fc {
	background-image: url(images/MimoviSkin/formML_fc.gif);
	height: 34px;
}
.formML_fr {
	background-image: url(images/MimoviSkin/formML_fr.gif);
	width: 22px;
	height: 34px;
}
.formML_cl {
	background-image: url(images/MimoviSkin/formML_cl.gif);
	width: 22px;
}
.formML_cc {
	background-image: url(images/MimoviSkin/formML_cc.gif);
}
.formML_cr {
	background-image: url(images/MimoviSkin/formML_cr.gif);
	width: 22px;
}
.formML_ll {
	background-image: url(images/MimoviSkin/formML_ll.gif);
	width: 22px;
	height: 34px;
}
.formML_lc {
	background-image: url(images/MimoviSkin/formML_lc.gif);
	height: 34px;
}
.formML_lr {
	background-image: url(images/MimoviSkin/formML_lr.gif);
	width: 22px;
	height: 34px;
}
.formML_bl {
	background-image: url(images/MimoviSkin/formML_bl.gif);
	width: 22px;
	height: 16px;
}
.formML_bc {
	background-image: url(images/MimoviSkin/formML_bc.gif);
	height: 16px;
}
.formML_br {
	background-image: url(images/MimoviSkin/formML_br.gif);
	width: 22px;
	height: 16px;
}

.yellow-box {
    background: #FBF9E8 url(images/MimoviSkin/yellow-box.gif) no-repeat scroll top left;
    width:300px;
    padding-top: 5px;
}
.yellow-box-bottom {
	background:#FBF9E8 url(images/MimoviSkin/yellow-box.gif) no-repeat scroll right bottom;
	width:300px;
	height: 10px;
}
.yellow-box-content {
    margin: 10px 10px 0px 10px;
}
.yellow-box-title {
    font-size: 14pt;
    font-family: arial;
    font-weight: bold;
    color: #CC6600;
}

