﻿/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.style1
        {
            color: #FF0000;
            font-size: small;
            text-align: left;
        }
        .style2
        {
            color: #008000;
            font-size: small;
            text-align: left;
        }
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	width:207px;
	
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#656565;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:405px;
	}
		
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(Images/FilledStar.png);
}
.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
    }
.savedRatingStar {
    background-image: url(Images/SavedStar.png);
    }
/* Rating 2 */
.ratingSt {
    font-size: 0pt;
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingSt {
    background-image: url(Images/ratingzero.gif);
}
.emptyRatingSt {
    background-image: url(Images/ratingplus.gif);
    }
.savedRatingSt {
    background-image: url(Images/ratingminus.gif);
    }

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:#656565;
	overflow:hidden;
	width:603px;
}

.collapsePanelHeader{
	width:603px;
	height:30px;
	background-image: url(images/bg-menu-main.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}
	
.collapsePanelBlog {
	
	background-color:#656565;
	overflow:hidden;
	width:702px;
}	
	
.collapsePanelHeaderBlog{
	width:702px;
	height:30px;
	background-image: url(images/bg-menu-main.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}


#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}



/* 0 BASIC TAGS */
table.grid
{
    left: 306px;
    top: 207px;
    position: absolute;
    height: 99px;
}
  
    table.griddown
{left: 306px;
position: absolute;
top:306px;
    }
    
    td.logct
{
    background-image: url(images/def_bg_ct.gif);
  
}
    

table.page
{left: 306px; position: absolute;
}

table.menu
{left: 0px; position: absolute; top: 0px;
}
table.photos
{left: 0px; position: absolute; top: 23px;
}
table.nophotos
{right: 0px; position: absolute; top: 23px;
}
table.photo
{left: 90px; position: absolute; top: 23px;
}
table.anketatop
{
    left: 0px;
    position: absolute;
    top: 0px;
    background-image: url(images/bg-menu-main.gif);
    background-repeat: repeat-x;
    width:819px;
    height:30px;
   }
   
   td.separat
   {background-image: url(images/bg-menu-main.gif);
    background-repeat: repeat-x;
    width:603px;
    height:30px;
       }

table.rules
{left: 3%; position: absolute; top: 15%;
}


td.menub{ 
background-image: url(Images/leftmenu1.jpg);
width:274px;
height:21px;
    }
    
    td.menubser{ 
background-image: url(Images/leftmenu2_1.jpg);
 width:27px;
 height:21px;
    }
    td.menubsep{ 
background-image: url(Images/leftmenubg.jpg);
 width:274px;
 height:1px;
    }
    
    td.menuor{ 
background-image: url(Images/leftmenu4.jpg);
width:274px;
height:21px;
    }
    
    
td.menus
{
      background-image: url(Images/in_leftbar_xbg.jpg);
      width:274px;
      height:1px; 
    }
    td.menulogo
{
      background-image: url(Images/logos.jpg);
      width:274px;
      height:113px;      
    }

table.tbmenubot
  {  
   
   background-position: bottom;
   background-repeat:no-repeat;
   left:0px;
   bottom:0px;
   background-color:#dd7800;
   border-right-width : 0;
   border-bottom-width:0;
  
   
  }


  td.menubot
  {  
   background-image: url(images/leftmenubot.jpg);
   background-position: bottom;
   background-repeat:no-repeat;
   border-right-width : 0;
   border-bottom-width:0;
  
   
  
  } 
  

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #DBB94F;
    height: 17px;
}

chat {
	text-decoration: none;
	color: #666666;
}

chat:active {
	text-decoration: none;
	color: #666666;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: none;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}

body.page {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

body.default 
{ 
    margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
    background-color:#000000;
    color: #FFFFFF;
    
    }

body.orang
{ 
    margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
    background-color:#dd7800;
    color: #FFFFFF;
    }
  /* TD Tabs */
 td.tbtab_right
 {padding-right:3px;
 background-image:url(Images/tab-right.gif);
 background-repeat: no-repeat;
 background-position: right;
 height:21px;}
 
 td.tbtab_tab
 {height:13px;
 padding:4px;
 margin:0;
 background-image:url(Images/tab.gif);
 background-repeat: repeat-x;}
 
 td.tbtab_left
 {padding-left:3px;
 background-image:url(Images/tab-left.gif); 
 background-repeat:  no-repeat;}
 

td.tbtabna_right 
{padding-right:3px;
   background-image:url(Images/tab-active-right.gif); 
 background-repeat: no-repeat; 
 background-position: right;}
 
td.tbtabna_left
{padding-left:3px;
    background-image:url(Images/tab-active-left.gif);
background-repeat: no-repeat;}
  
td.tbtabna_tab
{background-image:url(Images/tab-active.gif);
  background-repeat: repeat-x;}
 
 
 
 
 
 /* Tabs */
 
.CustomTabStyle .ajax__tab_header 
{font-family:verdana,tahoma,helvetica;
 font-size:11px;
 background-image:url(Images/tab-line.gif); 
 background-repeat: repeat-x;
 background-position: bottom;
  }

.CustomTabStyle .ajax__tab_outer 
{padding-right:0px;
 background-image:url(Images/tab-right.gif);
 background-repeat: no-repeat;
 background-position: right;
 height:21px;}

.CustomTabStyle .ajax__tab_inner 
{padding-left:3px;
 background-image:url(Images/tab-left.gif); 
 background-repeat:  no-repeat;}
 
.CustomTabStyle .ajax__tab_tab
{height:13px;
 padding:4px;
 margin:0;
 background-image:url(Images/tab.gif);
 background-repeat: repeat-x;} 

 
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer 
{background-image:url(Images/tab-hover-right.gif); 
 background-repeat: no-repeat; 
 background-position: right;}
 
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner 
{background-image:url(Images/tab-hover-left.gif);
background-repeat: no-repeat;}
  
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab 
{background-image:url(Images/tab-hover.gif);
  background-repeat: repeat-x;}
  
.CustomTabStyle .ajax__tab_active .ajax__tab_outer 
{background-image:url(Images/tab-active-right.gif);
  background-repeat: no-repeat;
   background-position: right;}
   
.CustomTabStyle .ajax__tab_active .ajax__tab_inner 
{background-image:url(Images/tab-active-left.gif);
  background-repeat:no-repeat;}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab 
{background-image:url(Images/tab-active.gif);
  background-repeat: repeat-x;}
  
.CustomTabStyle .ajax__tab_body 
{font-family:verdana,tahoma,helvetica;
 font-size:10pt;
 border:1px solid #999999;
 border-top:0;
 padding:8px;
 background-color:#666666; }
 



img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* 1.1 SHIM */

.shim {
	display: none;
}


/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}


.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}









.buttonbar, .buttonbar-top {
	width: 686px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}












/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #DBB94F;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}


