/*
 * $Id: style.css 7420 2013-04-08 17:04:13Z bjorn $
 */

/*
 * Yahoo! reset, fonts and Base:
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved. 
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 3.0.0 build:1549
 */

/* Yahoo! reset */
html{color:#111;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#111;}

/* Yahoo! fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:"Courier New",Courier,monospace;*font-size:108%;line-height:100%;}

/* PhazeII Base css */
body{overflow-y:scroll;}
a{text-decoration:none;font-weight:bold;}a:hover{text-decoration:underline;}
blockquote{margin:1em;}
caption{margin-bottom:.5em;text-align:center;}
del{text-decoration:line-through;}
abbr,acronym{border-bottom:1px dotted #111;cursor:help;}
em{font-style:italic;}
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
hr{color:#111;background-color:#111;height:1px;width:100%;border:0;margin:.75em 0;}
input[type=text],input[type=password],textarea{width:12.25em;width:11.9em;}
ol,ul,li,dl,dd{margin:0;}
li{list-style:none;}
th,td{border:none;padding:.5em;}
th{font-weight:bold;text-align:center;}
p,fieldset,table,pre{margin-bottom:1em;}
pre{font-family:"Courier New",courier,fixed,monospace}
.displaynone{display:none !important;}
.displayblock{display:block !important;}
.visible{visibility:visible !important;}
.invisible{visibility:hidden !important;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

/* HTML5 */
nav ul{list-style:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}

/* layout *********************************************************************/

html, 
body {
  background-color: #eee;
}

body {
  padding: 10px;
}

#containerDiv {
  
}

#siteDiv {
  width: 742px;
  margin: 0 auto;
}

/* generic ********************************************************************/

abbr.date {
  border: none;
  cursor: default;
  text-decoration: none;
}

.wysiwyg blockquote,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg dl {
  margin: 1em;
}

.wysiwyg ol,
.wysiwyg ul,
.wysiwyg dl {
  margin-left: 2em;
}

.wysiwyg ol li {
  list-style: decimal outside;
}

.wysiwyg ul li {
  list-style: disc outside;
}
.wysiwyg dl dd {
  margin-left: 1em;
}

/* attachment list */

.attachmentList li a {
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/pix/icons/page_white.png) 0 center no-repeat;  
  margin-bottom: 4px;
}

.attachmentList a[href$='.pdf'] {
  background-image: url(/pix/icons/page_white_acrobat.png);
}

.attachmentList a[href$='.xls'], 
.attachmentList a[href$='.xlsx'], 
.attachmentList a[href$='.csv'], 
.attachmentList a[href$='.xlt'], 
.attachmentList a[href$='.xlw'] {
  background-image: url(/pix/icons/page_white_excel.png);
}

.attachmentList a[href$='.ppt'], 
.attachmentList a[href$='.pptx'], 
.attachmentList a[href$='.pps'],
.attachmentList a[href$='.ppsx'] {
  background-image: url(/pix/icons/page_white_powerpoint.png);
}

.attachmentList a[href$='.doc'], 
.attachmentList a[href$='.docx'], 
.attachmentList a[href$='.wps'] {
  background-image: url(/pix/icons/page_white_word.png);
}

.attachmentList a[href$='.rtf'], 
.attachmentList a[href$='.txt'] {
  background-image: url(/pix/icons/page_white_text.png);
}

.attachmentList a[href$='.zip'], 
.attachmentList a[href$='.gzip'], 
.attachmentList a[href$='.tar.gz'], 
.attachmentList a[href$='.rar'] {
  background-image: url(/pix/icons/page_white_compressed.png);
}

.attachmentList a[href$='.m3u'], 
.attachmentList a[href$='.mp3'], 
.attachmentList a[href$='.asx'], 
.attachmentList a[href$='.wav'], 
.attachmentList a[href$='.aiff'] {
  background-image: url(/pix/icons/page_white_cd.png);
}

.attachmentList a[href$='.gif'], 
.attachmentList a[href$='.jpg'], 
.attachmentList a[href$='.png'], 
.attachmentList a[href$='.tiff'], 
.attachmentList a[href$='.psd'] {
  background-image: url(/pix/icons/page_white_camera.png);
}

.attachmentList a[href$='.php'] {
  background-image: url(/pix/icons/page_white_php.png);
}

.attachmentList a[href$='.ini'],
.attachmentList a[href$='.css'] {
  background-image: url(/pix/icons/page_white_gear.png);
}

.attachmentList a[href$='.htm'],
.attachmentList a[href$='.html'],
.attachmentList a[href$='.xml'],
.attachmentList a[href$='.cfm'],
.attachmentList a[href$='.rdf'],
.attachmentList a[href$='.rss'],
.attachmentList a[href$='.asp'],
.attachmentList a[href$='.aspx'] {
  background-image: url(/pix/icons/page_white_code.png);
}

/* notices and errors *********************************************************/

div.message {
  background-position: 2px 5px;
  background-repeat: no-repeat;
  border: 2px solid;
  cursor: pointer;
  display: none;
  font-weight: bold;
  margin: 1em 0;
  padding: 4px;
  padding-left: 23px;
}

div.message.error {
  background-color: #ebf31e;
  background-image: url('/pix/icons/exclamation.png');
  border-color: #c00;
  display: block;
}

div.message.warning {
  background-color: #ebf31e;
  background-image: url('/pix/icons/error.png');
  border-color: #c00;
  display: block;
}

div.message.notice {
  background-color: #fff;
  background-image: url('/pix/icons/information.png');
  border-color: #194fd9;
  display: block;
}

div.message p {
  color: #111;
  margin: 0;
}

/* Form ***********************************************************************/

form label {
  float: left;
  margin-right: 20px;
  width: 120px;
}

form input,
form textarea {
  margin-bottom: 2px;
  width: 350px;
}

form button {
  font-weight: bold;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  width: 100px;
}

form button img {
  float: left;
}

/* errors and waiting stuff */

form .wait,
form .wait span {
  color: #999;
  cursor: progress !important;
}

textarea.wait,
select.wait,
input.wait {
  background-color: #f4f3f3;
  border-color: #999;
}

input.error, 
textarea.error {
  background: #ffdfa0 url('/pix/icons/error.png') right center no-repeat !important;
  border: 1px solid #c33 !important;
}

textarea.error {
  background-position: right top;
}

label.error span,
label.error {
  color: #c33;
}

textarea.default,
select.default,
input.default {
  color: #999;
}

/* blocks *********************************************************************/

div.block {
  border: 2px solid #ccd7e0;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  width: 728px;
  overflow: hidden;
}

div.block.xtransparent {
  background-color: transparent;
  border: none;
}

div.item {
  background-color: #fafbfc;
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #ccd7e0;
}

/* IP Address *****************************************************************/

h1.ip,
button.copy {
  display: inline;
}

h1.ip span {
  color: #000;
}

h1.ip input {
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  height: 22px;
  line-height: 18px;
  margin: 0;
  padding: 2px;
  width: auto;
}

button.copied {
  Xbackground-color: #ffffe1;
  Xborder: 1px solid #646464;
  font-weight: bold;
}

/* ads ************************************************************************/

div.banner {
  height: 90px;
  margin-top: 5px;
  text-align: center;
  width: 728px;
}

div.skyscraper {
  width: 160px;
  float: right;
  margin: 0 0 0 10px;
  height: 610px;
}

/* copyright ******************************************************************/

div.copyright {
  overflow: hidden;
}

div.copyright p {
  color: #666;
  font-size: 8pt;
  padding: 5px 0;
  text-align: right;
}

div.copyright p a {
  color: #666;
  font-size: 8pt;
}

/* opacity ********************************************************************/

.opacity100 {
  opacity: 1;
}

.opacity95 {
  opacity: .95;
}

.opacity90 {
  opacity: .90;
}

.opacity85 {
  opacity: .85;
}

.opacity80 {
  opacity: .80;
}

.opacity75 {
  opacity: .75;
}

.opacity70 {
  opacity: .70;
}

.opacity65 {
  opacity: .65;
}

.opacity60 {
  opacity: .60;
}

.opacity55 {
  opacity: .55;
}

.opacity50 {
  opacity: .50;
}

.opacity45 {
  opacity: .45;
}

.opacity40 {
  opacity: .40;
}

.opacity35 {
  opacity: .35;
}

.opacity30 {
  opacity: .30;
}

.opacity25 {
  opacity: .25;
}

.opacity20 {
  opacity: .20;
}

.opacity15 {
  opacity: .15;
}

.opacity10 {
  opacity: .10;
}

.opacity5 {
  opacity: .5;
}

.opacity0 {
  opacity: 0;
}
