/* This is the base style sheet that is used anytime in Gallery.

   If you would like to customize the styles please create
   copy of this file called

     "base.css" (same name without ".default")

   If that file is found in this directory it will be
   used instead of this one.

   Some of the styles below are overridden by specific
   album properties.

   $Id: base.css.default 14491 2006-09-09 19:13:40Z jenst $
*/


/*
   default text styles - background and colors overridden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

img {
    border: none;
}

td,p {
}

a {
    text-decoration: none;
    color: #4E2192;
}

a:hover {
    text-decoration: underline;
    color: yellow;
}

textarea:focus, input:focus {
    background-color: #FFFFDA;
}

form {
	margin:0px;
}

/*
   text styles
*/

/* album titles on main page */
.title {
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.mod_title_bg   /* album title hightlight Text is controlled by .title */
	{
	}
.mod_title_right  /* album title hightlight  Text is controlled by .title*/
	{
	}
.mod_title_left  /* album title hightlight  Text is controlled by .title */
	{
	}
.albumdesc  /*album description includes all text and background*/
	{
	}
.desc                           /* album descriptions on main page */
	{
	  font-size: 12px;
	}
.caption                        /* photo captions on all pages */
	{
	  font-size: 10px;
	}
.modcaption  /* modifies background for caption text to reside - view_album */
	{
	  font-size: 10px;
	}
.pcaption  /* modifies background for caption text to reside - view_photo*/
{
     font-size: 10px;
}

.customFieldsTable {
     border: none;
     font-size: 10px;
     margin-bottom: 0px;
     padding: 0px;
}

.customFieldsTableCaption {
    padding-top:15px;
}

.vafloat /* float for view album - text */
 	{
 	   float: none;
 	}

.vafloat2 /* float for view album - images */
 	{
 	 float: none;
	}

 /* controls the view of Album summary */
.vasummary {
    font-weight:bold;
    padding:2px;
    margin-top:10px;
    width:80%;
}

.commentIndication {
    color: red;
    font-size: 12px;
}

.error                          /* all error text */
{
      color: red;
      font-size: 12px;
}

a.error, a.error:link, a.error:visited, a.error:active {
    color: red;
    font-size: 12px; font-weight: bold;
}

a.error:hover {
    text-decoration:underline;
}

.attention                          /* so far, just for voting instructions*/
        {
          font-weight: normal;
          color: #FBFF7F;
          font-size: 12px;
        }

.headbox			/* box around the page headers */
	{
	}

/* Page headers */
.head {
	font: normal 22px/1.2em Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 0px 0px 15px;
}

.mod_headliner  /* Gallery & Album titles. Text is controlled by .head */
	{
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controlled by .head */
	{
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controlled by .head*/
	{
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controlled by .head */
	{
	}

/* used in breadcrumb bars */
.bread {
    font-size: 10px;
}

.topNavbar {
    margin-bottom: 10px;
}

.modnavboxthumbs td, .modnavbox td{
  text-align: center;
}

.nav                            /* used in navigation bars */
	{
	  font-size: 12px;
	}
.navtableborderbegin
	{
	  border:1px solid #000000;
	}
.navtableborderend
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	}
.nav_micro_first_img {
	border: 1px solid black;
/*
	border-left: 2px solid blue;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
*/
}
.nav_micro_last_img {
	border: 1px solid black;
/*
	border-right: 2px solid blue;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
*/
}

.nav_micro_current_img {
	border: 2px solid red;
}

.nav_micro_img {
	border: 1px solid black;
}

.bordertop
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}

.borderright
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	  text-align:center;
	}

.borderleft
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	  text-align:center;
	}
.fineprint                      /* used for fine print */
	{
	  font-size: 10px;
	}

.viewcounter
	{
	  font-size: 10px;
	}

.editlink                       /* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
.modnavbox  /* main navigation bar next and previous */
	{
	}
.admin                          /* used in admin bars */
	{
	  font-size: 10px;
	  font-weight: bold;
	}

.adminform /* defines form for drop down menu */
	{
	  font-size: 10px;
	  font-weight: bold;
	}

.search                          /* used in search text */
	{
	  font-size: 10px;
	  font-weight: bold;
	}

.searchform /* defines form for search */
	{
	  font-size: 10px;
	  font-weight: bold;
	}

.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	background-color: #5E72CC;

     }
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{

	}
.modfooter /*footer where the Gallery version is located*/
	{
	}


.popupbody  /* controls the background of popup. */
{
}

.popuphead  /* controls the title and background */
{
    text-align:center;
    font-size: 14px; font-weight: bold;
    line-height: 150%;
}

.popup /* controls the main text and message body */
{
    font-size: 12px; font-weight: normal;
    padding: 5px;
    padding-top:0px;
    margin-bottom: 10px;
}

.popupform /* controls form textarea */
{
    font-size: 12px; font-weight: normal;
    line-height: 120%;
    padding: 2px;
}

.popup a:hover {
}

.popup td {
}

/* CSS ID for the add photos popup */

#container {
	padding: 2px;
}

#tabnav {
	height: 20px;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 1px solid black;
}

#tabnav li {
	margin: 0px;
	padding: 0px;
  	display: inline;
  	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
    float: left;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin-right: 4px;
    text-decoration: none;
    color: #666;
    border: 1px solid #000000;
    border-bottom: none;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
}

#tabnav a:link.active, #tabnav a:visited.active {
    background-color: #FCFCF3;
    color: #000000;
    padding:2px 5px 2px 5px; font-size:12px;
    margin-right: 4px;
    border: 1px solid #000000;
    border-bottom: none;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
}

#tabnav a:hover {
    color: #444;
}

#adminbox {
    width: 100%;
}

#adminbox td {
    font-size: 10px; font-weight: bold;
    vertical-align: bottom;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#adminbox a {
    font-size: 10px;
}

#adminbox a:hover {
}

#menu {
    border-collapse:collapse;
}

#menu td {
    vertical-align:bottom;
}

#menu a {
   display: block;
   font-size: 10px;
   white-space: nowrap;
   text-align:center;
}

.iconLink {
    display: block;
    font-size: 10px;
    text-align:center;
}

#menu a:hover {
}

.noLink {
    font-size: 10px;
    text-align:center;
}

/* Used on Adminpage */
td.adm_options {
    vertical-align: top;
    height: 30px;
    padding: 5px;
}

/* Following two classes are used in stats-wizard */
 .blockcell {
    vertical-align: top;
    border-bottom: 1px solid #000000;
}

caption {
    font-weight:bold;
    margin-bottom: 5px;
}

.littlered, .g-littlered {
    font-size: 10px;
    color:red;
    vertical-align:top;
}

.MLForm {
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
    text-align: right;
}

.languageSelector {
    vertical-align: top;
    padding: 0px; margin: 0px;
}

.subalbumTreeLine {
    padding: 0px; margin: 0px;
}

.subalbumTreeElement {
    vertical-align:middle;
    white-space:nowrap;
}

.shortdesc {
    text-align: left;
    font-weight: bold;
}

.g-iconmenu {
    font-size: 7.2pt;
}

.g-iconmenu a {
    -moz-border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 2px;
}

.g-iconmenu a:hover {
   white-space: nowrap;
   border-bottom: 1px solid #66A;
   border-right: 1px solid #66A;
   border-top: 1px solid #224;
   border-left: 1px solid #224;
   padding: 1px;
   text-decoration: none;
   font-weight: bold;
   display: block;
}

.g-iconmenu td {
    text-align: center;
}

.g-va-poll-box1 {
    font-size: 8pt;
    margin: 2px;
}

.g-va-poll-resultbox {
    font-size: 8pt;
    margin: 2px;
}


.g-va-poll-box3 {
    font-size: 9pt;
    margin: 2px;
}

/* ---- */

.infoline_success {
    color: #00BF00;
    text-align:center;
    font-size: 12px;
    border: 1px solid ;
    padding: 2px;
    margin: 2px;
}

.infoline_error {
    text-align:center;
    font-size: 12px;
    border: 1px solid red;
    padding: 2px;
    margin: 2px;
}

.infoline_notice {
    color: #BF0000;
    text-align: left;
    font-size: 12px;
    border: 1px solid #BF0000;
    padding: 2px;
    margin: 2px;
}

.g-tabset {
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin: 2px 0;
}

.g-tabset a {
    margin: -2px 0 -1px 2px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    background-color: #FCFCF3;
    padding: 2px 0.5em;
    display: block;
    border: 1px solid #000;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

.g-tabset a:hover {
    text-decoration: none;
}

.g-tabset a.tab-hi {
    border-bottom: 1px solid #000;
}

body {
	background-color: #000044;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 948px;
	position: relative;
	margin: 0px auto 15px;
	background: #FFFFFF url(/img/random/rotate.php) no-repeat 6px 29px;
	padding: 0px 6px;
}
#mainmenu {
	width:948px;
	padding: 0px;
	position:absolute;
	top:180px;
	left:6px;
	z-index:100;
	margin: 0px auto;
	background: url(/img/template/menu-bg.gif) repeat-x;
}
h3 {
	color: #243515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}
h1 {
	font: normal 22px/1.2em Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 0px 0px 15px;
}
.imgRight {
	float: right;
	margin: 0px 0px 3px 18px;
}
.imgLeft {
	float: left;
	padding: 0px 18px 3px 0px;
}
.imgCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bulletText li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smallText {
	font-size: 10px;
	line-height: normal;
}
#tables {
	background-color: #EEEEEE;
}
#tables td {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.tablesHeader {
	background-color: #000044;
	color: #FFFFFF;
	font-weight: bold;
}
.midText {

	font-size: 11px;
	line-height: normal;
}
.linkTitles {
	font-weight: bold;
	color: #243515;
	text-decoration: none;
}
.imgKeyline {
	border: 1px solid #000000;
}
.tableBorder {
	border: 1px solid #243515;
	background-color: #EEEEEE;
}
.redText {
	font-size: 11px;
	color: #CC0000;
}
a {
	color: #000044;
}
a:hover {
	color: #000044;
	text-decoration: none;
}

/* -------- TOP MENU */

.topmenu{
	width:948px;
	padding: 0px;
	position:absolute;
	top:1px;
	left:6px;
	z-index:100;
	margin: 0px auto;
	background: #000000 url(/img/template/headshoulders.png) no-repeat 570px 8px;
}

.topmenu ul{
	margin: 0;
	padding: 0 0 0 0px; /*offset of tabs relative to browser left edge*/
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}

.topmenu li{
display: inline;
margin: 0;
}

.topmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 10px; /*padding inside each tab*/
	border-right: 1px solid #444444;
	background: #000000; /*background of tabs (default state)*/
	color: #FFFFFF;
}

.topmenu li a:visited{
	color: #FFFFFF;
}

.topmenu li a:hover, .topmenu li.selected a{
	text-decoration: underline;
}

/* -------- MAIN MENU */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 14px 5px 10px;
	white-space: nowrap;
	font: bold 11px Arial, Helvetica, sans-serif;
	border-left: 1px solid #DB4D4D;
}
#nav a:hover {
	background: #990000;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	width: 120px;
	left: -999em;
}
#nav li ul a {
	width: 120px;
	background: #BB0000;
	font-weight: normal;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#content {
	font-size: 13px;
	line-height: 1.5em;
	float: left;
	width: 700px;
	padding: 0px;
	background: #FFFFFF;
	margin: 220px 0px 0px 10px;
}
#content p {
	margin: 10px 0px 20px;
}
#margin {
	float: right;
	width: 200px;
	font-size: 13px;
	line-height: 1.3em;
	margin: 210px 0px 0px 0px;
}
.marginbox {
	border-top: 1px solid #CACAFF;
	border-right: 1px solid #CACAFF;
	border-bottom: 5px solid #CACAFF;
	border-left: 1px solid #CACAFF;
	background: #F2F2FF;
	padding: 6px 10px;
	font-size: 11px;
	margin: 10px 0px 0px;
}
.marginbox img {
	border-style: none;
}

.marginbox p {
	margin: 0px;
	padding: 0px 0px 10px;
}

#foot {
	background: url(/img/template/foot-bg.jpg) no-repeat right top;
	margin: 12px 0px 0px;
	padding: 2px 0px 10px 10px;
}
#foot a {
	color: #BB0000;
	text-decoration: none;
}
#foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#foot p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	margin: 20px 0px 0px;
}

.clear {
	clear: both;
}
.sublinks {
	color: #999999;
	font-size: 11px;
}
.sublinks a {
	color: #999999;
	text-decoration: none;
}
.sublinks a:hover {
	color: #BB0000;
	text-decoration: underline;
}
#end {
	height: 6px;
}
#guidebox {
	background: #EEEEEE;
	border: 1px dashed #999999;
	margin-top: 20px;
	padding: 8px 12px;
	height: 75px;
	margin-bottom: 0px;
}
#guidebox p {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

#guidebox img {
	float: left;
	border: 1px solid #333333;
	margin-right: 12px;
}
.linebreak {
	background: #CCCCCC;
	height: 1px;
	margin: 0px 35px;
}
#content img {
	border-style: none;
}
#video {
	width:200px;
	height:140px;
	position:absolute;
	top:31px;
	left:754px;
	z-index:100;
	margin: 0px auto;
}
.subindex {
	font-size: 13px;
	letter-spacing: 1px;
	color: #999999;
}
.subindex a {
	color: #999999;
	text-decoration: none;
}
.subindex a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.subindex strong {
	color: #000044;
}

