/**
* AkoBlueSky - A Mambo 4.5.1 template
* @version 2.0
* @package AkoSecurity
* @copyright (C) 2003, 2004 by Arthur Konze - All rights reserved!
* @license http://www.konze.de/content/view/8/26/ Copyrighted Commercial Software
*/

/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px 0px 0px 0px;
  background-color : #eeeeee;
  background-image : url('../images/bg.gif');
  color            : #000000;
}

td, tr, p, div {
  font-family      : Arial;
  font-size        : 11px;
  color            : #000000;
}

ul {
  margin           : 0px 0px 0px 0px;
}

li {
  list-style-image : url('../images/arrow.gif');
  list-style-position:inside
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

#titleDiv {
  position:absolute;
  font-family:arial;
  font-size:40px;
  font-weight:bold;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='black', Positive='true');
  color:#FFFFFF;
  width:700px;
  height:60px;
  top: 60px;
  left: 20px;
}


/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  color            : #000000;
  font-weight      : bold;
  text-transform   : uppercase;
text-decoration  : none;
}

a.buttonbar:hover {
  color            : #0E5CAD;
  text-decoration  : bold;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
#pathwayDiv {
  position         : absolute;
  width            : 550px;
  height           : 20px;
  top              : 12px;
  left             : 140px;
}

a.pathway:link, a.pathway:visited {
  color            : #285078;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #CC6600;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */

.modules {
  background       : #F7F7F7;
  border           : 1px solid #C0C0C0;
}

.mainlevel {
  letter-spacing   : 2px;
  padding-left     : 20px;
  width            : 90%;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #285078;
  background       : url("../images/icon01.gif");
  background-repeat: no-repeat;
}

a.mainlevel:hover {
  color            : #CC6600;
  background       : url("../images/icon02.gif");
  background-repeat: no-repeat;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

table.moduletable {
  padding: 5px 0px 5px 8px;
  margin-bottom: 15px;
  width: 100%;
  background: url(../images/bgr.png);
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #000000;
  text-align       : center;
  letter-spacing   : 2px;
  border-bottom    : 1px solid #AFD1F4;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background-color : #AFD1F4;
  color            : #FFFFFF;
  height           : 20px;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Arial;
  font-size        : 9px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Arial;
  font-size        : 9px;
  color            : #002850;
  text-decoration  : none;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  text-align       : justify;
  background       : #F7F7F7;
  border           : 1px solid #C0C0C0;
  padding          : 10px;
  margin-bottom    : 10px;
}

.contentpaneopen {
  text-align       : justify;
  background       : #F7F7F7;
  margin-bottom    : 10px;
}

.contentheading, .componentheading {
  font-size        : 13px;
  font-weight      : bold;
  color            : #000000;
  letter-spacing   : 2px;
  border-bottom    : 1px solid #AFD1F4;
  text-align       : left;
}

.createdate {
  font-family      : Arial;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Arial;
  font-style       : normal;
  font-size        : 12  px;
  color            : #000000;
  background       : #EFEFEF;
  border           : 1px solid #C0C0C0;
}

.inputbox {
  font-family      : Arial;
  font-size        : 12px;
  color            : #000000;
  background       : #F7F7F7;
  border           : 1px solid #C0C0C0;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 11px;
  color            : #285078;
  text-decoration  : none;
  font-family      : Arial;
}

a:hover {
  color            : #CC6600;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  color            : #285078;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #CC6600;
}