body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: White;
    color: #000000;
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
.main
{
    background-color: #FFFFFF;
    color: #000000;
    padding: 0 10px 0px 10px;
}
.h_l
{
    background-color: #FFFFFF;
    color: #000000;
    height: 14px;
}
.nav
{
    background-color: gray;
    color: #000000;
    padding: 10px 0;
}
.nav a
{
    text-decoration: none;
    color: #000000;
    background-color: inherit;
    font-weight: bold;
    padding: 0 15px;
}
.nav1
{
    background-color: gray;
    color: #FFFFFF;
    padding: 0 0 35px 15px;
    line-height: 15px;
}
.nav1 a
{
    color: #FFFFFF;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
}
.nav a:hover, .nav1 a:hover
{
    text-decoration: underline;
}
.main_bg
{
    background-image: url(../Images/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 274px; /*height:274px;*/
    background-color: #CBCED5;
    color: #000000;
    
}
.text_bg
{
    width: 587px;
    background-image: url(../Images/text_bg.jpg);
    background-repeat: repeat-y;
    margin-left: 135px; /*height:274px;*/
    min-height: 274px;
    
}
.ph
{
    float: left;
    width: 165px;
    padding: 20px 0 0 20px;    
}
.text
{
    font-family: Verdana;
    font-size: 9px;
    color: #000000;
    padding: 20px 45px 0px 15px;
}
.Mainmenu
{
    font-family: Verdana;
    font-size: 13px;
    color: White;
    height: 42px;
    width: 88px;
    text-align: center;
    font-weight: lighter;
    text-decoration: none;
}
.textbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    width: 250px;
}


.MediumHeading
{
	margin-left:5px;
	margin-top:5px;
	font-weight:bold;
	text-indent:5px;
    /*color: #006EAC;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: underline;
    font-weight:bold;
    text-align: left;*/
}
.bold
{
    font-weight:bold;    
}
input.groovybutton
{
    border-left: 10px solid Black;
    border-right: 1px solid #9933FF;
    border-top: 1px solid #9933FF;
    border-bottom: 1px solid #9933FF;
    font-size: 11px;
    font-family: Tahoma,sans-serif;
    color: Black;
    background-color: ThreeDFace;
    cursor:pointer;
    height:20px;
}
 .modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 
.mySpan
{
    font-weight:bold;
}
.ProjectSection
{
    background-color: #B7E8FF;
    width:95%;
    vertical-align:top;
    text-align:left;
    height:100%;
}

.AlterProjectSection
{
    background-color:#A3BEB5;
    width:95%;
    vertical-align:top;
    text-align:left;
    height:100%;
}
.hidethis
{
    display:none;
    visibility:hidden;
}
.adminContent
{
	width: 863px;
    padding-left:30px;
    padding-right:10px;
	height: auto;
	background:url(../images/contantbodybg.gif);
	min-height:300px;
	vertical-align:text-top;
	margin: 0px auto;
}
.pImagescontent
{
	width: 845px;
	margin: 0 20px auto;
	min-height: 90px;
	height:auto;
	border:solid;
	border-width:1px;
	border-color:#B3B2B2;
	padding:8px 10px 0px 10px;
	text-align:justify;
}

.pImages
{
    height:80px;
    width:80px;
    padding:7px 43px 0 43px;
}
.pImageLabel
{
    width:100px;
    height:40px;
    overflow:hidden;
}

.pName
{
    margin:5px 0 10px 0;
    font-size:15px;
}

.pDetails
{
    margin:5px 0 10px 0;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

.center
{
    text-align:center;
}

.imgTag
{
    max-width:400px;
    max-height:400px;
    height:auto;
    width:auto;
    
}

#imgTag
{
	position: relative;
}

.large
{
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
}

#imgTag a.p1:hover .large
{
    position: absolute;
	height: 300px;
	width: 400px;
	left:200px;
}





/* FORMS CSS Below */
/* REGISTER */
  /* Alter the template */
  .register 
  {
  	padding:15px 20px;
  } /* Adding extra side padding to bring stuffs closer together */
  
  /* Basic layout */
  .register #register-form
  {
  	width:845px;
	float:left;
  }
  
/* Field groups */
  .register .fieldgrp 
  { 
  	width: 100%; 
	margin-bottom:.5em;
  }
  
  
  /* Form labels */
  .labelTag
  {
	font-weight: bold;
	width: 170px;
	clear:both;
	padding: 0 10px 0 0; 
	line-height: 25px; 
	_padding-top: 3px;
	float: left; 
	display: block; 
	color: #333; 
	text-align: right;
  }
  .longfield 
  { 
  	width: 215px; 
  }   
  .longfield-select
  { 
  	width: 220px; 
  }   
  .register .fieldgrp abbr
  {
  	color:#4B911C;
	vertical-align:middle;
  }
 /* Submit button */
  .submit
  {
  	clear:both;
	float:left;
	padding-left:180px;
	margin-top:1em;
  }
  .note span
  {
  	color:#4B911C;
	_color:#666;
	font-size:170%;
	vertical-align:top;
  }
