/*   # = id 
 *   . = class
*/  




h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}

h3 {
/* EG: GALLERIES, LOGIN */
	margin: 0px; 
	padding: 3px 0px 0px 0px; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
        border-bottom: 1px solid #e6e6e6; 
        
    
}

h4 {
/* Gallery Name */ 
    margin: 0px;
    padding: 0px 0px 10px 15px;
    font: 170% Arial, Sans-Serif;
    font-weight: bold;

	color: #33ADDB; 
	text-transform: uppercase;
	background-color: inherit;

  } 

h5 {

	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	/*position:relative;*/
        color: #6AC65D; 
       /* padding: 5px 0px 0px 10px;  */
        margin: 5px 10px 20px 10px; 
        border-bottom: 1px solid #6AC65D;
        width: 200px;
}

p {
	padding: 2px 0 5px; 
	margin: 0;
}


a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px; 
	left:0; 
	width:140px; 
	height:50px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(../site_images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;


	opacity: .5;
	filter: alpha(opacity=50);
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	/* width: 260px; */
	padding: 13px;
	background: #f2f2f2 url(../site_images/corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(../site_images/corner.gif) no-repeat bottom right;
	color: #626262;
}



input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}





/* MY WORK BELOW - 20-01-08 */

/*
 ***  My Section (left side) *******************************************
 *	  
 */


  .mysection {
    padding: 0px 5px 10px 10px;
    text-align:center;
  }

  .login {
    font-weight:bold;
     text-align:center; 
     
    width:75%;
  }



  .loggedin {
    padding: 0px 5px 20px 10px;
    
  }

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

  .loggedin_hr {
 /*   color: #166ca7;
    background-color: #166ca7;
    height: 5px;
    border:0;
    width:80%; */
    border: none 0; 
    border-top: 1px dashed #c0c0c0;

    height: 1px;
    margin-bottom:0px;
    width:80%; 
    padding-bottom: 20px;
  }





  .gal_text
  {
     color:#ccc;
     margin: 0px 5px 0px 20px;
  }




  .gal_date {
    font-weight:bold;
    margin-left: 10px;
  }

  .gal_link {
    margin-left:25px;
  }

  a.gal_link:link{
      text-decoration:none;
      color:#a09898;
 
  }
  a.gal_link:visited{
      color:#a09898;
      text-decoration:none;
  }
  a.gal_link:active{
      color:#166ca7;
      text-decoration:none;
  }
  a.gal_link:hover{
      color:#166ca7;
      text-decoration:underline;
  }




  a.logout_link:link{
      text-decoration:none;
      color:black;
 
  }
  a.logout_link:visited{
      color:black;
      text-decoration:none;
  }
  a.logout_link:hover{
      color:#166ca7;
      text-decoration:none;
  }
  a.logout_link:active{
      color:green;
      text-decoration:none;
  }

a img {border:none;}


   .notification
   {
	background: #f2f2f2 url(../site_images/corner.gif) no-repeat bottom right;
	color: #626262;
        text-align: center;


   }


  p.hometext
  {
      color:#888;
      font-weight:normal;
      font-size:140%;
      margin-bottom: 10px;
      text-align:justify;
      width:500px;
      margin-left: 20px;
      margin-top: 15px;
     
      
  }





