/*********************************************
  CPG Dragonfly™ CMS
  ********************************************
  Copyright © 2004 - 2007 by CPG-Nuke Dev Team
  http://dragonflycms.org

  Dragonfly is released under the terms and conditions
  of the GNU GPL version 2 or any later version

  $Source: /cvs/themes/reDesign/style/style.css,v $
  $Revision: 1.77 $
  $Author: estlane $
  $Date: 2008/09/24 14:10:57 $
**********************************************/

/* The main values */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;/*on testing period*/
  color: #000;
  font: 12px 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
  background-color: #FDFDFD;
}
/* Main link styles*/
/* Usually the preferred order of pseudoclasses are:
LoVe For HAte - LVFHA - Link,Visited,Focus,Hover,Active */
/*However, it's not important here as outline would be 0 for everything,
outline is a box that Firefox produces i.e when clicking a link, I don't like it */
a {
  color: #808080;
  text-decoration: none;
}
/* a:link, a:active, a:visited {} */
a:hover {
  color: #A6C1DB;
  text-decoration: underline;
}
a:active, a:focus {
  outline: 0; /* for browsers that understand */
}
font, th, td, p {
  font: 12px "trebuchet ms", arial, verdana, sans-serif;
}
p {
  font-size: 14px;
}

/* theme.php hack */
.bgcolor1 { background-color: #FFFFFF; }
.bgcolor2 { background-color: #F2F9F2; }
.bgcolor3 { background-color: #F2FFFF; }
.bgcolor4 { background-color: #D7FFD7; }
.textcolor1 { color: #009900; }
.textcolor2 { color: #000000; }

form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #C0DCC0;
}
legend {
  font-weight: bold;
  color: #000000;
}
img {
  border: 0;
}
br {
  clear: left;
}
/*Horizontal line*/
hr {
  height: 0;
  border: 0 solid #F7EBE8;
  border-top-width: 1px;
}
label.set,radio.set,input.set {
  /*display: block; would cause white top and bottom margin?*/
  /*float: left; would cause br to function incorrectly*/
}
radio.set {
  vertical-align: text-bottom;
}
label.set {
  text-align: left;
  width: 300px;
  padding-right: 10px;
  margin-bottom: 5px;
}
input.ulog {
  display: block;
  float: left;
}
label.ulog {
  display: block;
  float: left;
  text-align: left;
  width: 125px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.no {
  text-align: right;
  width: 8px;
  padding-right: 10px;
}
.yes {
  text-align: left;
  width: 20px;
  padding-right: 10px;
  vertical-align: bottom;
}
input.sub {
  left: 20px;
  float: none;
}
select {
  /*border: 1px solid #C4C4C4;*/
}
/*Newstitles*/
h2 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 2.1em;
  text-transform: uppercase;
}
h2, h2 a, h2 a:link, h2 a:visited {
  color: #8DB4A7;
  text-decoration: none;
  font-weight: normal;
  text-shadow: #EEEEEE 2px 2px 1px;
}
h2 a:hover {
  color: #5C8585;
  text-decoration: none;
}
h3, .title {
  font-size: 16px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
  text-shadow: 2px 2px #F5F5F5;
  color: #83D13E;
}
.title {
  display: block;
  font-weight: bold;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}


/* BEGIN HEADER SECTION */
/* header, logo and stuff */
#head {
  margin: 0;
  padding: 0;
  height: 102px;
  width: 100%;
  background: #FFF url('../images/body_bg/top.gif') repeat-x top left;
}

#headthings {
  margin: 0pt auto;
  width: 550px;
}

#content {
    width: 550px;
    margin:0pt auto;
	background: #FEFEFE url('../images/input_bg/input_background.gif') repeat-x top left;
}

img.logo {
	padding: 2px 1px 2px 4px;
    margin: 0;
    margin-top: 30px;
	border: 0;
}

form.special em, form.special b, form.special tt, form.special i {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 8px;
  height: 18px;
  background: transparent url('../images/backgrounds/header/searchbox_l.gif') no-repeat top left;
}
form.special input.specialtext {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 125px;
  height: 18px;
  background: transparent url('../images/backgrounds/header/searchbox.gif') repeat-x top left;
  color: white;
}
form.special b {
  background: transparent url('../images/backgrounds/header/searchbox_r.gif') no-repeat top left;
}

form.special tt {
  margin-left: 5px;
  background: transparent url('../images/backgrounds/header/searchbutton_l.gif') no-repeat top left;
}
form.special button {
  display: block;
  float: left;
  margin: 0;
  padding: 0 3px;
  border: 0;
  outline: 0;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  background: transparent url('../images/backgrounds/header/searchbutton.gif') repeat-x top left;
  color: #000;
  font: bold 12px 'trebuchet ms', arial, tahoma, verdana;
  text-shadow: #FFF 1px 1px 0px;
  cursor: pointer;
}
form.special i {
  background: transparent url('../images/backgrounds/header/searchbutton_r.gif') no-repeat top left;
}
form.special button:hover {
  color: #CC0000;
}

/* div at the top of modules holding the page title if there is one... */
.pagetitle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  margin-left: 30px;
  padding: 0;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  text-align: left;
  font-family: Arial, Verdana, Helvetica;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
}
/* PAGETITLE TEXT COLOR */
.pagetitle, .pagetitle a, .pagetitle a:link, .pagetitle a:visited, .pagetitle a:hover {
  color: #F7F9E8;
}
.pagetitle a {
  text-decoration: underline;
}
/* END HEADER SECTION */
#maincontainer {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 100%;
  height: 100%;/*Actually it expands only as far as #main expands, doesn't matter of sideblocks*/
  background: #FFF url('../images/backgrounds/body/contentbg.jpg') repeat-x top left;
  background-image: none;
  /*position: relative;*//*Causes help tip the bug, but is needed for sidetoggler buttons(except
  if we add it to #masterpage )*/
  /*display: table;*/
}


.table1,.table2 {
  /*font-size: 12px;*/
  margin-bottom: 20px;
  border: 1px solid #EFEFEF;
  padding: 10px;
  background-color: #FFF;
}
/* div called from function OpenTable2 */
.table2 {
  width: 50%;
  text-align: center;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
}

input, textarea, select {
  color: #000;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
input.post, textarea.post, select {
  margin: 0px;
}
input[type="text"], input[type="password"] {
  margin: 0px;
}

input.post, textarea{
  background: #FFF url('../images/input_bg/input-background.gif') repeat-x top left;
  border: 1px solid #C0C0C0;
  padding: 2px;
  color: #333;
}
input[type="text"], input[type="password"] {
  background: #FFF url('../images/input_bg/input-background.gif') repeat-x top left;
  border: 1px solid #C0C0C0;
  padding: 2px;
  color: #333;
}
textarea:hover, input.post:hover {
  border: 1px solid #808000;
}
/*We need to use selectors like type separately not with commaseparated, because IE would ignore all then */
input[type="text"]:hover, input[type="password"]:hover {
  border: 1px solid #808000;
}
input.post:focus, textarea:focus {
  border-color: #808000;
  outline: #FFFF00 solid 2px;
}
input[type="text"]:focus, input[type="password"]:focus {
  border-color: #808000;
  outline: #FFFF00 solid 2px;
}
input.button {
  background: url('../images/input_bg/button-bg.gif') repeat-x top left;
  padding: 4px 6px;
  margin-right: 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  height: 28px;
  min-height:28px;
  vertical-align: middle;
}
input.mainoption, input.liteoption {
  background: url('../images/input_bg/button-bg.gif') repeat-x;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  margin: 0 2px 0 2px;
  text-align: center;
  padding: 2px;
  line-height: 19px;
  vertical-align: middle;
  height: 19px;
}
input.mainoption {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
input.liteoption {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
input.button:hover, input.mainoption:hover, input.liteoption:hover {
  border-color: #999;
  text-decoration: none;
  color: #000;
}


th {
  padding: 2px 4px;
  background: url('../images/input_bg/button-bg.gif') 0 50%;
  color: #000;
  height: 1em;
  border-left: 1px solid #FFF;
  white-space: nowrap;
}

td.row1 {
  background-color: #FFF;
}
td.row2 {
  background-color: #F7F7F7;
}
/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
  font: 11px Verdana, Arial, sans-serif;
}

.right-box {
  float: right;
  width: auto;
  text-align: right;
  font: 11px Verdana, Arial, sans-serif;
}

/* Arrow links  */
a.up      { background: url('../images/forums/arrow_up.gif') no-repeat left center;}
a.down    { background: url('../images/forums/arrow_down.gif') no-repeat right center;}
a.left    { background: url('../images/forums/arrow_left.gif') no-repeat 3px 60%;}
a.right   { background: url('../images/forums/arrow_right.gif') no-repeat 95% 60%;}

a.up, a.up:link, a.up:active, a.up:visited {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0;
}

a.up:hover {
  background-position: left top;
  background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
  padding-right: 10px;
}

a.down:hover {
  background-position: right bottom;
  text-decoration: none;
}

a.left, a.left:active, a.left:visited {
  padding-left: 12px;
}

a.left:hover {
  color: #368AD2;
  text-decoration: none;
  background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
  padding-right: 12px;
}

a.right:hover {
  color: #368AD2;
  text-decoration: none;
  background-position: 100% 60%;
}



