body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url('/images/page_bg.gif');
}

html,body,#wrapper,h1 {
	margin: 0;
	padding: 0;
}

th,td {
	font-size: 12px;
}

img {
	border: 0px none;
}

.bannerleft {
	width: 120px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 150px;
}

.bannerright {
	width: 120px;
	height: 600px;
	position: absolute;
	right: 0px;
	top: 150px;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 996px;
	position: relative;
}

#searchpanel {
	margin-top: 2px;
	width: 995px;
	height: 44px;
	background: black;
	color: white;
	padding-top: 1px;
}

#searchpanel form {
	position: relative;
	top: 7px;
}

.titleHeading {
	font-size: 20px;
	margin-top: 5px;
}

.titleBox {
	background-image: url('/images/titleBoxMid.png');
	background-repeat: repeat-x;
	height: 34px;
}

.titleBoxL {
	background-image: url('/images/titleBoxL.png');
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 6px;
}

.titleBoxR {
	background-image: url('/images/titleBoxR.png');
	background-repeat: no-repeat;
	float: right;
	height: 34px;
	width: 6px;
}

#innerpage {
	margin-left: 2px;
	margin-right: 2px;
}

#innerpage form {
	position: relative;
	right: 2px;
}

#innerpage input,#invitebox input {
	font-size: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 6px 6px 4px;
}

#innerpage select {
	font-size: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
}

#innerpage textarea {
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
}

.button {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #DDD url(/images/bg-btn.gif) repeat-x 0 0;
	border-color: #BBB #BBB #999;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font: 12px/ 15px Helvetica Neue, Arial, "Lucida Grande", Sans-serif;
	margin: 0;
	overflow: hidden;
	padding: 5px 9px 5px 9px;
	text-shadow: 0 1px #F0F0F0;
	color: #333 !important;
	-moz-box-shadow: 0 1px 0 #F8F8F8;
	-wekbit-box-shadow: 0 1px 0 #F8F8F8;
	box-shadow: 0 1px 0 #F8F8F8;
}

.button:hover,.button:focus {
	background-position: 0 -6px;
	border-color: #999 #999 #666;
	color: black;
	text-decoration: none;
}

#innerpage input.noborder {
	color: #006600;
	border: 0px;
	padding-left: 4;
	padding-right: 4;
	/*height: 14px;*/
	background-color: #FFFFFF;
}

#innerpage input.shareurl {
	color: #AAAAAA;
	border: 1px solid #365F17;
	font-weight: bold;
	padding-left: 4;
	padding-right: 4;
	background-color: #FFFFFF;
	padding-left: 4;
}

#innerpage textarea.mytextiwb {
	background-image: url('/images/texti_t.png');
	background-repeat: no-repeat;
	background-position: center;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 10px;
	border: 1px solid #000000;
}

.separator {
	height: 12px;
}

#geturlbutton {
	position: relative;
	top: 7px;
}

.WBThumbnail_Hidden {
	display: none;
}

.small_notice {
	font-size: 10px;
	color: gray;
}

.small_notice a {
	text-decoration: none;
	color: gray;
}

.wb_thumbnail_picture {
	float: left;
	background-color: #fff;
	padding: 2px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

.smallfont {
	font-size: 10px;
}

#sms {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC66CC;
	background-image: url('/images/sms_bg.gif');
}

#sms a {
	text-decoration: none;
}

#sms table {
	width: 700px;
}

#sms table td {
	color: #000000;
	font-weight: bold;
}

#separator {
	height: 25px;
}

#separator img {
	position: relative;
	top: 8px;
	left: 240px;
}

#pagingfooter {
	height: 35px;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#pagingfooter a {
	text-decoration: none;
}

.uploadlink {
	padding-top: 10px;
	float: right;
	position: relative;
	bottom: 5px;
	right: 2px;
}

.morelink {
	padding-top: 10px;
	float: left;
	position: relative;
	bottom: 5px;
	left: 2px;
}

#imagebox {
	width: 130px;
	padding-top: 5px;
	color: #999999;
}

#imagebox .thumbnail {
	width: 122px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	border: 1px solid #000000;
}

#imagebox .thumbnail img {
	width: 120px;
}

#imagebox .video-title {
	color: green;
}

#imagebox span {
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	opacity: 0.75;
	padding: 0 4px;
	position: relative;
	bottom: 16px;
	left: 82px;
}

#friendsbox {
	border: 1px solid #AAAAAA;
}

#friendbox img {
	border: none;
	width: 48px;
	height: 48px;
}

.friendrequestbox {
	border: 1px dashed #AAAAAA;
	background-color: #bafb99;
	padding-left: 5px;
}

.friendrequestbox h2 {
	font-size: 14px;
	color: maroon;
}

.tabspanel {
	padding-top: 5px;
}

.tabspanel ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 23px;
}

.tabspanel a {
	text-decoration: none;
	color: white;
}

.tabspanel li {
	line-height: 23px;
	font-weight: 700;
	margin-right: 5px;
	padding: 0px;
	float: left;
	width: 14%;
	background-repeat: no-repeat;
}

.tabspanel li.sel {
	background-image: url(/images/tabsel_r.png);
}

.tabspanel li.sel .lbar {
	background-image: url(/images/tabsel_l.png);
	background-position: left center;
	float: left;
	height: 23px;
	width: 6px;
}

.tabspanel li.notsel {
	background-image: url(/images/tabnotsel_r.png);
}

.tabspanel li.notsel .lbar {
	background-image: url(/images/tabnotsel_l.png);
	background-position: left center;
	float: left;
	height: 23px;
	width: 6px;
}

.hrline {
	background-color: black;
	height: 1px;
}

.reportheading {
	background-color: #A1A1A1;
}

.evenrow {
	background-color: #9fc138;
	color: #FFFFFF;
}

.evenrow a {
	text-decoration: none;
	color: #FFFFFF;
}

.evenrow a:HOVER {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.oddrow {
	background-color: #CCCCCC;
}

.oddrow a {
	text-decoration: none;
	color: #000000;
}

.oddrow a:HOVER {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.education a {
	text-decoration: none;
}

.education a:hover {
	text-decoration: none;
	font-weight: bold;
}

.recordcount {
	font-weight: bold;
	margin-left: 3px;
}

.exportreport {
	margin-left: 4px;
}

.supportticket {
	font-size: 12px;
}

.supportreply {
	font-size: 12px;
	font-style: italic;
	color: green;
}

#divphone {
	font-size: 18px;
	float: right;
}

#divemail {
	font-size: 18px;
	float: right;
}

h1,h3 {
	font-size: 10px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	padding: 4px 0 0 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}

.left {
	float: left;
	margin: 1px 8px 0px 0px;
}

.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

/* ***** */
#inner {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background: white;
	color: black;
	margin-bottom: 10px;
}

#header {
	width: 995px;
}

#nav {
	position: absolute;
	left: 550px;
	top: 40px;
	width: 200px;
}

#nav,#nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

.profilepicture {
	margin-top: 5px;
}

.profilepicture img {
	margin-left: 8px;
}

#profilePage {
	min-height: 40px;
}

#profilePage h3 {
	font-family: arial;
	font-size: 18px;
	color: #9d0404;
}

#profilesearch {
	margin-top: 20px;
	background-color: #f9fab4;
}

#profilesearch a {
	text-decoration: none;
}

.profilebox {
	border-bottom-style: dashed;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

.profilebox table {
	width: 100%;
}

.profilebox table td {
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
}

.profilebox table td.profilepicture {
	width: 10%;
}

.profilebox table td.profileaction {
	width: 25%;
}

.profileaction ol {
	list-style: disc;
}

.profilebox .profilelink {
	font-size: 14px;
	font-weight: bold;
}

.addimage {
	margin-top: 5px;
	margin-bottom: 5px;
}

.profilelink {
	text-decoration: none;
}

.widgetheader {
	background-color: #cacaca;
	background: #fc8cc2 url('/images/footer_bg.gif') repeat-x;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	height: 21px;
}

.roundcont {
	width: 100%;
	background-color: #a5d1e4;
	font-size: 11px;
	color: #000000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url('/images/tr_wb_c.png') no-repeat top right;
}

.roundbottom {
	background: url('/images/br_wb_c.png') no-repeat bottom right;
}

img.corner {
	width: 10px;
	height: 10px;
	border: none;
	display: block !important;
}

.arrowup {
	width: 88px;
	height: 16px;
	background: url('/images/arrow_up.png') no-repeat top right;
	position: relative;
	bottom: 26px;
	left: 15px;
}

.wbcommentsbox {
	margin-top: 14px;
}

.wbcomment {
	margin-left: 8px;
}

.wbcomment a {
	text-decoration: none;
}

.wbcomment img.cmtpic {
	position: relative;
	top: 2px;
}

.wbcomment .wbcommentseprator {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: black;
	width: 95%
}

#browse {
	float: left;
	width: 135px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 2px solid white;
}

#browse dt {
	background: #fc8cc2 url('/images/footer_bg.gif') repeat-x;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 6px;
	padding-bottom: 6px
}

#browse dd {
	background: #ffffff;
	border-bottom: 1px dotted #000000;
	padding: 0;
	margin: 0 0px;
}

#browse dd a {
	color: #3a3a3c;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 2px 8px;
}

* html #browse dd {
	padding: 3px 22px;
	padd\ing: 0;
}

* html #browse dd a {
	display: inline;
	di\splay: block;
}

#browse dd a:hover {
	background: #f7dce9;
}

#browse .first {
	padding-top: 1px;
}

#browse .last {
	padding-bottom: 1px;
	border-bottom: 50px solid white;
}

#browse .searchform {
	padding: 10px;
}

#browse .text,#browse select {
	width: 160px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 130px;
}

.menu_icon {
	position: relative;
	top: 2px;
	right: 2px;
}

#body {
	float: left;
	width: 710px;
	border: 1px solid #aaaaaa;
	position: relative;
}

#bodysearch {
	float: left;
	width: 846px;
	border: 1px solid #aaaaaa;
	position: relative;
}

#body p {
	margin: 1em 0;
	padding: 0;
}

#body .fullsizebox {
	width: inherit;
}

#body .widgetbox {
	margin-top: 5px;
	color: #464646;
}

#body .widgetbox a {
	text-decoration: none;
}

#body .fullsizebox marquee {
	color: #227293;
	margin-left: 15px;
	font-size: 14px;
}

#body .widgetbox {
	border-right: 1px solid #e5e5e5;
	width: 230px;
	height: 180px;
}

* html #body .widgetbox {
	margin-right: 10px;
}

#body .br {
	border-bottom: 1px solid #e5e5e5;
}

#body .readmore {
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#body .readmore a {
	color: #ad1c1c;
}

#body .readmore a:hover {
	color: #f73838;
}

#body h3 {
	
}

#footer {
	background: #fc8cc2 url('/images/footer_bg.gif') repeat-x;
	position: relative;
	text-align: center;
	border-bottom: 2px solid white;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 4px
}

#footer,#footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footnav {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 0px;
	padding: 8px 0 5px 0;
}

#footermsg {
	font-size: 10px;
}

#fadeinbox {
	position: absolute;
	width: 300px;
	left: 0;
	top: -400px;
	border: 1px solid black;
	background-color: lightblue;
	padding: 2px;
	z-index: 100;
	visibility: hidden;
}

.successmessage {
	height: 16px;
	background-color: #F7B453;
	font-weight: bold;
	text-align: center;
}

.errormessage {
	height: 16px;
	background-color: #F96D6D;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.previouslink {
	text-align: center;
	font-size: 16px;
}

.previouslink a {
	text-decoration: none;
}

.timecaption {
	color: #848482;
}

#hidingdiv {
	height: 30px;
	width: 400px;
	position: absolute;
	top: 391px;
	left: 31px;
	background-color: #CDD0D0;
}

#mediaspace {
	
}

.div-rounded {
	-moz-border-radius: 5px 5px 5px 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.user_profile_thumbnail {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: 1px 1px 1px 1px;
}

.link {
	text-decoration: none;
	font-weight: bold;
}

#invitebox { /* overlay is hidden before loading */
	display: none;
	/* standard decorations */
	width: 460px;
	border: 10px solid #666;
	/* for modern browsers use semi-transparent color on the border. nice! */
	border: 10px solid rgba(82, 82, 82, 0.698);
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#invitebox div {
	padding: 10px;
	border: 1px solid #3B5998;
	background-color: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif
}

#invitebox h2 {
	margin: -11px;
	margin-bottom: 0px;
	color: #fff;
	background-color: #0f7429;
	padding: 5px 10px;
	border: 1px solid #06531a;
	font-size: 20px;
}

.external_share_box {
	background-color: #f9f7c2;
	margin-top: 8px;
	padding: 5px;
	height: 34px;
}

.tvbox {
	background-image: url("/images/tv.jpg");
	background-repeat: no-repeat;
	margin-left: 15px;
	width: 150px;
	height: 175px;
	width: 150px;
}

.tvbox span.tvtitle {
	font-weight: bold;
	position: relative;
	top: 75px;
	position: relative;
}

.tvbox a {
	text-decoration: none;
	color: green;
}

.tvbox img.tvlogo {
	position: relative;
	top: 68px;
	left: 12px;
}

#simsearchresult {
	height: 150px;
}

.nimaztimings {
	width: 100%;
}

.nimaztimings tr td {
	font-size: 20px;
}

.nimaz_other_cities {
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	width: 97%;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #cbcbcb;
}

.nimaz_other_cities a {
	text-decoration: none;
	color: #cbcbcb;
	font-size: 15px;
}

.nimaz_other_cities a:hover {
	text-decoration: none;
	color: black;
	font-size: 15px;
}

.disabled_text {
	color: gray;
}

.button_left {
	background: transparent url(/images/profile_visits_green_left.gif)
		no-repeat scroll left 50%;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	cursor: default;
	z-index: 9999;
}

.button_left span {
	background: transparent url(/images/profile_visits_green_right.gif)
		no-repeat scroll right 50%;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 32px;
	margin-left: 3px;
	padding: 0 13px 0 8px;
}
