/* ------------------------------------------------------------------------------   YaPiG Default template CSS      Just modifying this file you can heavily customize your    YaPiG's look.   -----------------------------------------------------------------------------*//**************************************************** HTML Elements******************************************************//* ----------- Links --------------------- */a:link{	color:#FFFFFF;	text-decoration: none;}a:hover{color:#FFFFFF;	text-decoration: underline;}a:visited{color:#FFFFFF;	text-decoration: underline;}/* --------------------------------------- */body {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #FFFFFF;	background: #FFFFFF;	font-size: 10px;	margin: 0pt;	background-color: #0066CC;}div {    margin-left: 20px;}pre {   margin-left: 20px;	    }  h3,h4,p {   margin-left: 20px;}table {      margin-left: 12px;      font-size: inherit;}h1 {	margin-top: 8px;	margin-bottom: 5px;	padding: 3px;	border: none;	background: #0066CC;	color: #FFFFFF;	clear: both;	font-size: 12px;   }/* ------------ Forms ------------------------ */input,textarea {	background: white;	border: thin solid #999999;	color: black;	padding: 2px;	margin-left: 5px;}/* ------------------------------------------ */strong {       color: #FFFFFF;}address {	 border-top: thin solid;	 margin: 10px;	 background: #0066CC;}/******************************************************YaPiG Interface Classes*******************************************************/.center {  text-align: center;}/*  Main task bar style */.main {      border-bottom: thin dotted #CCCCCC;      /*background: #9F9FAF;*/      font-size: 10px;      padding-bottom: 3px;      color: #FFFFFF;      margin: 3px;}/* form buttons style */.formbutton {	border: thin solid #FFFFFF;	color: #0066CC;	/*background: #BBBBCA;*/}/* gallery index container (div)*/.gidindex {	 border-bottom: thin none #0066CC;	 width: 100%;	 font-size: 10px;}.gidindextable{	       width: 95%;	       font-size: inherit;}/* information about a gallery container style*/.gidindexdata{	 /* border: thin dotted #AAAABA;*/	/*  background: #DDDDED;*/	  }/*  TD of Index of galleries */.gidindextd{	    width: 180px;}/*DIV containing information about image information (name,size,dimensions)*/.phidinfo{	background: #0066CC;	margin: 6px;	padding: 5px;	border: thin none;	  }	  /* Box style with the name,web,email and the posted comment*/.comment {	  border: thin solid #CCCCCC;	  background: #0066CC;	  margin: 5px;	  padding: 5px;}/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */.view {      font-size: 10px;}/*Thumbnail Image style */.thumb {       border: thin outset #CCCCCC;}/* div style of the container of the 'big' image */.viewimage {	   text-align: center;}/* style of the 'big' image itself*/.image{}.red {       color: #FF6600;       background: auto;}/* Admin task bar style */.admin {	border-bottom: thin solid #CCCCCC;	color: #0066CC;	padding: 5px;	background: #0066CC;	margin: 20px;	font-size: 10px;}/* Admin forms */.admin_data {      margin-left: 15px;}/** * For the exif DIV (template: phid_info.php)*/.exif_data{  margin-bottom: 3px;  padding: 5px;  float: right;  font-size: 10px;  background: #0066CC;  border: thin none;}