@import url("/css-template/global.css?SID=d9af482bc299c37a6c153c27789f8220");



.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: #005825; 
}

h2 {
    font-size: 140%;
    font-weight: bold;
    color: #008751; 
}    

.searchResult {
    font-weight: bold;
}


.spawnrider-menu {
}
.spawnrider-menu ul {
    list-style-image : none;
    list-style-position : outside;
    list-style-type : none;
    margin : 0;
    padding : 0;
    font-size: 100%;
}
.spawnrider-menu ul li {
    cursor : pointer;
    margin : 2px 0;
    min-height : 32px;
    text-align : center;
    font-weight : bold;
    border : 1px solid #fcd116;
    background-color : #fcd116;
}
.spawnrider-menu ul ul {
    border : 1px solid #fcd116;
}
.spawnrider-menu ul ul li {
    text-align : center;
    background-color : #ffff67;
}
.spawnrider-menu a {
    color: black;
    text-decoration : none;
    display : block;
    border : 0 none;
    padding-top: 8px;
    padding-bottom: 8px;
}
.spawnrider-menu ul li:hover a.menu1 {
    background-color : #005825;
    color: #ffffff;
}
.spawnrider-menu ul ul li a:hover {
    background-color : #008751;
    color: #ffffff;
}

#dd-menu {
    width: 100%;
    background: #008751;
    border-bottom: 0px #D0DADB solid;
    padding-left: 10px;
    height: 30px;
}

#dd-menu  ul {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1em;
    list-style: none;
    z-index: 90;
    background: #008751;
}

#dd-menu  ul li {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1, 5em;
    list-style-type: none;
}

#dd-menu ul li a {
    float: left;
    display: block;
    width: auto;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0.9em 0.8em 0.5em 1em;
}

#dd-menu  ul li a:hover {
    color: #FCD116;
    text-decoration: none;
}

#dd-menu  ul li.sep {
    color: white;
    padding: 0.8em 0em 0.5em 0em;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#dd-menu  ul li a {
    float: none;
}

/* End IE5-Mac hack */
#dd-menu  ul.level2, #dd-menu ul.level3 {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #80D2D2;
}

#dd-menu  ul.level2 li, #dd-menu ul.level3 li {
    border-bottom: 1px solid #fff;
    float: none;
    margin: 0;
    padding: 0;
    width: 150px;
}

#dd-menu  ul.level2 li a, #dd-menu ul.level3 li a {
    padding: 5px 9px 5px 5px;
}

#dd-menu  ul.level2 li a:hover,#dd-menu  ul.level3 li a:hover {
    font-weight: normal;
    background-color: #FF8401;
    background-image: none;
}


