@font-face
{
font-family:"My font";
src: url('../fonts/helvetica_world.ttf'),
     url('../fonts/helvetica_world.eot'); /* IE9 */
}
@font-face
{
font-family:"my font1";
src: url('../fonts/PRISTINA.TTF'),
     url('../fonts/PRISTINA.eot'); /* IE9 */
}

.viewtable{
border-collapse: collapse;
border: 1px solid #e3e2e1;
font-family:"My font";
font-size:13px;
color: #696A69;
background-color:#ffffff;
line-height:2em;
width:90%;
}
.viewtable th{
font-family:"my font1";
font-size:18px;
padding: .5em;
color:#bf194f;
text-align:left;
font-weight:bold;
height:30px;
background-color:#f0f0f0;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #F0F0F0 0%, #D6D6D6 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #F0F0F0 0%, #D6D6D6 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #F0F0F0 0%, #D6D6D6 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F0F0), color-stop(1, #D6D6D6));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #D6D6D6 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #F0F0F0 0%, #D6D6D6 100%);
border:1px solid #CCCCCC;
}

.viewtable tr:nth-child(odd){
background-color:#ffffff;	
}

.viewtable tr:nth-child(even){
 background-color:#FAFAFA;
 }
.viewtable td{
/*border: 1px solid #e3e2e1;*/
padding: .5em;
background-color:#FAFAFA;
}
.viewtable td a{
	color: #bf194f;
	text-decoration: none;
	font-weight:bold;
	
}
.viewtable td a:hover{
	color: #ee6a00;
	text-decoration: none;
	font-weight:bold;
	
}

.mytable
{



}

.photoframe1
{
	padding: 11px;
    background-image: url('../images/pattern3.png');
    border: 1px solid #FEB65F;
}