﻿/* 0 BASIC TAGS */

#col_main_left
{
    width: 198px;
    float: left;
    background: #E1DFCF;
}

#col_main_right
{
    border-left: 3px solid #DFDCCB;
    margin-left: 198px;
    border-right: 1px solid #CAC7B8;
    background: #F7F6F2;
}

#body
{
    width: 759px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B6B3A6;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    min-height: 300px;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-image: none;
    background-repeat: repeat;
}

table {
	font-size: 1em;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #ff4500;
}



p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
    margin-left:0px;
}
 
a
{
    text-decoration: underline;
    color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color:  #980000;
}

body
{
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Verdana, helvetica, sans-serif;
    font-size: 0.7em;
    color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header3.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}



.menua { 
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
    font-weight: bold; 
    font-family: Verdana; 
    }


.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}






/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 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 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat1.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
		
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}




#profile{
	background-image: url(images/details-repeat.gif);
	position: relative;
	width: 730px;
	padding: 0px 15px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#myhome{
	/*background-image: url(images/details-repeat.gif);*/
	position: relative;
	width: 730px;
	padding: 0px 15px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
}



.profile{

	width: 730px;
 padding-right:5px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}


#sidebar {
	float: left;
	margin-left:-13px;
	padding-left:0px;
	width: 165px;
	
	height: 100%;
}
#content 
{
    min-height:350px;
	margin-left:160px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	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 #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 8px;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.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;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/1footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}


/* My Tags */

.sitemap
{
 font-family: Verdana;
 text-transform:none;
 
 font-size:10px ;
 color:White ;
    
}

LABEL
{
  font-family: tahoma, Verdana, helvetica, sans-serif;
  font-size:11px;
}

.dropdowns
{
    
  font-family:Verdana;
  font-size:11px;
  line-height: 16px;
  color:#666666;
  width:150px;
     
}

.mylabel
{
     
  font-family:Verdana;
  font-size:11px;

  color:#666666;
     
}

.warninglabel
{
     font-family: tahoma, Verdana, helvetica, sans-serif;
     font-size:12px;
     color: Blue ; 
}

.mylabelheader
{
    font-family: Verdana;
    font-size: 11px;
   
   vertical-align:top ; 
    text-align: right;
   
    color: #DD3409;
    line-height: 15px;
}

.mytablevalue
{
     font-family: Verdana;
    
     padding-top: 5px;
     padding-bottom: 5px;
     text-align:left;
     vertical-align:middle;
    /* color:#971B1E;*/ 

}


.leftside
{
    
	/*position: relative;*/
	background-color:Silver ;
    margin-left:auto;
    margin-right:auto;	
	width: 200px;
	left:100px;
    height:100%;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

.contentpane
{
    position:relative ;
    margin-left:auto;
    margin-right:auto;
	left:100px;
	top:-112%;
	
	width: 550px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	
}

.tableheader 
{
  font-family:Verdana ;
  padding-left:20px;
  background-color: #6699ff;
  font-weight:bold ;
  color : White ;
  height:20px;
}


.detailsbold
{
    width: 100%;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}


.detailsstat
{ 
    font-family: Verdana;
    
    font-size: 11px;
    padding-left:5px;
    text-align: left;
    vertical-align: top;  /*color:#971B1E;*/
    line-height: 15px; 
    padding-bottom:5px;
    
    
}


.detailstitle 
{
  
  width:100%;
  vertical-align:middle;
  font-family:Verdana ;
  font-size:11px; 
  font-weight:bold ;
  color : #5D7B9D;
  margin-top:-5px; 
  padding-bottom:5px; 
 
	
}

.detailstitle hr
{
 color:red;
 margin-top: -15px;	
}

.mainprofile
{
    background-color: #f0f5ff; /*background-color:#DD3409;*/
    border-right: #5D7B9D 1px solid;
    border-top: #5D7B9D 1px solid;
    border-left: #5D7B9D 1px solid;
    border-bottom: #5D7B9D 1px solid;
    border-color: #5D7B9D;
}


.menulink A:hover

{

background-color:#971B1E;
font-family:Verdana ;
color:white;
font-weight: normal ;

}

.tablelabel
{
    font-family: tahoma, Verdana, helvetica, sans-serif;
    font-size:12px;
    color:#971B1E;
    text-align:right ;
    vertical-align:middle;
    
}

.photoheader
{
    font-family: tahoma, Verdana, helvetica, sans-serif;
    font-size: 14px;
    color: #971B1E;
    text-align: center;
}
    
.tabletext
{
    font-family: tahoma, Verdana, helvetica, sans-serif;
    font-size:12px;
    color:  Black  ;
    text-align:left ;
    vertical-align:middle;
    
}
    
.transback
{
    background-color: Transparent ;
}



.centercontent
{
 

  margin-left:auto;
  margin-right:auto;
  
}

.contentcenter
{
  width: 98%;
  height: 100%;
  margin-left:auto;
  margin-right:auto;
  
}

.font11_np
{
  font-family:Verdana;
  font-size:11px;
  line-height: 16px;
  color:#666666;
}



.font10
{
  font-family:Verdana;
  color:#DD3409;
  text-decoration:underline;
}
TEXTAREA
{
  font-family:Verdana;
  font-size:11px;
  line-height: 16px;
  color:#666666;
}

.itemdiv
{
    background-image: url(images/ListBack.gif);
  
}


INPUT
{
  font-family:Verdana;
  font-size:10px;
  /*color:#666666;*/
  color:Black ;
}

.listheader
{
    font-size: 14px;
    text-transform: lowercase;
    text-transform: capitalize;
    font-family: Verdana;
    font-weight: bold;
    color:#5D7B9D;
}

.listcity
{
    font-size: 11px;
    color: #5D7B9D;
    font-weight: bold;
    font-family: Verdana;
}

.listbold
{
    font-size: 11px;
    color: #5D7B9D;
    font-weight: bold;
    font-family: Verdana;
    float: left;
}

.quicksearch
{
    font-family:Verdana ;
    font-size:10px;
    color:Black ;
    height:8px;
}

.leftmenuselected
{
    background-image: url(Images/navred.jpg);
    background-repeat: no-repeat;
    height:18px; 
}


.leftmenu:hover
{
    background-image: url(Images/menuitems1.gif);
    color:white ;
}



.leftmenu
{
    
    line-height: 25px;
    background-image: url(Images/menuitems.gif);
    background-repeat: no-repeat;
    color: black;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    width: 160px;
    vertical-align: middle;
  
}



.leftmenubottom
{
    line-height: 16px;
    background-image: url(Images/menubottom.gif);
    background-repeat: no-repeat;
   
    color: White;
    height: 21px;
    width: 143px;
    vertical-align: middle;
}

.leftmenutop
{
    line-height: 16px;
    background-image: url(Images/menutop.gif);
    background-repeat: no-repeat;
    color: White;
    height: 18px;
    width: 143px;
    vertical-align: middle;
}


.managemenu
{
    position: relative;
    line-height: 25px;
    background-image: url(Images/menuitemsx.gif);
    background-repeat: no-repeat;
    white-space: nowrap;
    display: block;
    height: 30px;
    width: 160px;
    margin: 0;
    padding: 0;
}

.managemenu a {
    display:block;
    color:#000000 ;
    font-size:10px;
    font-weight:bold ;
    width:160px;
    height:30px;
    display:block;
    float:left;
    color:black;
    text-decoration:none;
}

.managemenu img
{
    width:160px;
    height:30px;
    border:0;
}

* html a:hover
{
    visibility:visible;
 
}

.managemenu a:hover img
{
     visibility:hidden;
 }

.managemenu a:hover
{
     color:white;
     background-image: url(Images/menuitems1.gif)
 }

.clientphotos
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
}



.lastvisited
{
    font-family: Verdana;
    font-size: 11px;
    vertical-align: middle;
    color: black;
   
}



.detailheader
{
     font-family: Verdana;
     font-size:14px;
     vertical-align:middle ;
     color:#DD3409;
     font-weight:bold;
}


#contactsbar
{
    width: 100%;
    font-family: Verdana;
    font-size: 10px;
    padding-top:5px ;
    color: blue;
    font-weight: bold;
    background-image: url(images/Prof1ile.gif);
    height: 40px;    
    background-color: white;
    background-repeat: repeat-x;

}


.navbar A:hover
{
 color:Blue
}

.contactsbar A:link

{
    font-family: Verdana;
    font-size: 10px;
    vertical-align: middle ;
    color: blue;
    font-weight: bold;
}


.managemenu span
{
    position:absolute ;
    top:0px;
    left:15px;
    vertical-align:middle;
    margin:0px;
    padding:0px;
    cursor:pointer;
}

.imagecontrols
{
    
    width:500px;
    height:30px;
    margin-bottom:-4px;
}

.photobutton
{
    margin-left:-4px;
}


.photocol
{
 top:20px;
 width:310px;
}

.leftcol
{
 
 width: 290px;
 float: right;
 color: #333333;
 margin: 0;
 
}

.midcol
{
 color: #333333;
 width: 307px;
 float:right;
 margin-left:10px;
}

.mymain {
float:right; /* float the content to the right */
width:490px;
border:1px solid green;
height:100%;/* so the content has the height of the menu and visa
versa */
}



.mysidebar {
float:left; /* float the menu to the left */
width:150px;
background-color:#e6e6cc;
border:1px solid red;
 /* so the menu has the height of the main content and
visa versa */
}

.wrapper {
display:table; /* must put this in for FireFox. */
width:650px;
   margin:0 auto;

text-align:left; /* so that IE6 and Firefox puts the text to the left
*/
border:1px solid blue;
height:400px; /* Have to put SOMETHING in here for the height for both
browser. DO NOT put in a percentage, must be a pixel value */
}



.rightcol
{
    color: #333333;
    min-width: 50px;
    width: 120px;
    float: right;
    background-color: #e6e6e6;
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: #696969;
    border-bottom-width: 1px;
    border-bottom-color: #696969;
    border-top-color: #696969;
    border-right-width: 1px;
    border-right-color: #696969;
    height: 100%;
}

/* IMAGE POPUP SECTION----------------------------------*/

.mythumbnail{
position: relative;
z-index: 0;
}

.mythumbnail:hover{
background-color: transparent;
z-index: 50;
}

.mythumbnail div{ /*CSS for enlarged image*/
position: absolute;
background-color: Transparent  ;
padding: 5px;
border:0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.mythumbnail div img{ /*CSS for enlarged image*/

border-width: 1;
padding: 2px;
}

.profiledd
{
    width:85px;
}

.profiledate
{
    width:60px;
}

.mythumbnail:hover div
{
    /*CSS for enlarged image on hover*/
  position: absolute ;
  border:2px;
    visibility: visible;
    left: -200px; /*position where enlarged image should offset horizontally */
    top: 100px;
    
}


/*---------------------------------*/
SELECT
{
  font-family:Verdana;
  font-size:11px;
  line-height: 16px;
  color:#666666;
  width:150px;

}


.box_main
{
    width: 300px;
    min-height:100px;
}

.box_mid
{
    background-image: url(images/OrangeBoxMiddle.gif);
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
    background-repeat: repeat-y;
    background-color: #e6e6fa;
}

.box_top
{
    background-image: url(images/OrangeBoxTop.gif);
    vertical-align:middle;
    width: 280px;
    height: 22px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 10pt;
    color: white;
    font-family: Verdana;
    font-weight:bold ;
    padding-top: 0px;
}

.box_bottom
{
    background-image: url(images/OrangeBoxBottom.gif);
    width: 300px;
    height: 22px;
    background-repeat: no-repeat;
    background-color: #e6e6fa;
}

.newbox
{
    min-width: 100px;
    min-height: 100px;
    width: 100%;
    color: #696969;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f0f5ff;
    border-right: #6699ff 1px solid;
    border-top: #6699ff 1px solid;
    border-left: #6699ff 1px solid;
    border-bottom: #6699ff 1px solid; /*background-color: #f8f8ff;
    background-color: #ffffcc;
    border-right: #6699ff 2px solid;
    border-top: #6699ff 2px solid;
    border-left: #6699ff 2px solid;
    border-bottom: #6699ff 2px solid;*/
}

.newboxtop
{
    /*height: 15px;*/
   /* padding: 1px 2px 1px 2px;*/
    width: 100%; /*background-color: #fa8072;*/
    background-color: #6699ff ;
    font-size: 11px;
    font-weight: bold;
    color: white;
    font-family: Arial, Verdana;
    
}
.newboxcontent
{
      
 padding: 4px 4px 10px 4px;
}

.newboxlabel
{
    color: #0000cc;
    font-family: Verdana;
    font-size: 11px;
    vertical-align: top;
    text-align: right;
    line-height: 15px;
}




.wizardstep
{
    width: 80px;
    height: 16px;
    font-size: 11px;
    font-weight:bold;
    border: solid 2px #606060;
    background-color: #ff6633;
    color: #ffffff;
    font-family: Arial, Verdana;
    float: left;
    padding: 5px 5px 5px 5px;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}


.wizardstep A:hover 
{color:#ffffff ;}

.wizardstep A:link
{color:#ffffff ;}

.wizardstep A:visited
{color:#ffffff ;}


.wizardstepselected A:hover
{color: Blue ;}

.wizardstepselected A:link
{color: Blue ;}

.wizardstepselected A:visited
{color: Blue ;}

.wizardstepselected
{
    width: 80px;
    height: 29px;
    font-size: 11px;
    z-index:10;
    background-color: #f7f7f7;
    color: #000000;
    font-family: Arial, Verdana;
    float: left;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
    border-right: #d3d3d3 2px solid;
    border-top: #d3d3d3 2px solid;
    border-left: #d3d3d3 2px solid;
    border-bottom: #d3d3d3 2px;

}

.wizardbox
{
    margin-left: 3px;
    margin-top: -3px;
    width: 500px;
    border-right: #d3d3d3 2px solid;
    border-top: #d3d3d3 2px solid;
    border-left: #d3d3d3 2px solid;
    border-bottom: #d3d3d3 2px solid;
    background-color: #f7f7f7;
}

.orange
{
    /*  background-image: url(images/Orange.jpg);
    background-repeat: repeat;*/
    background-color: #6699ff;

}

.logintext
{
    font-size:7px;
}

.profilesample
{
    width: 110px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 10px;
    color: #696969;
    font-weight: normal;
    font-family: Arial, Verdana;
}

.profilesample A:link
{
    
}

.myloginbutton
{
    position: relative;
    top: -20px;
}


.myregisterbutton
{
    position: relative;
    top: -95px;
    left:-30px
}


.mainscreen
{
    width: 452px;
    height: 337px;
    background-image: url(images/main.jpg);
 
    background-repeat: no-repeat;    
}

.mainlogobar
{
    width: 724px;
   

}

.maintopbar
{
    width: 724px;
    height: 48px;

}
.mainnewusers
{
   
    background-image: url(images/NewUsersSilver.jpg);
    background-repeat: no-repeat;
    width: 357px;
    height: 335px;
    border-right: #e5e5e5 1px solid;
    border-top: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
}

.mainbottom
{
    background-image: url(images/MainBottom.jpg);
    width: 724px;
    
    
    background-repeat: no-repeat;
}

.mainsearch
{
    background-image: url(images/mainsearch.gif);
    
    color:black ;
    width: 300px;
    position: relative;
    background-repeat: no-repeat;
}

.mycreateuserbutton
{
    position: relative ;
    z-index:200;
     top:-50px;
     left:0px;
     
}

.mycreateuserbutton1
{
    position: relative ;
    z-index:200;
     top:-108px;
     left:-35px;
     
}

.mylogin A:hover
{
    color: #0000ff;
}

.mylogin A:link
{color:#ffffff ;}

.mylogin A:visited
{color:#ffffff ;}
