/*
*                  WorldofCrime.de
*                default  Stylesheet
*                   November 2005
*/

body,td,th,p,input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CAD0D4;
    color: #000000;
    text-align: left;
    margin: 0;
}

/* BODY fr Popups */
body#PopUp {
    margin: 20px 20px 20px 20px;
}

/* BODY fr IFrame's */
body#IFrame {
    background-color: #FFFFFF;
}

img {
    border: none;
}

hr {
    height: 0px;
    border: solid #D1D7DC 0px;
    border-top-width: 1px;
}

/**************************/
/* BOF: Link Formatierung */
/**************************/
a:link {
    color: #416288;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #416288;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
a:active {
    text-decoration: none;
    color: #416288;
}

a.link1:link,  a.link1:visited, a.link1:hover {
    color: #000;
    text-decoration: none;
    display: block;
}

a.link2:link,  a.link2:visited, a.link2:hover {
    color: #666;
    font-size: 10px;
    text-decoration: none;
    display: block;
}
/**************************/
/* EOF: Link Formatierung */
/**************************/


/* Textformatierungseigenschaft 1 */
.textproperty1 {
    font-weight: bold;
}

/* Textformatierungseigenschaft 2 */
.textproperty2 {
    text-align: center;
}

/* Textformatierungseigenschaft 3 */
.textproperty3 {
    text-align: center;
    color: #045887;
    font-weight: bold;
}

/* Textformatierungseigenschaft 4 */
.textproperty4 {
    text-align: center;
    color: #008000;
    font-weight: bold;
}

.textproperty5 {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

/* Hervorgehobener Text */
.highlight {
    color: #FF0000;
}

/* Noch mehr Hervorgehobener Text :D */
.highlight1 {
    color: #FF0000;
    font-weight: bold;
}

/* Gegenteil vom Hervorgehobenen Text ;) */
.brighter {
    color: #CCCCCC;
}

/* Gegenteil vom Hervorgehobenen Text 1 ;) */
.brighter1 {
    color: #666666;
}

.online {
    color: #73AAE6;
}

.ready {
    color: #00FF00;
}

.nobr {
    white-space: nowrap;
}

/* Seitenrahmen */
#PageWrapper {
    margin: 10px auto;
    padding: 0;
    border: 0;
    width: 950px;
}

/* Header */
#Header {
    background-image: url('images/header.gif');
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #484848;
    border-left: 0;
    border-right: 0;
    height: 140px;
    width: 950px;
    text-align: left;
}

/* WOC logo im Header (Ingame) */
#LogoSmall {
    background-image: url('images/logo_small.gif'); 
/*    background: url(/logo_xmas.gif) top left no-repeat;*/
    padding: 0;
    margin: 10px 0 0 8px;
    border: 0;
    width: 190px;
/*    height: 100px; */
    height: 91px;
    position: absolute;
}

/* WOC logo im Header (Login) */
#LogoBig {
    background-image: url('images/logo.gif');
    padding: 0;
    margin: 35px 0 0 15px;
    border: 0;
    width: 366px;
    height: 79px;
    position: absolute;
}

/* Banner im Header */
#BigBanner {
    padding: 0;
    margin: 25px 0 0 210px;
    border: 0;
    width: 728px;
    height: 90px;
    position: absolute;
}


/* Navigationleiste Oben */
#NaviBar {
    background-image: url('images/nav_bg.gif');
    padding: 0;
    margin: 0;
    border-top: 0;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
    border-bottom: 0;
    height: 31px;
    text-align: left;
}

/* Hauptnavigation Oben */
#NaviMain {
    margin: 0;
    padding: 5px 0 0 20px;
    text-align: left;
    font-weight: bold;
    float: left;
}

#NaviMain a:link, #NaviMain a:visited {
    margin: 0 10px 0 0;
    color: #000;
}

#NaviMain a:hover {
    margin: 0 10px 0 0;
    color: #416288;
}

/* User Online Anzeige */
#UserOnline {
    margin: 0;
    padding: 5px 20px 0 0;
    text-align: left;
    float: right;
}

/* Haupt Content Rahmen */
#MainContent {
    background-color: #FFFFFF;
    padding: 0 0 70px 0;
    /*padding: 0 0 0 0;*/
    margin: 0;
    border-top: 0;
    border-bottom: 1px solid #484848;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
    text-align: left;
    overflow: auto;
    width: 950px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 948px;
}

html>#mainContent {
    width: 948px;
} 

/* Stadt, User, Spion, TIPS */
#NavBox1 {
    float: left;
    position: relative;
    display: block;
    top: 0px;
    left: 10px;
    padding: 0;
    margin: 0;
    border: 0;
    width: 150px;
} 

/* Links, NEWS */
#NavBox2 {
    float: right;
    position: relative;
    display: block;
    top: 0px;
    right: 10px;
    padding: 0;
    margin: 0;
    width: 150px;
} 

/* Hauptcontent Ingame */
#CntBoxIngame {
    padding: 0;
    margin: auto;
    border: 0;
    background-color: #FFFFFF;
    width: 600px;
}

/* Hauptcontent Login */
#CntBoxLogin {
    padding: 0;
    margin: 0 20px 0 20px;
    border: 0;
    background-color: #FFFFFF;
}

/* Bannercommunity */
#BannerCommunity {
    position: relative;
    padding: 0;
    margin: 10px 0 10px 50px;
    border: 0;
    background-color: #FFFFFF;
    text-align: left;
}

/* �erschriften */
h1 {
    background-color: #D4D4D4;
    background-image: url('images/headline_bg.gif');
    background-repeat: repeat-x;
    padding: 3px;
    margin: 15px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    border: 1px solid #DEDEDE;
    text-align: left;
}

/* �erschrift im Hauptcontent */
#CntBoxIngame h1 {
    margin: 15px 0 15px 0;
    text-align: center;
    border: 1px solid #DEDEDE;
}

/* �erschrift im Hauptcontent */
#CntBoxLogin h1 {
    margin: 15px 0 15px 0;
    text-align: center;
    border: 1px solid #DEDEDE;
}

/* �erschriften mit Bild (Spionage Box) */
h1.pic_headline {
    padding: 0 0 0 3px;
}

/********************/
/* BOF: Spion Liste */
/********************/

ul.SpylistOnline {
    display: block;
    list-style-position: inside;
    list-style-image:url('images/icons/icon-online.gif');
    padding: 3px;    
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    width: 150px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 142px;
}

html>ul.SpylistOnline {
    width: 142px;
}

ul.SpylistOffline {
    display: block;
    list-style-position: inside;
    list-style-image:url('images/icons/icon-offline.gif');
    padding: 3px;    
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    width: 150px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 142px;
}

html>ul.SpylistOffline {
    width: 142px;
}

/********************/
/* EOF: Spion Liste */
/********************/


/***************************************/
/* BOF: Navigation fr die "Links" Box */
/***************************************/

#NavBox2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

/*
#NavBox2 ul + ul {
    margin-top: 1px;
    border-top: 1px solid #6785A8;
}
*/

#NavBox2 ul li a:link, #NavBox2 ul li a:visited {
    /*background-image: url('images/nav_bg_right.gif');*/
    /*background-repeat: no-repeat;*/
    /*border-bottom: 1px solid #6785A8;*/
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 4px 2px 2px 3px;
    background-color: #FFF;
    color: #416288;
    width: 148px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 143px;
    height: 16px;
    /*font-weight: bold;*/
}

html>#NavBox2 ul li a:link {
    width: 143px;
}

html>#NavBox2 ul li a:visited {
    width: 143px;
}

#NavBox2 ul li a:hover {
    /*background-image: url('images/nav_bg_right.gif');*/
    /*background-repeat: no-repeat;*/
    /*border-bottom: 1px solid #6785A8;*/
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 5px 1px 1px 4px;
    background-color: #F6F6F6;
    color: #416288;
    width: 148px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 143px;
    height: 16px;
    /*font-weight: bold;*/
}

html>#NavBox2 ul li a:hover {
    width: 143px;
}

ul#List1 {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

ul#List1 li {
    border-bottom: 1px solid #DEDEDE;
}

ul#List1 li a:link, ul#List1 li a:visited {
    display: block;
    text-decoration: none;
    padding: 3px 2px 1px 3px;
    background-color: #FFF;
    color: #F00;
    font-weight: bold;
    width: 148px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 143px;
}

html>ul#List1 li a:link {
    width: 143px;
}

html>ul#List1 li a:visited {
    width: 143px;
}

ul#List1 li a:hover {
    display: block;
    text-decoration: none;
    padding: 4px 1px 0px 4px;
    background-color: #F6F6F6;
    color: #F00;
    font-weight: bold;
    width: 148px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 143px;
}

ul#List1 li a:hover {
    width: 143px;
}


/***************************************/
/* EOF: Navigation fr die "Links" Box */
/***************************************/


/************************************************/
/* BOF: Inhaltformatierung der Navigationsboxen */
/************************************************/
.NavBoxCnt1 {
    padding: 3px;
    margin: 0;
    color: #000000;
    background-color: #FFFFFF;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    text-align: left;
    width: 150px;  /* box model hack */ 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 142px;
}

html>.NavBoxCnt1 {
    width: 142px;
}

.NavBoxCnt2 {
    padding: 3px 3px 3px 3px;
    margin: 0;
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: left;
}

.NavBoxCnt3 {
    padding: 3px 3px 0 3px;
    margin: 0;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: left;
}

.NavBoxCnt4 {
    padding: 3px 3px 0 3px;
    margin: 0;
    color: #FF0000;
    background-color: #FFFFFF;
    font-weight: bold;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: left;
}


hr.BoxLine {
    height: 1px;
    border: 0px;
    background-color: #D1D7DC;
    padding: 0;
    margin: 3px 0 3px 0;
}

.tips_headline {
    padding: 3px 3px 0 3px;
    margin: 0;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: left;
}


.tips_text {
    padding: 3px 3px 3px 3px;
    margin: 0;
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: left;
}


.tips_text2 {
    padding: 3px 3px 0px 3px;
    margin: 0;
    color: #000000;
    background-color: #FFFFFF;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: left;
}

.tips_url {
    font-size: 9px;
    padding: 3px 3px 3px 3px;
    margin: 0;
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: left;
}

/************************************************/
/* EOF: Inhaltformatierung der Navigationsboxen */
/************************************************/


/* Mail Bild (neue Mail) */
p.Mailbox {
    background-image: url('images/icons/mail_standard.gif');
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: center;
    height: 50px;
    display: block;
    cursor: pointer; /* fr IE */
}

/* Mail Bild (keine neuen Mail) */
p.MailboxTrans {
    background-image: url('images/icons/mail_standard_trans.gif');
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: center;
    height: 50px;
    display: block;
    cursor: pointer; /* fr IE */
}

.notify {
    padding: 3px;
    margin: 15px 0 15px 0;
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
    background-color: #F6F6F6;
    border: 1px solid #DEDEDE;
    text-align: center;
}

.notify a:link, .notify a:visited, .notify a:hover {
    color: #CC0000;
}

table .notify {
    margin: 0;
    border: 0;
}


/* Footer ( Copyright, Creationtime ) */
#Footer1 {
    clear: both;
    background-image: url('images/nav_bg.gif');
    padding: 0;
    margin: 0;
    border-top: 0;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
    border-bottom: 0;
    height: 31px;
    text-align: left;
}

/* Footer Ende */
#Footer2 {
    vertical-align: bottom;
    background-image: url('images/border_bottom.gif');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 0;
    height: 18px;
    width: 950px;
}

/* Rahmenbild im Footer unten Links */
#CornerBottomLeft {
    background-image: url('images/corner_lowerleft.gif');
    padding: 0;
    margin: 0;
    width: 18px; 
    height: 18px;
    float: left;
}

/* Rahmenbild im Footer unten Rechts */
#CornerBottomRight {
    background-image: url('images/corner_lowerright.gif');
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    float: right;
}

/* Copyright im Footer */
#Copyright {
    position: relative;
    padding: 5px;
    text-align: center;
    z-index: 1;
}

/* Admin-Login im Footer */
#AdminLogin {
    position: relative;
    width: 60px;
    margin: 0;
    padding: 5px;
    float: left;
    z-index: 5;
}

/* Creationtime  im Footer */
#CreationTime {
    position: relative;
    width: 65px;
    padding: 5px;
    float: right;
    text-align: right;
    z-index: 2;
}

/*******************************/
/* BOF: Fahndungsfaktor Balken */
/*******************************/
.StatusLinks {
    width: 4px;
    height: 10px;
    margin: 0;
    padding: 0;
    display: inline;
}

.StatusRechts {
    width: 4px;
    height: 10px;
    margin: 0;
    padding: 0;
    display: inline;
}

.StatusMitteEmpty {
    background-image: url('images/status2/status_mitte_empty.gif');
    background-repeat: repeat-x;
    height: 10px;
    margin: 0;
    padding: 0;
    display: inline;
}

.StatusMitteFull {
    background-image: url('images/status2/status_mitte_full.gif');
    background-repeat: repeat-x;
    height: 10px;
    margin: 0;
    padding: 0;
    display: inline;
}
/*******************************/
/* EOF: Fahndungsfaktor Balken */
/*******************************/

input.search {
    border: 1px solid #EEEEEE;
    vertical-align:middle
}


/* Gang-Seite Navigation */
td.gangnav {
    background-color: #EEEEFF;
}

/* Gang-Seite Navigation - Aktiv */
td.gangnav_current {
    background-color: #DDDDFF;
}

/* tr Hover (bei Mail Inbox) */
tr.hover{
    background-color: #FFFFFF;
}

tr.hover:hover{
    background-color: #EEEEFF;
}


.formular { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #387070; 
    text-decoration: none; 
    background-color: #EFEFEF; 
    border-style: outset; border-top-width: 0px; 
    border-right-width: 1px; 
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.formular2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000;
    background-color: #ffffff; 
    border: none;
    width: 99%;
}

.formular3 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    color: #000000; 
    text-decoration: none; 
    background-color: #ffffff;
    border: none;
    width: 100%;
    
}

.login_form { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; 
    text-decoration: none; 
    background-color: #ffffff;
    border: 1px #B4BEB4 solid;
}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #387070;
    text-decoration: none;
    background-color: #FFFFFF;
    border-style: outset;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.button2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #EFEFEF;
    text-decoration: none;
    background-color: #E46460;
    border-style: outset;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.border1 {
    padding: 10px 0px 10px 0px;
    border: #DEDEDE 1px solid;
}

.outerborder {
    background-color: #DEDEDE;
}

.outerborder3 {
    background-color: #FF99CC;
}

.outerborder2 {
    background-color: #BBBBBB;
}

.headline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.list {
    border: #9999ff 1px dotted;
}

.infobox {
    border: #9999ff 1px dotted;
    background-color: #ffffff;
}

.blockLink {
    display: block;
}

.tr_cycle1 {
    background: #F6F6F6;
}
.tr_cycle2 {
    background: #ffffff;
}

.info { 
    font-size: 8px; 
    font-style: italic;
    color: #666666;
}

.forum_name {
    font-size: 14px;
    font-weight: bolder;
    color: #555555;
}

.forum_desc {
    font-size: 10px;
    font-weight: normal;
    color: #888888;
}

.forum_headline {
    font-size: 22px;
    font-weight: bolder;
    color: #555555;
}

.quote {
    border: 1px #dddddd dotted;
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #efefef;
}
.quote_owner {
    border: none;
    margin-left: 20px;
    padding: 10px 10px 5px 0px;
    background-color: transparent;
}

span.info{
  position: relative; /*this is the key*/
  background-color:#ffffff;
  color:#000000;
  cursor:help;
  text-decoration:none;
}
span.info:hover { background-color: #ffffff; }
span.info span.tooltip { display: none; }
span.info:hover span.tooltip { /*the span will display just on :hover state*/
  display:block;
  position:absolute;
  top:2em; left:2em; width:15em;
  border:1px solid #333333;
  background-color:#eeeeee;
  color:#000000;
  font-size:10px;
  text-align:center;
}

.neu { 
    font-size: 10px; 
    color: #B6B4B2;
    text-decoration: none; 
}

.survey { 
    font-size: 10px; 
    color: #8B8B8B;
    text-decoration: none; 
}

ul.rule {
    list-style-image: url('/img/arrow.gif');
}

ul.links234{
    float: left;
    width: 300px;
    list-style: disc;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-decoration: none;
    display: inline;
}
ul.links234 li {
    white-space: nowrap;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 0 40px;
    padding: 0 0 0 0;
    line-height: 21px;
    text-decoration: none;
}

ul.links235{
    list-style: disc;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-decoration: none;
    display: inline;
}
ul.links235 li {
    white-space: nowrap;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 0 40px;
    padding: 0 0 0 0;
    line-height: 21px;
    text-decoration: none;
}

#paymentLayerPopup {
  position: absolute;
  top: 230px;
  left: 260px;
  background: #CAD0D4;
  z-Index: 10000;
  width: 390px;
}

#paymentLayerPopup iframe {
  background: transparent;
}

#paymentLayerPopup iframe body {
  background: transparent;
}

#paymentLayerPopup h1 {
  color: #FFF;
  background: url('images/buttons/red_button.gif') repeat-x left top;
  font-size: 12px;
  text-align: left;
  margin: 0;
  padding: 3px 10px 3px 10px;
  height: 14px;
}

#paymentLayerPopup a:link, #paymentLayerPopup a:visited, #paymentLayerPopup a:hover {
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
}


#paymentContainer {
	height: 450px;
}

.Product {
	position: relative;
	float: left;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	margin: 0 10px 10px 0;
	padding-bottom: 10px;
	text-align: center;
	width: 188px;
}

.Product .Title {
	font-weight: bold;
}
