@charset "utf-8";
/* CSS Document */

body {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #4f6b72;
	background-color: #E3E3E8;
    background:#F4F4F4 url(<?php echo $user_row['img_src']; ?>) fixed repeat top left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	line-height : 14px;
	}

body,td,th {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.msgdiv{
width:100%;
padding-top:8px;
padding-bottom:8px;
background-color: #fff;
font-weight:bold;
font-size:18px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
}
#container{width:100%;margin:0 auto;padding:3px 0;text-align:left;position:relative; -moz-border-radius: 6px;-webkit-border-radius: 6px; background-color:#FFFFFF; margin-top: 2px; }

h2 {
font-size : 18px;
padding : 0;
margin : 0.25em 0 0.45em 0;
}
h3 {
font-size : 14px;
padding : 0;
font-weight : bold;
margin : 0.25em 0 0.45em 0;
}
h4 {
font-size : 13px;
padding : 0;
font-weight : bold;
margin : 0.25em 0 0.45em 0;
}
h1, h2 {
font-weight : normal;
}
p {
font-size : 12px;
}
p.viewdetailsfix {
font-size : 13px;
font-weight: bold;
}
p.tablecontent {
font-size : 18px;
}
p.pageblue {
	color:#4F6B72;
    font-size:13px;
}
a, a:link, a:visited {
font-size:11px;
color : #333333;
text-decoration : none;
}
a:hover {
font-size:11px;
text-decoration:none;
color : #999999;
}

