/* used for tabbed browsing feature */
#main {
    background:#efefef;
    border-color:#d0d0d0 #d0d0d0 #d0d0d0;
    border-style:solid;
    border-width:1px 1px 1px;
    /*float:center;*/
    margin-top:-1px;
    padding:3px 0pt 5px 10px;	
    margin-left:10px;
    width: 750px;
    height:250px;    
    overflow: auto;
}


#main input,textarea,select {
/*font-size: 1em;*/
}


.boxtit {
  font-weight:bold;
  font-size:8pt;
  margin-left:11px;
}

a img{

	border: none;
}

#tabmain {
   
	border: 1px solid #666;
	clear: both;
	background: #CCC;
	width: 745px; /* needs to be changed on font enlargement */
	
}

#thememain {
  
    border: 1px solid #666;
	clear: both;
    background-image:  url(../images/grey.gif);
	width: 50em;
	background-repeat: repeat;
}


#contents {
    /**/
    padding:1.5em;
	background: #FFFDF3;
	min-height: 300px;
}

#tab {
    margin-left:10px;
	position: relative;
  	height: 4em; /* height from top */
	width: 65em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    
}

#tab ul#primary {
  
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 65em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab ul#primary li  {
	display: inline;
	list-style: none;
line-height:28px;
}


#tab ul#primary a,#tab ul#primary span,#tab ul#primary a.current {
	width: 15em;
	display: block;
	float: left;
	padding: 4px 0 0 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-bottom: 0px;/*line-height:25px;*/

}

#tab ul#primary span,#tab ul#primary a.current,#tab ul#primary a.current:hover {
	border: 1px solid #AAB6C2;
	background: #efefef;
	margin-top: 0;
	border-bottom-style: none;
    margin-right:4px;
	line-height:33px;
}

#tab ul#primary span {
	

border-bottom:1px solid #d0d0d0;
border-bottom:0px;
padding-left:4px;
padding-top:0px;
}



#tab ul#primary li a {
	background: #EEE;
	border: 1px solid #AAA;
	padding:0px 4px;
	line-height:30px;
	/*border-bottom: none;*/
}


#tab ul#theme {
	margin: 0;
	padding: 0;
	left: 2.1em; /*IE necessary*/
	position: absolute;
	bottom: -3.6em;
	width: 65em; 
}

#tab ul#theme li  {
	display: inline;
	list-style: none;
}



#tab ul#theme span {
	background: #FFF;
	color: #333;
	border: 1px solid #333;
	border-bottom: 1px solid #FFF;
	/*border-bottom: none;*/
}

#tab ul#theme a {
	background: #EEE;
	color: #333;
	border: 1px solid #AAA;
	/*border-bottom: none;*/
}

#tab ul#theme a:hover {
	margin-top: 0;
	color: #333;
	border-color: #666;
	background: #FFF;
	padding-bottom: 5px;
}


#tab ul#secondary {
	position: absolute;
	margin: 3px;
	bottom: -5.2em;/*control height pos of second */
	left: 1px;
	width: 63em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
}

#tab ul#secondary li a,#tab ul#secondary li span {
	width: auto;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
	border: none;
	
	/*background: #cccccc;*/
/*	border-color: #999999;*/
}






#tab ul#secondary li:last-child a { border: none; }



#phadmin {
	border: 1px solid #666;
	clear: both;
	background: #CCC;
	width: 745px; /* needs to be changed on font enlargement */
	
}

