/*######################################
  Global Styles, to norm all elements
######################################*/

/*---------------------------------------------
Set margin padding and font stuff for every element,
then it should not be required to set them again.
---------------------------------------------*/
html,body,table,td,div,form,button,select,input,textarea,h1,h2,h3,h4,h5,h6,a,p,cite,quote,u,i {
  margin: 0px;
  padding: 0px;
  font-family: Verdana,Tahoma,Geneva,Arial,Helvetica,Sans-serif;
  font-size: 10px;
  line-height: 120%;
}

/*---------------------------------------------
Set body attributes color and background
---------------------------------------------*/
html,body {
  color: #333;
  background: #2a2a2a;
}
/*---------------------------------------------
Set as blockelements
---------------------------------------------*/
h1,h2,h3,h4,h5,h6,hr,p,div,form {
  display: block;
}

/*---------------------------------------------
Set vertical align to top, this helps if the
text flys in the middle of a table (td).
---------------------------------------------*/
td {
  vertical-align: top;
}

/*---------------------------------------------
Set font bold inside of this elements.
---------------------------------------------*/
strong, caption, optgroup, .strong {
  font-weight: bold;
  font-style: normal;
}

/*---------------------------------------------
Set no border for tables and images, the images
border comes if you link any image <a href=""><img></a>
and this sheet does make the border invisible
---------------------------------------------*/
img,table {
  border: 0px none;
}

/*---------------------------------------------
Set a cursor for the label-TAG
---------------------------------------------*/
label {
  cursor: pointer;
}

/*---------------------------------------------
Set global style of the horizontal line
---------------------------------------------*/
hr {
	color : #c3c3c3;
	height : 1px;
	padding : 0;
	border-color : #444;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 3px 0 6px 0;
}

*+html hr { margin: 0 }
* html hr { margin: 0 }

/*---------------------------------------------
Set a square as in front of an unordered list
---------------------------------------------*/
ul li {
	list-style: square;
}

/*---------------------------------------------
Set general link style
---------------------------------------------*/
a:link,a:visited,a:hover,a:active {
  color: #fff; font-weight: bold;
  text-decoration: none;
}
a:hover {
  color:#E82529;
}

a:focus { outline: 0 none }

/*####################################
  DZCP STYLES
####################################*/

/*---------------------------------------------
Set attributes for the main-table
---------------------------------------------*/
table.maintable {
  background: url(../images/bg_content.jpg) repeat-y;
  margin: auto; width: 1005px;
}

/*---------------------------------------------
Set attributes for the content-table
---------------------------------------------*/
table.content {
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

/*---------------------------------------------
persInfobox above the Header
-----------------------------------------------
menu/pers.infos.html
---------------------------------------------*/
table.persInfo {
  background-color: #FFF;
  border-bottom: 1px solid #000;
  margin: 0px;
  width: 100%;
  text-align: center;
}

table.subPersInfos {
  text-align: center;
}

span.fontBoldPersInfos {
  font-weight: bold;
}

table.persInfo td, table.persInfo span {
  color: #000;
}
/*---------------------------------------------
Header attributes
-----------------------------------------------
index.html
---------------------------------------------*/
td.pagetitle {
  height: 149px;
  text-align: left;
  vertical-align: bottom;
}

td.pagetitleContent {
  width: 710px;
  height: 150px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
/*---------------------------------------------
Attributes of the Welcomebar
-----------------------------------------------
index.html
---------------------------------------------*/
td.welcomebar {
  text-align: left;
}

span.welcomebar {
  color: #FFF;
}

/*---------------------------------------------
Attributes of the main-content (shouldnt be edited)
-----------------------------------------------
index.html
---------------------------------------------*/
table.mainContent {
  width: 100%; background: #2a2a2a;
  padding: 0px;
  margin: 0px; margin-top: 0px;
  text-align: left;
}

table.navContent {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

table.hperc {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

/*---------------------------------------------
Attributes of the navigations loginbox
-----------------------------------------------
menu/login.html
---------------------------------------------*/
td.loginLeft, td.loginRight {
  width: 29px;
}
td.loginRight {
  width: 5px;
}
input.loginName_dis,input.loginName_en {
  color: #afacac;
  border: none;
  background:transparent url(../images/layout/login-username.png) no-repeat;
  padding: 4px 8px 3px 26px;
  text-align: right;
  width: 146px;
  margin-left:14px;
  text-shadow: 1px 1px #222222;
}

input.loginPwd_dis,input.loginPwd_en {
  color: #afacac;
  border: none;
  background:transparent url(../images/layout/login-password.png) no-repeat;
  padding: 4px 8px 3px 26px;
  text-align: right;
  width: 160px;
  text-shadow: 1px 1px #222222;
  margin-top:2px;
}

input.loginSubmit {
  background-color: #444;
  height:1px; width:1px;
  position:absolute;
  border: none;
  padding:none;
}

input.loginSignUp {
  padding: 2px 6px 3px;
  background-color: #FFF;
  background-image: url(../images/layout/004.png);
  border: none;
  color: #fff;
  cursor: pointer;
}

input.loginLostPass {
  padding: 2px 6px 3px;
  background-color: #FFF;
  background-image: url(../images/layout/004.png);
  border: none;
  color: #fff;
  cursor: pointer;
}

/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/vote.html
menu/vote_results.html
menu/vote_vote.html
---------------------------------------------*/
td.navVoteButton {
  text-align: center;
}

input.voteSubmit {
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  background-image: url(../images/submit.jpg);
  border: 1px solid #5F5F5F;
  color: #000;
  cursor: pointer;
}
input.voteSubmit:hover {
  background-image: url(../images/submit_hover.jpg);
}
/*IE Hack*/
*+html input.voteSubmit { overflow: visible; }
* html input.voteSubmit { overflow: visible; }
/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/shout.html
menu/shout_add.html
menu/shout_form.html
---------------------------------------------*/
td.navShoutContentFirst {

}

td.navShoutContentSecond {

}

/*---------------------------------------------
Disabled input field (not clicked)
---------------------------------------------*/
input.shoutEmail_dis,input.shoutNick_dis,textarea.shoutTextfield_dis,
input.shoutEmail_en,input.shoutNick_en,textarea.shoutTextfield_en {
  border: 1px solid #333;
  background-color: #222;
  color: #c3c3c3; padding: 1px;
  width: 148px;
}
/*---------------------------------------------
Enabled input fields (clicked)
---------------------------------------------*/
input.shoutEmail_en,input.shoutNick_en,textarea.shoutTextfield_en {
  border: 1px solid #333;
}
/*---------------------------------------------
Shoutbox-textfield
---------------------------------------------*/
textarea.shoutTextfield_dis,textarea.shoutTextfield_en {
  overflow: Auto;
  height: 80px;
}

/*---------------------------------------------
Shoutbox submit button
---------------------------------------------*/
input.shoutSubmit {
    background-color: #2A2A2A;
    border: 1px solid #444444;
    box-shadow: 0 0 1px #111111;
    color: #CECECE;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
    padding: 1px 10px;
    text-shadow: 1px 1px #111111;
}
input.shoutSubmit:hover {
}
/*IE Hack*/
*+html input.shoutSubmit { overflow: visible; }
* html input.shoutSubmit { overflow: visible; }
/*---------------------------------------------
Shoutbox submit button
---------------------------------------------*/
input.shoutLength {
  width: 26px;
  height: 13px;
  border: 0px;
  background-color: transparent;
  text-align: center;
}

/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/server.html
server/server_show.html
---------------------------------------------*/
img.navServerPic,img.ServerPic {
  width: 155px;
}
img.navServerPic {
  width: 50px;
  height:55px;
}

/*---------------------------------------------
Attributes of all navigation boxes
-----------------------------------------------
menu/nav_[box].html
---------------------------------------------*/
table.tableNav {
  width: 100%;
}

td.navMainLeft,td.navClanLeft,td.navServerLeft,td.navMiscLeft {
  width: 2px;
}

td.navMainRight,td.navClanRight,td.navServerRight,td.navMiscRight {
  width: 2px;
}

td.navMainContent,td.navClanContent,td.navServerContent,td.navMiscContent {
  text-align: left;
}

td.navUserLeft,td.navMemberLeft,td.navTrialLeft,td.navAdminLeft {
  width: 5px;
}

td.navUserRight,td.navMemeberRight,td.navTrialRight,td.navAdminRight {
  width: 0px;
}

td.navUserContent,td.navMemberContent,td.navTrialContent,td.navAdminContent {
  text-align: left;
}

td.navUotmContent,td.navPartnerContent,td.navSponsorsContent {
  text-align: center;
  padding: 2px 0;
}
td.navPartnerContent,td.navSponsorsContent {
  text-align: center;
  padding: 0px 0;
}
img.uotm {
  width: 130px;
  height: 161px;
}

td.navLregLeft,td.navTopdlLeft,td.navTeamspeakLeft {
  width: 5px;
}

td.navLregContent,td.navTopdlContent,td.navTmpswitchContent,td.navPagerankContent,td.navTeamspeakContent {
  text-align: left;
}

div.navGameServer,
div#navTeamspeakContent {
  position: relative;
  width: 154px;
  overflow: auto;
  overflow-x: hidden; overflow-y: hidden;
}
div#navTeamspeakContent tbody {
  font-size:9px;
}
div#navTeamspeakContent td {
  font-size:9px;
}
div#navTeamspeakContent a {
  font-size:9px;
}
div.navGameServer { width: 160px }

td.navTeamspeakRight {
  width: 11px;
}

td.navTopdlRight {
  width: 11px;
}

td.navTopdlHits {
  text-align: right; vertical-align: middle;
}

td.navTmpswitchLeft {
  width: 13px;
}

td.navNextCwDate {
  color: #FFF;
  vertical-align: middle;
}

td.navLastNewsLeft,td.navFtopicsLeft,td.navLastCwLeft,td.navNextCwLeft,td.navLastArtikelLeft,td.navKalLeft,td.navVoteLeft,td.navShoutLeft,td.navServerStatsLeft,td.navEventsLeft,td.navTeamLeft,td.topMatchLeft {
  width: 2px;
}

td.navLastNewsContent,td.navFtopicsContent,td.navLastCwContent,td.navNextCwContent,td.navLastArtikelContent,td.navServerStatsContent,td.navEventsContent {
  text-align: left;
  vertical-align: middle;
}

td.navLastNewsRight,td.navFtopicsRight,td.navLastCwRight,td.navNextCwRight,td.navLastArtikelRight,td.navKalRight,td.navVoteRight,td.navShoutRight,td.navServerStatsRight,td.navEventsRight,td.navTeamRight,td.topMatchRight {
  width: 2px;
}

td.navLastCwLeft,td.navNextCwLeft,td.navLastCwRight,td.navNextCwRight {
  width: 5px;
}

td.navServerStatsContent {
  text-align: center;
}
td.navServerStatsSpace {
  height: 5px;
}

td.navKalHead,td.navKalHeadDays,td.navKalDays,td.navKalToday,td.navKalEmpty,td.teamHead {
  text-align: center;
}

td.navKalHead span, td.navKalHead a {
  font-size: 11px;
}

td.navKalToday {
  border: 1px solid #000;
}

/*---------------------------------------------
Attributes of the counter-box
-----------------------------------------------
menu/counter.html
---------------------------------------------*/

td.counterLeft,td.counterRight {
  width: 3px;
}

td.counterContentHead {
  text-align: left;
}

td.counterContentLeft {
  text-align: left;
  width: 69px;
}

td.counterContentRight {
  text-align: right;
}

td.counterSpace {
  height:5px;
}
/*---------------------------------------------
Global styles of the content
---------------------------------------------*/
td.contentHead,td.contentMainTop,td.contentMainFirst,td.contentMainSecond,td.contentBottom,td.contentBottomLeft {
  height: 30px;
  padding: 6px;
  vertical-align: middle;
}

td.contentHead,td.infoTop {
  background-color: #333;
  text-align: center;
  color:#fff;
  text-shadow:1px 1px #111;
}

td.contentMainTop,tr.contentMainTop {
    background-color: #2A2A2A;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    vertical-align: top;
}

td.contentMainFirst,
div#infoInnerLayer,
td.commentsRight,
td.error,td.calDay,td.calToday,
.adminBarInner,.adminBarInnerOver,.adminMenuOuter,.adminMenuOuterOver,
.adminBarOuter,.adminBarOuterOver,.adminMenuInner,.adminMenuInnerOver {
  background-color: #2a2a2a;
}

td.contentMainFirst {
  background-color: #2a2a2a;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #444444;
}


td.contentMainSecond,
td.commentsLeft,
.adminMenuInnerOver,.adminMenuOuterOver {
  background-color: #333;
}
td.navShoutContentFirst,
td.navShoutContentSecond {
  background-color:none;
  text-align:justify;
}

td.calDay,td.calToday {
  background-color: #333;
}


td.contentMainSecond {
  background-color: #333;
}

td.commentsLeft {
  background-color: #333;
  border-right: 1px solid #444444;
}
td.commentsRight {
  background-color: #222;
}
td.contentBottom,td.contentBottomLeft {
  background-color: #333;
  text-align: center;
  font-weight: bold;
}

td.contentBottomLeft {
  text-align: left;
}

/*---------------------------------------------
Attributes of the Newsarea
-----------------------------------------------
news/news_show.html
news/comments_show.html
news/archiv.html
news/archiv_show.html
---------------------------------------------*/
/*
  Newsbox
*/
td.newsContent {
  padding:0 11px 3px;
  text-shadow:1px 1px #111;
}
td.newsContent p {
  text-align:justify;
}

td.archiveStats {
  text-align: center;
  background-color: #333;
  color: #000;
  border: 1px solid #444;
  padding: 2px;
}
/*---------------------------------------------
Attributes of all Comments/GB-Entrys/Boardentrys
-----------------------------------------------
news/comments_show.html
artikel/comments_show.html
forum/forum_posts.html
forum/forum_posts_show.html
---------------------------------------------*/
td.commentsLeft {
  width: 25%;
  height: 128px;
  padding: 2px;
}

td.commentsRight {
  vertical-align: top;
  padding:7px;
  text-shadow:1px 1px #111;
}

/*---------------------------------------------
Attributes of the calendar
-----------------------------------------------
kalender/day.html
---------------------------------------------*/
td.calDay,td.calToday {
  text-align: left;
  vertical-align: top;
  width: 14%;
  height: 70px;
}

td.calToday {
  border: 1px solid #444;
}

/*---------------------------------------------
Attributes of the squads
-----------------------------------------------
squads/squads_show.html
squads/squads_member.html
clanwars/stats.html
clanwars/squads_show.html
awards/squads_show.html
awards/squads_show_all.html
awards/stats.html.html
server/server_show.html
---------------------------------------------*/
table.highlightSquads,table.highlightStats,table.highlightAwards,table.highlightServer {
  width: 100%;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 4px;
}

table.highlightServer {
  padding: 0px;
}

table.highlightSquads {
  border: 0px;
}

table.highlightAwards {
  padding: 0px;
}

img.squadMember {
  width: 100%;
  height: 1px;
  background-color: #333;
}
/*---------------------------------------------
Attributes of several links
-----------------------------------------------
menu/*.html
---------------------------------------------*/

a.navUser:link,a.navUser:visited,
a.navTrial:link,a.navTrial:visited,
a.navMember:link,a.navMember:visited,
a.navAdmin:link,a.navAdmin:visited,
a.navLastNews:link,a.navLastNews:visited,
a.navFtopics:link,a.navFtopics:visited,
a.navTopdl:link,a.navTopdl:visited,
a.navLastReg:link,a.navLastReg:visited,
a.navLastArtikel:link,a.navLastArtikel:visited,
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited,
a.navKal:link,a.navKal:visited,
a.navVote:link,a.navVote:visited,
a.navCounter:link,a.navCounter:visited,
a.navShout:link,a.navShout:visited,
a.navTeam:link,a.navTeam:visited,
a.navServerStats:link,a.navServerStats:visited,
a.navTeamspeak:link,a.navTeamspeak:visited {
  font-weight: normal;
  color: #FFF;
}

a.navUser:hover,a.navUser:active,
a.navTrial:hover,a.navTrial:active,
a.navMember:hover,a.navMember:active,
a.navAdmin:hover,a.navAdmin:active,
a.navLastNews:hover,a.navLastNews:active,
a.navFtopics:hover,a.navFtopics:active,
a.navTopdl:hover,a.navTopdl:active,
a.navLastCw:hover,a.navLastCw:active,
a.navNextCw:hover,a.navNextCw:active,
a.navLastArtikel:hover,a.navLastArtikel:active,
a.navLastReg:hover,a.navLastReg:active,
a.navKal:hover,a.navKal:active,
a.navVote:hover,a.navVote:active,
a.navCounter:hover,a.navCounter:active,
a.navShout:hover,a.navShout:active,
a.navTeam:hover,a.navTeam:active,
a.navServerStats:hover,a.navServerStats:active,
a.navTeamspeak:hover,a.navTeamspeak:active {
  color: #fff;
}

a.navTopdl:link,a.navTopdl:visited,
a.navLastArtikel:link,a.navLastArtikel:visited {
  display: block; padding: 1px 2px;
}
a.navLastReg:link,a.navLastReg:visited,
a.navLastArtikel:link,a.navLastArtikel:visited,
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited,
a.navLastNews:link,a.navLastNews:visited,
a.navFtopics:link,a.navFtopics:visited {
  padding: 14px 10px 11px 15px;
  display: block;
}
a.navLastArtikel:link,a.navLastArtikel:visited,
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited {
}

a.navShout:link,a.navShout:visited { font-weight: bold }

a.navCounter:link,a.navCounter:visited,
a.navKal:link,a.navKal:visited {
  color: #ff0000;
  font-weight: bold;
}

/* Navigation */
a.navMain:link,a.navMain:visited,
a.navClan:link,a.navClan:visited,
a.navServer:link,a.navServer:visited,
a.navMisc:link,a.navMisc:visited {
  font-weight: normal;
  color: #CDCDCD;
  padding: 4px 2px 2px 10px;
  display: block;
  width: 146px; height: 18px;
  text-shadow:1px 1px #111;
}
a.navMain:hover,a.navMain:active,
a.navClan:hover,a.navClan:active,
a.navServer:hover,a.navServer:active,
a.navMisc:hover,a.navMisc:active {
  text-decoration:underline;
  color: #fff;
}

/*
  Welcomelink
*/
.welcome:link,.welcome:visited,.welcome:hover,.welcome:active {
  color: #FFF;
  font-weight: bold;
}
.welcome:hover,.welcome:active {
  color: #ff0000;
}
.navLostPwd:link,.navLostPwd:visited {
  margin-right:10px;
  text-shadow:1px 1px #222;
  color:#cdcdcd;
  font-weight:normal;
}
.navLostPwd:hover,.navLostPwd:active {
  margin-right:10px;
  text-shadow:1px 1px #222;
  color:#fff;
  font-weight:normal;
}
/*---------------------------------------------
Attributes of various font-styles
---------------------------------------------*/
span.fontText {
  font-weight: normal;
}

span.fontBold {
  font-weight: bold;
}

span.fontItalic {
  font-style: italic;
}

span.fontUnder {
  text-decoration: underline;
}

span.fontBoldUnder {
  font-weight: bold;
  text-decoration: underline;
}

span.fontItalicUnder {
  font-style: italic;
  text-decoration: underline;
}

span.fontError,span.fontWichtig,span.fontMarked,span.fontRed {
  font-weight: bold;
  color: #E82529;
  text-shadow:1px 1px #111;
}

span.fontGreen {
  font-weight: bold;
  color: #17D427;
}

/*
  Navigation ( << 1 2 3 >> )
*/

span.fontSites {
  font-weight: bold;
  color: #EE0000;
}

span.fontSitesMisc {
  color: #000;
}

.sites:link,.sites:visited,.sites:hover,.sites:active {
  font-size: 10px;
  text-decoration: none;
}

.sites:hover,.sites:active {
  text-decoration: none;
}

/*
  Clanwarresults
*/
span.navCwWon,span.navCwDraw,span.navCwLost,span.CwWon,span.CwDraw,span.CwLost {
  font-weight: bold;
}

span.navCwWon,span.CwWon {
  color: #17D427;
}

span.navCwDraw,span.CwDraw {
  color: #DBD004;
}

span.navCwLost,span.CwLost {
  color: #e50000;
}

/*---------------------------------------------
Attributes of the errortable
-----------------------------------------------
errors/errortable.html
---------------------------------------------*/
td.error {
  text-align: center;
  padding: 3px;
}

/*---------------------------------------------
Style of the preloader
---------------------------------------------*/
div#preload {
  background-color: #FFF;
  border: 1px solid #000;
}

/*---------------------------------------------
Style of the higlighted boxes (Vote,Profil, etc)
---------------------------------------------*/
td.highlight {
  text-align: left;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
/*---------------------------------------------
Style of the statisitc beam (votes, CWs)
---------------------------------------------*/
td.statsBalken {
  border: 1px solid #000;
  background-image: url('../../../images/vote_bg.gif');
}
/*---------------------------------------------
Attributes of various formulars
---------------------------------------------*/
/*****************************
*****************************/
/*---------------------------------------------
Templateswitcher dropdown
-----------------------------------------------
menu/tmp_switch.html
---------------------------------------------*/
select.tempswitch {
  width: 120px;
  color: #cecece;
  font-size: 97%;
  background-color: #333;
  border: 1px #444 solid;
}
/*---------------------------------------------
Dropdownmenus
---------------------------------------------*/
select.dropdown {
  color: #cecece;
  font-size: 97%;
  background-color: #333;
  border: 1px #444 solid;
}
/*---------------------------------------------
Dropdownmenus -> Categories
---------------------------------------------*/
option.dropdownKat {
  color: #000;
  font-size: 97%;
  font-weight: bold;
  background-color: #dbdbdb;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
/*---------------------------------------------
Enabled/disabled input fields (not clicked)
---------------------------------------------*/
input.inputField_dis,input.inputField_dis_small,input.inputField_dis_mid,input.inputFieldFsearch_dis,input.inputFieldKal_dis,textarea.inputFieldKalDesc_dis,textarea.inputField_dis,input.inputField_dis_profil,textarea.inputField_dis_nletter,input.inputField_en,input.inputField_en_mid,input.inputField_en_small,input.inputFieldFsearch_en,input.inputFieldKal_en,textarea.inputFieldKalDesc_en,textarea.inputField_en,input.inputField_en_profil,textarea.inputField_en_nletter,textarea.inputField_dis_profil,textarea.inputField_en_profil {
  border: 1px solid #333;
  background-color: #222;
  color: #cecece;
  padding:3px;
  width: 250px;}
input.inputField_en,input.inputField_en_mid,input.inputField_en_small,input.inputFieldFsearch_en,input.inputFieldKal_en,textarea.inputFieldKalDesc_en,textarea.inputField_en,input.inputField_en_profil,textarea.inputField_en_nletter,textarea.inputField_en_profil {
  border: 1px solid #444;
  background-color: #333;
}
/*---------------------------------------------
Several input fields
---------------------------------------------*/
/*
  Small inputfields
*/
input.inputField_dis_small,input.inputField_en_small {
  width: 22px;
  text-align: center;
}
/*
  Middle sized inputfields
*/
input.inputField_dis_mid,input.inputField_en_mid {
  width: 68px;
}
/*
  Board Search
*/
input.inputFieldFsearch_dis,input.inputFieldFsearch_en {
  width: 180px;
}
/*
  Calendar admin
*/
input.inputFieldKal_dis,input.inputFieldKal_en {
  width: 240px;
}

textarea.inputFieldKalDesc_dis,textarea.inputFieldKalDesc_en {
  overflow: Auto;
  width: 240px;
  height: 100px;
}
/*
  Edit profile fields
*/
input.inputField_dis_profil,input.inputField_en_profil,
textarea.inputField_dis_profil,textarea.inputField_en_profil {
  width: 200px;
}
/*
  Gallery Admin
*/
textarea.inputField_dis,textarea.inputField_en {
  overflow: Auto;
  height: 100px;
}

/*
  Newsletter textarea
*/
textarea.inputField_dis_nletter,textarea.inputField_en_nletter {
  width: 90%;
  height: 200px;
  overflow: Auto;
}
/*---------------------------------------------
Atrributes of (submit)buttons
---------------------------------------------*/
input.submit {
    background-color: #2A2A2A;
    border: 1px solid #444444;
    box-shadow: 0 0 1px #111111;
    color: #CECECE;
    cursor: pointer;
    font-weight: normal;
    margin: 7px 0 0;
    padding: 1px 10px;
    text-shadow: 1px 1px #111111;
}
input.submit:hover {}
/*IE Hack*/
*+html input.submit { overflow: visible; }
* html input.submit { overflow: visible; }
/*####################################
  These sheets shouldn`t be edited
####################################*/
input.checkbox,input#loginCheckbox {
  border:0px;
  cursor: pointer;
}

.emph,.msg {
  background-color: #333;
  color: #c3c3c3;
  border: 1px solid #444;
  padding: 2px; z-index: 9999999;
}

.msg * { color: #c3c3c3 }
.msg a:link, .msg a:visited { color: #c3c3c3 }

td.middle,div.middle {
  vertical-align: middle;
  text-align: center;
}


/*####################################
  DZCP 1.4 Styles
####################################*/
/*---------------------------------------------
  WYSIWYG-Editor
---------------------------------------------*/
textarea.editorStyle,
textarea.editorStyleWord,
textarea.editorStyleMini,
textarea.editorStyleNewsletter {
  overflow: auto;
  width: 510px;
  height: 200px;
}
textarea.editorStyleWord {
  height: 270px;
}
textarea.editorStyleMini {
  width: 90%; height: 100px;
}

/*
  shouldn`t be edited
*/

div.clipMore {
  border-top: 1px dashed #444;
  border-bottom: 1px dashed #444;
  padding: 2px;
}

p {
  margin: 0px;
  padding: 0px;
}

div#previewDIV {
  margin-top: 9px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/*---------------------------------------------
  JS Infolayer
---------------------------------------------*/
div#infoDiv {
  z-index: 100;
  position: absolute;
  display: none;
  -moz-opacity: 0.80;
}
div#infoInnerLayer {
  border: 1px solid #444;
  color:#c3c3c3;
}

div#infoInnerLayer td {
  padding: 2px;
}

div#infoDiv {
  min-width: 250px; width: 250px;
/*
  width: auto !important;
  width: 280px;
*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#hDiv {
  min-width: 250px; width: 250px;
  position: absolute; z-index: 9;
  top: 0; left: 0;
}

iframe#ieFix {
  position: absolute; z-index:0;
  top: 0; left: 0;
}

td.infoTop {
  font-weight: bold;
  border-bottom: 1px solid #444;
}

/*---------------------------------------------
  Syntax Highlighting (PHP)
---------------------------------------------*/
.codeHead {
  background-color: #20262b;
  border: 1px solid #000;
  padding: 2px;
}

.code,.codeHead  {
  width: 470px;
  max-height: 200px;
  background-color: #FFF;
  border: 1px solid #000;
  padding: 0px;
  overflow:auto;
}

.codeHead {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000;
  font-weight: bold;
  border-bottom: 0px;
  background-color: #DDD;
}

.codeLines {
  width: 1%;
  color: #000;
  background-color: #DDD;
  border-right: 1px solid #000;
}
.codeContent,.codeContent *,.codeLines {
  padding: 0px;
  padding-left: 4px;
  padding-right: 2px;
  font-family: "Courier New", Verdana, Arial;
  font-size: 11px;
}
.codeContent * {
  padding:0px;
}
/*---------------------------------------------
  Colors of highlighting
---------------------------------------------*/
td.codeContent .string { color: #800; }
td.codeContent .comment { color: #C0C0C0; }
td.codeContent .keyword { color: #000; font-weight:bold; }
td.codeContent .bg { background: #DDD; }
td.codeContent .default { color: #000080; }
td.codeContent .html { color : #880; }
/*---------------------------------------------
  Resized Image Text (resized to...)
---------------------------------------------*/
span.resized {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

/*---------------------------------------------
Navigation: Teamswitcher
---------------------------------------------*/
select.teamswitch {
  width: 160px;
  color: #000;
  font-size: 97%;
  background-color: #FFF;
  border: 1px #000 solid;
}

/*---------------------------------------------
Attributes of all icons (flags/email/hp/teamspeak,etc)
---------------------------------------------*/
img.icon,img.helpicon,img.tsicon {
  vertical-align: middle;
}
/*
  helpicon
*/
img.helpicon { cursor: help; }
/*
  Teamspeak icons
*/
img.tsicon {
  margin: 1px;
}
/*---------------------------------------------
Board Quotes
---------------------------------------------*/
.quote {
    background-color: #333333;
    border: 1px solid #444444;
    color: #C3C3C3;
    margin: auto;
    padding: 10px 16px 10px 16px;
    width: 95%;
}
.quote b, .quote a {
  color: #c3c3c3;
}

/*---------------------------------------------
Adminmenu
---------------------------------------------*/
.adminBarInner,.adminBarInnerOver {
  text-align: center;
	text-decoration: none;
  margin: 0px;
	padding: 3px;
}
.adminBarInnerOver {

}

.adminBarOuter,.adminBarOuterOver {
	text-decoration : none;
	border: 1px solid #353535;
}

.adminMenuInner,.adminMenuInnerOver {
	margin: 3px 0 0 22px;
}

.adminMenuOuter,.adminMenuOuterOver {
	text-decoration : none;
	border: 1px solid #353535;
	padding: 0;
  background-repeat: no-repeat;
  background-position: 2px 50%;
}

.adminMenuInnerOver,.adminMenuOuterOver  {

}

/**************
  Search form
**************/
fieldset.search {
  border: 1px solid #444;
}

legend.search {
  margin: 0;
  padding: 0;
  color: #c3c3c3;
}

ul.search {
  height: 200px;
  overflow: auto;
  width: 100%;
  border: 1px solid #444;
}

ul.search {
  background: #333;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul.search li {
  margin: 0;
  padding: 0;
}

label.search, label.searchKat {
  display: block;
  text-align: left;
  background-color: #333; color: #c3c3c3;
  margin: 0; padding: 0;
  width: 100%;
}

label.search:hover {
  background-color: #444;
}

label.searchKat {
  background-color: #333;
  font-weight: bold;
}

td.searchHead {
  border-bottom: 1px solid #444;
}

input.chksearch {
  margin: 2px;
  border:0px;
  cursor: pointer;
}

.highlightSearchTarget {
  padding: 2px;
  color: #c3c3c3;
  background-color: #333;
}

/**************
  Glossar
**************/
a.glossar:link,a.glossar:visited,a.glossar:hover,a.glossar:active {
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dashed;
}

/**************
  Membermap
**************/
div#memberMap {
  width: 100%;
  height: 600px;
}
div#memberMapInner {
  width: 180px;
  margin: auto;
  line-height: 180%;
  text-align: left;
  padding: 3px;
}

/*####################################
  TEMPLATE SPECIFIC STYLES
####################################*/
#time {
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
td.nautor a:link,td.nautor a:visited,td.nautor a:hover,td.nautor a:active { color: #FFF; }


/**************
  Permission Table
**************/
div.permissions input.checkbox {
  float: left; margin: 1px 2px;
}

div.permissions label {
  display: block; float: left; clear: right;
  width: 45%;
  text-align: left;
}

div.permissions br {
  clear: both;
  height: 0; line-height: 0; font-size: 0;
}

/**************
  Lightbox
**************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 26px; 
	float: right;
	padding-bottom: 15px;	
}

/**************
  Newsticker
**************/
div#ticker {
  overflow: hidden;
}

div#ticker,
div#ticker div.scrollDiv,
div#ticker div.scrollDiv td {
  white-space: nowrap;
}

div#ticker a:link,
div#ticker a:visited {
  color: #777;
  font-weight:normal;
}

div#ticker a:hover,
div#ticker a:active {
  color: #999;
}

/**************
  globale Suche
**************/
#searchpanel {
    background: url(../images/layout/login-username.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: 3px 1px 1px -1px #222222;
    color: #AFACAC;
    margin-right: 5px;
    margin-top: 4px;
    padding: 4px 8px 4px 26px;
    text-align: right;
    text-shadow: 1px 1px #222222;
    width: 146px;
}

input.searchSubmit {
  padding-bottom: 1px; height: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFF;
  background-image: url(../images/submit.jpg);
  border: 1px solid #5F5F5F;
  color: #000;
  cursor: pointer;
}
input.searchSubmit:hover {
  background-image: url(../images/submit_hover.jpg);
}
/*IE Hack*/
*+html input.searchSubmit { overflow: visible; }
* html input.searchSubmit { overflow: visible; }

/****************************************/

img.border {
  border: 1px solid #777;
}

/****************************************/

/*Template Specific Settings*/
  #wrapper-out						{width:1102px;background:transparent url(../images/layout/background.png) repeat-y;margin:0 auto;}
  #wrapper-in						{width:1000px;background:transparent url(../images/layout/background-inner.png) repeat-y;margin:0 auto;position:relative;left:1px;float:left;border-bottom: 1px dotted #555555;}
  #header							{width:1000px;height:211px;background: transparent url(../images/layout/header.png) no-repeat;}
  #tickertext						{color: #666666;margin-left: 666px;margin-top: 181px;position: absolute;text-shadow: 1px 1px #111111;width: 331px;}
  #teampanel						{margin-left: 700px;margin-top: 53px;position: absolute;}
  #top-left							{width:592px;float:left;}
  #top-right						{width:408px;float:right;}
  #navigation						{width:592px;height:42px;background: transparent url(../images/layout/navigation/navigation.png) no-repeat;}
  #login-userpanel					{width:408px;height:88px;background: transparent url(../images/layout/login-userpanel.png) no-repeat;}
  #login-left						{float:left;width:205px;}
  #login-right						{float:right;width:165px;text-align:justify;line-height:14px;color:#cdcdcd;text-shadow:1px 1px #222;}
  #login-right span					{font-weight:bold;color:#ffffff;}
  #userpanel						{padding-left:75px;padding-top:2px;}
  #top-match						{width:408px;height:119px;background: transparent url(../images/layout/top-match.png) no-repeat;color:#999;}
  #slideshow-bg						{width:592px;height:165px;background: transparent url(../images/layout/slideshow-bg.png) no-repeat;}
  #slideshow						{padding-top:2px;}
  #content-left						{width:532px;float:left;color:#cecece;border-right:1px solid #444;}
  #content-right					{width:467px;float:right;}
  #matches-top,
  #infopanel-top,
  #userdisplay-top,
  #partnerdisplay-top,
  #featureddisplay-top				{width:467px;height:38px;background: transparent url(../images/layout/matches-top.png) no-repeat;}
  #videoplayer						{width:467px;height:240px;}
  #contentpanel						{width:533px;height:43px;background: transparent url(../images/layout/contentpanel.png) repeat-x;}
  .clear-both						{clear:both;}
  .gameicon							{padding-left:13px;padding-top:3px;}
  a.navUser:link, 
  a.navUser:visited, 
  a.navTrial:link, 
  a.navTrial:visited, 
  a.navMember:link, 
  a.navMember:visited, 
  a.navAdmin:link, 
  a.navAdmin:visited 				{color:#fff;font-weight:bold;line-height:21px;margin-left:10px;text-shadow:1px 1px #111;}
  #matchuppanel,
  #infopanel,
  #userdisplay,
  #partnerdisplay,
  #featureddisplay					{margin:0;padding:3px 0 0 15px;list-style:none;}
  #matchuppanel li,
  #infopanel li,
  #userdisplay li,
  #partnerdisplay li,
  #featureddisplay li				{float:left;height:33px;width:130px;cursor:pointer;cursor:hand;list-style-type: none;}
  li.latest 						{background:url(../images/layout/module/module-latest_matches.png) no-repeat; background-position:0 -33px;}
  li.upcoming 						{background:url(../images/layout/module/module-upcoming_matches.png) no-repeat; background-position:0 -33px;}
  li.news	 						{background:url(../images/layout/module/module-latest_news.png) no-repeat; background-position:0 -33px;}
  li.topics 						{background:url(../images/layout/module/module-latest_topics.png) no-repeat; background-position:0 -33px;}
  li.articles 						{background:url(../images/layout/module/module-latest_articles.png) no-repeat; background-position:0 -33px;}
  li.uotm							{background:url(../images/layout/module/module-uotm.png) no-repeat; background-position:0 -33px;}
  li.motm							{background:url(../images/layout/module/module-motm.png) no-repeat; background-position:0 -33px;}
  li.last-reg						{background:url(../images/layout/module/module-last_registered.png) no-repeat; background-position:0 -33px;}
  li.partner						{background:url(../images/layout/module/module-partner_box.png) no-repeat; background-position:0 -33px;}
  li.sponsor						{background:url(../images/layout/module/module-sponsor_box.png) no-repeat; background-position:0 -33px;}
  li.next-events					{background:url(../images/layout/module/module-next_events.png) no-repeat; background-position:0 -33px;}
  li.top-downloads					{background:url(../images/layout/module/module-top_downloads.png) no-repeat; background-position:0 -33px;}
  li.random-gallery					{background:url(../images/layout/module/module-random_gallery.png) no-repeat; background-position:0 -33px;}
  li.votes							{background:url(../images/layout/module/module-vote.png) no-repeat;}
  li.mouseover 						{background-position:0 0;}
  li.mouseout 						{background-position:0 -33px;}
  li.selected 						{background-position:0 0;}
  .box 								{width:467px}
  .boxTop 							{background:url(images/boxTop.gif) no-repeat;height:11px;clear:both}
  *html .boxTop 					{margin-bottom:-2px;}
  .matchuppanelbox,
  .infopanelbox,
  .userdisplaybox,
  .partnerdisplaybox,
  .featureddisplaybox				{background-color:#282828;}
  .boxBottom 						{background:url(images/boxBottom.gif) no-repeat;height:11px;}
  .matchuppanelbox div,
  .infopanelbox div,
  .userdisplaybox div,
  .partnerdisplaybox div,
  .featureddisplaybox div			{display:none;}
  .matchuppanelbox div.show,
  .infopanelbox div.show,
  .userdisplaybox div.show,
  .partnerdisplaybox div.show,
  .featureddisplaybox div.show		{display:block;}
  .matchuppanelbox #category a,
  .infopanelbox #category a,
  .userdisplaybox #category a,
  .partnerdisplaybox #category a,
  .featureddisplaybox #category a	{display:block;}
  .matchuppanelbox div ul,
  .infopanelbox div ul,
  .userdisplaybox div ul,
  .partnerdisplaybox div ul,
  .featureddisplaybox div ul		{margin:0 10px 0 0px;padding:0;width:467px;background:url(../images/layout/matches-content.png) repeat-y;}
  #random-gallery ul,
  #sponsor ul,
  #partner ul						{margin:0 10px 0 0px;padding:0;width:467px;background:url(../images/layout/blank-content.png) repeat-y;}
  *html .matchuppanelbox div ul,
  *html .infopanelbox div ul,
  *html .userdisplaybox div ul,
  *html .partnerdisplaybox div ul,
  *html .featureddisplaybox div ul	{margin-left:10px;padding-left:15px;}
  .matchuppanelbox div li,
  .infopanelbox div li,
  .userdisplaybox div li,
  .partnerdisplaybox div li,
  .featureddisplaybox div li		{cursor:hand;cursor:pointer;list-style-type: none;}
  .matchuppanelbox div ul li.last,
  .infopanelbox div ul li.last,
  .userdisplaybox div ul li.last,
  .partnerdisplaybox div ul li.last,
  .featureddisplaybox div ul li.last{border-bottom:none}
  .matchuppanelbox div li span,
  .infopanelbox div li span,
  .userdisplaybox div li span,
  .partnerdisplaybox div li span,
  .featureddisplaybox div li span	{font-weight:bold;text-shadow:1px 1px #111;}
  #slider 							{max-height:160px;max-width:621px;height:160px;width:621px;}
  .nivoSlider 						{position:relative;}
  .nivoSlider img 					{position:absolute;top:0px;left:0px;}
  .nivoSlider a.nivo-imageLink 		{position:absolute;top:0px;left:0px;width:87%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
  .nivo-slice 						{display:block;position:absolute;z-index:5;height:100%;}
  .nivo-box 						{display:block;position:absolute;z-index:5;}
  .nivo-caption 					{position:absolute;left:0px;bottom:0px;background:transparent url(../images/layout/slider.png) no-repeat;color:#fff;opacity:0.99;width:100%;z-index:8;text-shadow:1px 1px #111;}
  .nivo-caption p 					{padding:5px; margin:0;}
  .nivo-caption a 					{display:inline !important;}
  .nivo-html-caption 				{display:none;}
  .nivo-directionNav a 				{position:absolute;top:45%;z-index:9;cursor:pointer;}
  .nivo-prevNav 					{left:0px;}
  .nivo-nextNav 					{right:0px;}
  .nivo-controlNav a 				{position:relative;z-index:9;cursor:pointer;top:220px;left:795px;color:#cecece;font-size:12px;padding:0 5px;text-decoration:none;text-shadow:0 1px #111111;}
  .nivo-controlNav a:hover,
  .pagination a.selected 			{color:#fff;}
  .nivo-controlNav a.active 		{font-weight:bold;}
  #slider 							{background: url(../images/layout/loading.gif) no-repeat scroll 260px 60px transparent;}
  #slider img 						{display:none;}
  ul.topnav 							{ list-style: none; padding: 0; margin: 0; float: left; width: 625px; }
  ul.topnav li 							{ list-style: none; float: left; margin: 0; padding: 0; position: relative; cursor:pointer; }
  ul.topnav li a						{ padding: 7px 15px; color: #fff; display: block; text-decoration: none; float: left; }
  ul.topnav li span 					{ width: 120px; height: 42px; float: left; }
  ul.topnav li ul.subnav 				{ position: absolute; left: 0; top: 44px; margin: 0; padding: 0; display: none; float: left; width: 187px; border: none; background: url(../images/layout/dropdown_normal.png) no-repeat; z-index:50; }
  ul.topnav li ul.subnav li				{ margin: 0; padding: 0; border-top: none; clear: both; width: 165px; z-index:50; }
  ul.topnav li ul.subnav li.bottom 		{ margin: 0; padding: 0; border-top: none;	clear: both; width: 165px; height:2px; background: url(../images/layout/dropdown-bottom.png) no-repeat; }
  html ul.topnav li ul.subnav li a 		{ float: left;	width: 187px; padding-left: 30px; font-size:11px; font-family: verdana; }
  #nav_1, #nav_1 span 					{ width:118px; height:60px; margin-left:12px; }
  #nav_2, #nav_2 span					{ width:120px; height:60px; margin-left:22px; }
  #nav_3, #nav_3 span					{ width:129px; height:60px; margin-left:22px; }
  #nav_4, #nav_4 span					{ width:116px; height:60px; margin-left:22px; }
  #nav_1:hover							{ background: url(../images/layout/navigation/nav_1_reg.png) no-repeat; }
  #nav_2:hover							{ background: url(../images/layout/navigation/nav_2_reg.png) no-repeat; }
  #nav_3:hover							{ background: url(../images/layout/navigation/nav_3_reg.png) no-repeat; }
  #nav_4:hover							{ background: url(../images/layout/navigation/nav_4_reg.png) no-repeat; }
  #slideout								{height:0;margin:0 auto;position:relative;width:1102px;}  
  #shoutbox_container 					{width:33px;height:58px;position:absolute;right:1052px;margin-top:255px;overflow:hidden;z-index:103;color:#c3c3c3;}
  #shoutbox_toogle 						{position: absolute;top:0;left:0;display: block;width:33px;height:58px;}
  #shoutbox_content						{position:relative;z-index:9999;width:157px;margin-left:57px;padding:10px;background:#252525;-moz-box-shadow: -3px 3px 1px 0 #202020;-webkit-box-shadow: -3px 3px 1px 0 #202020;box-shadow: -3px 3px 1px 0 #202020;}
  #gameserver_container 				{width:33px;height:58px;position:absolute;right:1052px;margin-top:364px;overflow:hidden;z-index:101;}
  #gameserver_toogle 					{position: absolute;top:0;left:0;display: block;width:33px;height:58px;}
  #gameserver_content					{color:#c3c3c3;text-shadow:1px 1px #111;width:157px;margin-left:57px;padding:10px;background:#252525;-moz-box-shadow: -3px 3px 1px 0 #202020;-webkit-box-shadow: -3px 3px 1px 0 #202020;box-shadow: -3px 3px 1px 0 #202020;}
  #ts_container 						{width:33px;height:58px;position:absolute;right:1052px;margin-top:309px;overflow:hidden;z-index:102;}
  #ts_toogle 							{position: absolute;top:0;left:0;display: block;width:33px;height:58px;}
  #ts_content							{color:#c3c3c3;text-shadow:1px 1px #111;width:157px;margin-left:57px;padding:10px;background:#252525;-moz-box-shadow: -3px 3px 1px 0 #202020;-webkit-box-shadow: -3px 3px 1px 0 #202020;box-shadow: -3px 3px 1px 0 #202020;}
  div.svtt_darktop							{float:left;}
  div.svtt_darktop div.sv_tooltip_arrow		{width:0;height:0;margin-left:20px;border: 5px solid transparent;border-left: 10px solid transparent;border-top: 10px solid #222;border-right:0px;border-bottom: 0;}
  div.svtt_darktop div.sv_tooltip_top		{background:#222;border-top: 4px solid #222;-webkit-border-top-right-radius: 4px;-webkit-border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;
										   	-moz-border-radius-topright: 4px;-moz-border-radius-topleft: 4px;-moz-box-shadow: 0px 1px 1px #000;-webkit-box-shadow: 0px 1px 1px #000; box-shadow: 0px 1px 1px #000;}
  div.svtt_darktop  div.sv_tooltip_bottom	{background:#222;border-bottom:6px solid #222;-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;
										   	border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;-moz-box-shadow: 0px 1px 1px #000;-webkit-box-shadow: 0px 1px 1px #000;
										   	box-shadow: 0px 1px 1px #000;}
  div.svtt_darktop div.sv_tooltip_content	{padding:8px;background:#111;color:#999;-moz-box-shadow: 0px 1px 1px #000;-webkit-box-shadow: 0px 1px 1px #000;box-shadow: 0px 1px 1px #000;}
  img.random-gallery					{width:465px;height:200px;}
  #glow-left							{background: url(../images/layout/glow-left.png) no-repeat;width:50px;height:248px;float:left;position:relative;top:410px;}
  #glow-right							{background: url(../images/layout/glow-right.png) no-repeat;width:50px;height:333px;float:right;position:relative;top:410px;}
  #location								{color:#999;text-shadow:1px 1px #111;padding-top:9px;padding-left:6px;float:left;}
  #location span						{color:#fff;font-weight:bold;}
  #footer								{background: url(../images/layout/footer.png) no-repeat;width:467px;height:101px;}
  #footertext							{padding-left:50px;padding-top:70px;text-align:center;width:381px;color:#fff;text-shadow:1px 1px #111;}
  td.loginsubmit						{padding-top:8px; padding-left:8px;}
  @media screen and (-webkit-min-device-pixel-ratio:0) {
  td.loginsubmit 						{padding-top:8px; padding-left:0px;}