/* 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 15786 2007-02-07 17:21:31Z jenst $
*/


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

body, html {
}

img {
    border: none;
}

td,p {
}

a {
    text-decoration: none;
    color: #04095E;
}

a:hover {
    text-decoration: underline;
    color: #0D16A2;
}

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

form {
	margin:0px;
}

/*
   text styles
*/

/* album titles on main page */
.title {
    font-size: 14px;
    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-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.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: 2px;
}

#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;
    margin-top: 1px; margin-left: 3px;
}

#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;
}

.left {
	text-align: left;
}

.g-emphasis {
    font-weight: bold;
}
/* Prefix CSS */
BODY{ 
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	background-color:#04095E;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

TABLE, TD{
	font-size: 11px;
	color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

a.a_Preview:link,a.a_Preview:active,a.a_Preview:visited{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.a_Preview:hover{
	font-weight: normal;
	color: #E5D804;
	text-decoration: none;
}

a.a_Preview_more:link,a.a_Preview_more:active,a.a_Preview_more:visited{
	font-weight: normal;
	color: #E5D804;
	text-decoration: none;
}

a.a_Preview_more:hover{
	font-weight: normal;
	color: #FFF000;
	text-decoration: none;
}
a:link,a:active,a:visited{
	font-weight: bold;
	color: #04095E;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	color: #0D16A2;
	text-decoration: none;
}
a.a_readmore:link,a.a_readmore:active,a.a_readmore:visited{
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #F0E001;
	text-decoration: none;
}

a.a_readmore:hover{
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #FFEE01;
	text-decoration: none;
}

td.td_article{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	color: #FFFFFF;
/*
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #01274A;
	padding: 25px 0px 0px 90px;
*/
}
td.td_article_pages{
	font-weight: normal;
	/*color: #01274A;*/
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

td.td_search{
	font-weight: bold;
	color: #009900;
	font-size: 12px;
	text-transform: uppercase;
}

td.td_page{
	font-weight: bold;
	color: #CE0F41;
	font-size: 12px;
	text-transform: uppercase;
}

td.td_item{
	font-weight: bold;
	color: #006699;
	font-size: 12px;
	text-transform: uppercase;
}

input,textarea,select,file{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}

.ddmx {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D6774;
	font-size: 12px;
}

.ddmx a.item1,
.ddmx a.item1:link,a
.ddmx a.item1:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
   display: block;
   white-space: nowrap;
   position: relative;
	padding: 8px 0px 4px 20px;
	background:url(http://wuc.co.za/assets/template_images/menu_topline_bg.jpg) repeat-x left top;
}

.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E5D804;
	font-size: 12px;
	font-weight: bold;
   text-decoration: none;
   display: block;
   white-space: nowrap;
   position: relative;
	padding: 8px 0px 4px 20px;	
	background: url(http://wuc.co.za/assets/template_images/menu_topline_bg.jpg) repeat-x left top; 
}

.ddmx a.item2,
.ddmx a.item2:link,
.ddmx a.item2:visited
{
    padding: 6px 8px 4px 4px;
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	 background-color: #091AAA;
	z-index: 500;
	border-top: 2px solid #000000;
}

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    padding: 6px 8px 4px 4px;
    font-family: Arial, Helvetica, sans-serif;
	color: #E5D804;
	font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	 background-color: #091AAA;
    z-index: 500;
	 border-top: 2px solid #000000;

}
.ddmx a.item2 {
    background: #091AAA;
	color: #FFFFFF;

}
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	background-image: url(http://wuc.co.za/assets/template_images/menu_bar_bg_red3.jpg); 

}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 2px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	/*border: 1px solid #000000;*/
	position: absolute;
	visibility: hidden;
	z-index: -1;
	margin: 0px 0px 0px 2px;
	border-top: 0px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
.footertxt_left{
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.footertxt_right{
	font-size: 16px;
	text-transform: lowercase;
	color: #539FF4;
	font-weight: bold;
}
.cattxt_left{
	font-size: 16px;
	text-transform: capitalize;
	color: #327EF3;
	font-weight: bold;
}
.cattxt_right{
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.table_main{
	background: #030968;
}
.table_content_1{
	background: url(http://wuc.co.za/assets/template_images/page_pics_middle.jpg) no-repeat top;
}
.table_content_2{
	background: #F7F200 url(http://wuc.co.za/assets/template_images/page_tile_content.jpg) repeat-x top left;
	padding: 5px 10px 2px 10px;
}
.td_content{
	padding: 125px 14px 10px 24px;
	/*margin: 180px 0px 0px 0px;*/
}
.td_pagetitle{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	color: #FFFFFF;
}
.td_homewelcome{
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFFFF;
}
.td_content_txt{
	font-size: 11px;
	color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
.Site_Name
{
	font: normal normal bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.article_title{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	padding: 7px 0px 7px 16px;
	background: url(http://wuc.co.za/assets/template_images/news_heading_bg.png) no-repeat bottom left;
}
.welcome_title
{
	padding: 20px 0px 0px 30px;
	color: #01274A;
	font: normal normal bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.welcome_content
{
	padding: 8px 14px 0px 46px;
	color: #01274A;
}
.home_page_title
{
	padding: 0px 0px 0px 11px;
	color: #FFFFFF;
	font: normal normal bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.page_title
{
	padding: 26px 0px 0px 109px;
	color: #01274A;
	font: normal normal bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.search_result_title
{
	padding: 20px 0px 0px 109px;
	color: #01274A;
	font: normal normal bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.page_content
{
	padding: 5px 14px 0px 11px;
	color: #FFFFFF;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
