.ms-list3-main {
	border-left-style: none;
	border-right-style: none;
	border-top: none;
	border-bottom: none;
	background-color: white;
}
.ms-list3-tl {
	font-weight: bold;
	color: navy;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: white;
}
.ms-list3-left {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid black;
	background-color: white;
}
.ms-list3-top {
	font-weight: bold;
	color: navy;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: white;
}
.ms-list3-even {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid black;
	background-color: white;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#takeMeUpContainer {
	bottom:5px;
	display:block;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	padding:7px 7px 7px 10px;
	position:fixed;
	text-decoration:none;
	cursor: pointer;
	width:70px;
}
#cLoadingIndicator
{	
	text-align: center;
	vertical-align: middle;	
	font-size: 10px; 
	font-weight:bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 	
	BACKGROUND-COLOR: #ffffae;
	BORDER: #000000 1px solid; 	
	width: 188px;
	height: 24px;
}
.LoadInd
{
	line-height: 24px; 
	vertical-align: middle;	
}
span.text
	{
	color: #525163;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	}
span.text_red
	{
	color: #CE0000;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	}

span.text_green
	{
	color: #009900;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	}
td.admin_index_news_border
	{
	border: 1px #DEDFDE solid;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	color: #45484A;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

span.copyright
	{
	color: #525163;
	font-size: 9px;
	font-family: Verdana, Arial, Sans-Serif;
}

.odd{
background-color:#F3EF9D;
}
.even{
background-color:#CBE1DE;
}
.error {
font-family: Tahoma;
font-size: 8pt;
color: red;
margin-left: 50px;
display:none;
}
.reviewcount, .visitsite, .visitsite_single {
	float: right;
}

.reviewcount a:link, .reviewcount a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-family: Arial;
	font-size: 8pt;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

.visitsite, .visitsite_single {
	padding-left: 8px;
}

.visitsite a:link, .visitsite a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-family: Arial;
	font-size: 8pt;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:link, .visitsite_single a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #c00;
	font-family: Arial;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:hover {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #fcc;
	font-family: Arial;
	font-size: 8pt;
	color: #06c;
	text-decoration: underline;
	font-weight: bold;
}

td.ratings {
	white-space: nowrap;
	padding-left: 10px;
}

.rating_label {
	white-space: nowrap;
	background: #e3f1ff;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 4px;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}

.field {
border: 1px outset #FF0000;
color: #660000;
background-color: #FFCCFF;
font-weight: bold;
}
.field2 {
border: 2px inset #FF0000;
color: #660000;
font-weight: bold;
} 

.iPhoneCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
  .iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iPhoneCheckDisabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }

label.iPhoneCheckLabelOn {
  color: white;
  background: url('images/on.png?1282083753') no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 5px; }
  label.iPhoneCheckLabelOn span {
    padding-left: 8px; }
label.iPhoneCheckLabelOff {
  color: #8b8b8b;
  background: url('images/off.png?1282083753') no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0; }
  label.iPhoneCheckLabelOff span {
    padding-right: 8px; }

.iPhoneCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url('images/slider_left.png?1282083753') no-repeat;
  padding-left: 3px; }

.iPhoneCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url('images/slider_right.png?1282083753') no-repeat right 0; }

.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url('images/slider_center.png?1282083753'); }

#shareboxes, #tweet {
	overflow:hidden;
}
div.share {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #8DBDD8;
	background:#fff;
	margin-right:1em;
	padding:0 1em;
	float:left;
	height:200px;
}
#copybox {
	width:250px;
}
#sharebox {
	width:500px;
}
#tweet_body {
	float:left;
	width:450px;
	height:8em;
	font-size:12px;
}
#charcount {
	padding-left:5px;
	color:#8DBDD8;
}
#charcount.negative {
	color:red;
}
#share_links a {
	padding:0 12px 0 18px;
	font-weight:bold
}
#share_links a:hover {
	background-position:2px center;
}
#share_tw {background:transparent url(images/twitter.png) left center no-repeat;}
#share_ff {background:transparent url(images/friendfeed.png) left center no-repeat;}



