#main {
    margin: auto;
	border: 1px solid #cccccc;
	width: 820px;
	//background: #F1F3F5;
background: #FFFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
/*    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;*/
}

#result {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding:5px;
    margin-bottom:20px;
}

.photo {
	padding: 2px;
	border: 1px solid #cccccc;
	background: #E9ECEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size : 10px;
	text-align:center;
}

.sideMenu {
	padding: 5px;
	border: 1px solid #cccccc;
	background: #FFDAB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size : 10px;
	//text-align: center;
}

.sideMenuNew{
	padding: 5px;
	border: 1px solid #000000;
	background: #E9CFEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;
	//text-align: center;
}

.text {
	border: 1px solid #cccccc;
}

input {
   /* border: 0px solid #cccccc;*/
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Times New Roman, Tahoma, Arial, Helvetica, sans-serif;
    font-weight:bold;
    #margin:20px;
    font-size : 60px;
    color:#FFCC33;
    height: 80px;
}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  //color:#CCCCCC;
  color:#000000;

}

img {
    border:0px;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size : 11px;
}

.tblCeleb {
	border: 1px solid #e4317f;
}

.trDark {
	background-color: #FAFAD2;
}

.trLight {
	background-color: #FFFFF0;
}

a:hover{
	text-decoration:underline;
	color:#FF4301;
	}


a{
    text-decoration:none;
    color: #AA0000;
    border: 0px;
}



.boxHead
{
	background-color: #F6358A;
	color: #FFFFF0;
	font-weight: bold;
	font-size: 14px;
}

.aBoxHead:hover{
	text-decoration: underline;
	color: #3BB9FF;
	}


.aBoxHead{
    text-decoration:none;
    color:#FFFFF0;
}

.aBoxHeadSel:hover{
    text-decoration:underline;
    color:#3BB9FF;
}

.aBoxHeadSel{
    text-decoration:none;
    color:#AA0000;
}

.hashLink{
    text-decoration:none;
    color:#000000;
}
.hashLink:hover{
	text-decoration:none;
	color:#000000;
	}
	
.imgCount{
	font-family: Arial, verdana;
	font-size: 10px;
	color: #ff0000;
}

.srchInput
{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}

.srchSubmit
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

.srchTD {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size : 14px;
}