@charset "utf-8";
/* CSS Document */
body {
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0;
	margin:auto;
	line-height:14px;
	text-align:center;
	font-weight: bold;
}

#body {
	height:100%;
	width:962px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	direction:ltr;

}


#header {
	height:202px;
	padding:0px;
}
#content {
	padding:0;
	background-image: url(images/back_friend.jpg);
	background-repeat: repeat-y;	
}
#content_clip_menu {
   width:962px;
}
#content_zango_add {
width:962px;
text-align:center;
}

#content_left {
	width:560px;
	float:left;
}
#content_friends {
	float:right;
	text-align:center;
	width:400px;
}
#content_friends_right {
float:right;
width:198px;
}
#content_friends_left h4 {
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#content_friends_right h4 {
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#content_friends_left {
float:left;
width:198px;
}

#content_box {
    position:relative;
	margin: 8px;
	padding: 5px;
	width: 530px;
	border: thin solid #000000;
	text-align: center;
}
#content_comments {
	margin: 8px;
	padding: 5px;
	width: 530px;
	border: thin solid #000000;
	text-align: left;
}
#content_box_main {
    position:relative;
	margin: 8px;
	padding: 5px;
	width: 530px;
	border: thin solid #000000;
	text-align: left;
}
#content_box_ppic {
    position:relative;
    float:left;
	margin: 8px;
	padding: 5px;
	width: 300px;
	border: none;
	text-align: left;
}
div#commentForm
{
  margin: 0px 20px 0px 20px;
  display: none;
}

a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline overline;
}

li {
	word-spacing: 5pt;
	padding-top: 5px;
	padding-bottom: 5px;
}
.movieTitle {
	font-size: 18px;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
	color: #000099;

}
.movieTitleMain {
	font-size: 18px;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
	color: #000099;
	text-align:left

}
.cat {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bolder;
	color: #30CC66;
	text-decoration: underline;

}
.norm {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bolder;
	color: black;
	text-decoration: none;

}
.pagination{
padding: 5px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid black;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid black;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: black;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: black;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}
