@import url("/css-template/global.css?SID=1991d1890f812bcc95982c0f30fd02f1");

/*
@font-face {
font-family:"Dax Condensed";
src:url(/fonts/DaxCondensed.ttf);
}
*/

.pageAdmin .pageCell {
    vertical-align: top;	
    border: #999999 2px solid;
}

.pageAdmin .pageCell:hover {
    vertical-align: top;	
    border: #0000ff 2px solid;
    background-color: #ccccff;
}
.pageCell table.cellAdminTable {
	z-index: 999999999;
    position: relative;
}
.pageCell table.cellAdminTable {
	border-collapse: collapse; /*IE7 and under*/
    border: #999999 2px solid;
    width: 100%;
}

.pageCell:hover table.cellAdminTable {
	border-collapse: collapse; /*IE7 and under*/
    border: #0000ff 2px solid;
    background-color: #ccccff;
    width: 100%;
}

.pageCell table.cellAdminTable tr {
    background-color: #cccccc;
    color: #000000;
}

.pageCell:hover table.cellAdminTable tr {
    background-color: #0000ff;
    color: #999999;
}

.pageCell table.cellAdminTable tr td {
    vertical-align: top;	
    padding: 2px;
}	

.pageCell table.contentAdminTable {
	border-collapse: collapse; /*IE7 and under*/
    border: #999999 2px solid;
    width: 100%;
}

.pageCell table.contentAdminTable:hover {
	border-collapse: collapse; /*IE7 and under*/
    border: #ff0000 2px solid;
    background-color: #ffcccc;
    width: 100%;
}

.pageCell .contentAdmin:hover {
	border: 1px #ff0000 solid;
}

.pageCell .contentAdmin .contentAdminTop {
	z-index: 999999999;
    position: relative;
	background-color: #cccccc;
	color: #000000;
    padding: 2px;
    height: 16px;
}

.pageCell .contentAdmin:hover .contentAdminTop {
	background-color: #ff0000;
	color: #ffffff;
    padding: 2px;
}

.pageCell .contentAdmin .contentAdminBottom {
	z-index: 999999999;
    position: relative;
    padding: 2px;
    height: 16px;
}

table.contentTable {
	border-collapse: collapse; /*IE7 and under*/
    border: 0px;
	width: 100%;
}

table.contentTable td {
	vertical-align: top;
	padding: 0px;
}

img.right {
	float: right;
	margin-left: 1px;
}

img.rightSpaced {
	float: right;
	margin-left: 10px;
}

img.topRight {
	float: right;
	margin-left: 1px;
	margin-bottom: 1px;
}

img.topRightSpaced {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	margin-right: 1px;
}

img.leftSpaced {
	float: left;
	margin-right: 10px;
}

img.topLeft {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}

img.topLeftSpaced {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.border {
	padding: 2px;
	border: #000000 1px solid;
}

img.adminIcon { 
    background-color: #000000; 
    /*background-image: url(/images/icons/bg_rounded.gif); */
    /*background-repeat: no-repeat; */
    cursor: pointer; 
    cursor: hand;/*quirk for IE5,IE55*/
} 

img.disabledAdminIcon { 
    background-color: #999999; 
    /*background-image: url(/images/icons/bg_rounded.gif); */
    /*background-repeat: no-repeat; */
    cursor: pointer; 
    cursor: hand;/*quirk for IE5,IE55*/
} 

.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; font: 11px Arial, Helvetica, sans-serif; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.open-tooltip {
	color: #ff00ff;
	background-color: #ffffff;
	border: #ff00ff 1px solid;
	padding-left: 2px;
	padding-right: 2px;
    cursor: pointer; 
    cursor: hand;/*quirk for IE5,IE55*/
}

h1 {
    font-size: 180%;
    font-weight: bold;
    color: #003366; 
}

h2 {
    font-size: 140%;
    font-weight: bold;
    color: #3399ff; 
}    

.searchResult {
    font-weight: bold;
}


body, td, p {
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 13px;
}

h1,h2,h3,h4 {
  font-family: Arial, Verdana, Sans-Serif;
}

h1 a {
  color: #ffffff;
}

.botline {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.rightline {
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  padding-right: 5px;
}

table.padding10 td, table.padding10 th {
  padding: 10px;
}

a.more {
  padding-right: 8px;
  background: transparent url(/upload/image/site/web/arrow-blue-right.gif) no-repeat scroll 100% 4px;
  color: #0082C3;
  text-decoration: none;
}

a.more:hover {
  text-decoration: underline;
}

#blog h2 {
  font-size: 10pt;
}

#footer {
  padding-top: 10px;
  color: #999999;
  font-size: 10px;
  font-family: Century Gothic, Verdana, Arial, Sans-Serif;
  text-align: left;  
}

#footer a {
  color: #999999;
  font-size: 10px;
  font-family: Century Gothic, Verdana, Arial, Sans-Serif;
  text-decoration: none;
}

#footer a:hover {
  color: #333333;
  font-size: 10px;
  font-family: Century Gothic, Verdana, Arial, Sans-Serif;
  text-decoration: underline;
}

#news {
  position: absolute;
  top: 95px;
  background: transparent url(/upload/image/site/bg_news.png) no-repeat scroll 0 0;
  height: 50px;
  width: 820px;
  padding-left: 150px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 30px;
}

#news p {
  font-size: x-small;
}

.content_top h1, .right_top h1 {
  color: #ffffff;
  font-family: Century Gothic, Verdana, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: bold; 
  margin-bottom: 20px; 
}

#logo {
  position: absolute;
  top: 10px;
  left: 30px;
}

.content_top {
  background: transparent url(/upload/image/site/content_top.png) no-repeat scroll 0 0;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 30px;
  padding-top: 5px;
}

.content_bottom {
  background: #ffffff url(/upload/image/site/content_bottom.png) no-repeat scroll 0 100%;
  padding-bottom: 15px;
  width: 660px;
  margin-bottom: 15px;
}

.right_top {
  background: transparent url(/upload/image/site/right_top.png) no-repeat scroll 0 0;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 30px;
  padding-top: 5px;
}

.right_bottom {
  background: #ffffff url(/upload/image/site/right_bottom.png) no-repeat scroll 0 100%;
  padding-bottom: 15px;
  width: 250px;
  margin-bottom: 15px;
}

/*******************************
 * Top Drop Down Menu
 *******************************/
#dd-menu {
position: absolute;
top: 40px;
margin-left: 350px;
font-family: Century Gothic, Verdana, Arial, Sans-Serif;
font-size: 18px;

}

#dd-menu  ul {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1em;
    list-style: none;
    z-index: 90;
}

#dd-menu  ul li {
    float: left;
    margin: -2px 3px 0 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    height: 22px;
    line-height: 13pt;
}

#dd-menu ul li a {
	/* if 7, these are 104px wide */
	/* if 6, these are 121.5px wide */
	/* add one for the seperator on the left */
	float: left;
	width: auto;
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	text-align: right;
}

#dd-menu  ul li.sep {
    padding: 0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#dd-menu  ul li a {
    float: none;
}

#dd-menu  ul li a:hover {
	color: #0082C3;
	text-shadow: 0 0 0.5em #AAAAAA;
	text-decoration: none;
}

/* End IE5-Mac hack */
#dd-menu  ul.level2, #dd-menu ul.level3 {
    position: absolute;
    top: 5px;
    left: 0px;
    visibility: hidden;
    border: #c7c7c7 1px solid;
    background-color: #ededed;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#dd-menu  ul.level2 li, #dd-menu ul.level3 li {
    float: none;
    margin: 0;
    padding: 0;
    width: 250px;
}

#dd-menu  ul.level2 li a, #dd-menu ul.level3 li a {
    padding: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    font-family: Century Gothic, Verdana, Arial, Sans-Serif;
    text-transform: lowercase;
    text-decoration: none;
}

#dd-menu  ul.level2 li a:hover,#dd-menu  ul.level3 li a:hover {
	color: #0082C3;
	text-align: left;
	text-decoration: none;
}











