@charset "utf-8";
/* CSS Document */
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
.text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px;
	text-align: left;
	margin-bottom: 25px;
	margin-left: 10px;
}
.text li {
	list-style: inside disc;
}
.text h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 25px;
}
#loginForm
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	width: 203px;
}

#pageHeading
{
	font-size: 30px;
	padding: 15px;
	font-family: "Times New Roman", Times, serif;
	width: 390px;
}
#pageFriends a:link,
#pageFriends a:visited
{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}
#pageFriends a:hover
{
	text-decoration: underline;
}
#pageFriends img
{
	padding: 2px;
	border: 1px solid #DEDEDE;
	margin-left: 5px;
	margin-top: 5px;
}
#pageImage
{
	width: 50px;
	height: 50px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: right;
	margin-right: 5px; 
	margin-top: 5px;	
}
#pageInterests ul
{
	list-style: inside disc;
	margin-left: 15px;
}

.pageEdit a:link,
.pageEdit a:visited
{
	color: #006600;
	text-decoration: underline;
}
.myPageSection
{
	/*border: 1px solid #000000;*/
	padding: 0px;
	margin: 5px;
}
.pageSectionHeading
{
	color: #003366;
	padding-left: 15px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: url(../_images/scissors.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 33px;
}
.newsTitle
{
	padding: 3px;
	font-size: 15px;
	color: #333333;
	padding-left: 15px;
	background-image: url(../_images/scissors.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 33px;
	margin-bottom: 0px;
}
.newsItem
{
	padding: 10px;
	margin-bottom: 15px;
	color: #333333;
	text-indent: 15px;
}
#friendsPicker{
	width: 450px;
	height: 300px;
	border: 1px solid #000000;
	overflow: auto;
	display: none;
	margin-left: 30px; 
	margin-bottom: 15px;
	padding: 10px;
}
#termsOfUse{
	overflow: auto;
	width: 350px;
	height: 150px;
	border: 1px solid #DEDEDE;
	color: #666666;
	font-size: 10px;
	padding: 5px;
}
#termsOfUse ul
{
	margin-left: 10px;
	list-style: inside;
}
.loader
{
	text-align: center;
	display: none;
}
#shoutBox
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#shoutMsgs
{
	/*overflow: auto;
	margin: -10px;
	margin-bottom:15px;
	height: 500px;*/
}
.shoutMsg
{
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
	margin: -10px;
	margin-bottom: 15px;
	
}
#replayShoutForm
{
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin: 10px;
	width: 400px;
	background-color: #FFFFFF;
	display: none;
	color:#000000;
	margin-left: 30px;
}

.myShoutMsg
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	background-image: url(../_images/imgMessage.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.myShoutMsg a:link,
.myShoutMsg a:visited {
	color: #003366;
	text-decoration: none;
}
.myShoutMsg a:hover {
	text-decoration: underline;
}
#shoutReplyStatus{
	font-size: 10px;
	margin: 5px;
	border: 1px solid #FF0000;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
	width: 75px;
	font-weight: bold;
}

#invite {
	display: none;
	width: 190px;
	border: 1px solid #CCCCCC;
	/*float: right;*/
	margin-right: 15px;
	padding: 5px;
	background-color: #EDEDED;
	font-size: 12px;
}
#flagEditor {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: none;
	padding: 5px;
	width: 190px;
	background-color: #EDEDED;
	font-size: 12px;
}

.moviesContainer {
	width: 470px;
	height: 220px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	margin-top: 20px;
	overflow: auto;
	display: none;
	padding: 15px;
	margin-left: -1px;
}
#moviePlayer {
	width: 455px;
	height: 385px;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	position: absolute;
	display: none;
	z-index: 1;
	padding: 15px;
}
.moviePlayerFooter {
	margin-top: -250px;
}
#visitorsOptions {
	border: 1px solid #000000;
	width: 140px; 
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}


.dock {
	position: relative; 
	height: 50px; 
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;	
}
a.dock-item {
	display: block;
	width: 40px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-right: 15px;
}
.dock-item img {
	border: none; 
	margin-top: 10px;
	margin-right: 15px;
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
	margin-top: -70px;
	margin-left: 35px;
}

.rightThing {
	float: right;
	width: 203px;
	margin-top: 10px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	padding: 25px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.rightThing h2{
	font-size: 14px;
	margin-top: -35px;
	height: 20px;
	padding-left: 7px;
	color: #003366;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;

}


.btn {
	width: 202px;
	height: 32px;
	background-image: url(../_images/btnBackOff_1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
.rightThing a:link,
.rightThing a:visited {
	color: #003366;
	font-size: 12px;
	text-decoration: none;
}
.rightThing a:hover {
	text-decoration: underline;
}
#shoutStatus {
	font-size: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 3px;
	display: none;
	width: 100px;
	float: left;
}
#actionStatus {
	font-size: 12px;
	color: #009900;
}

#footerCont {
	width: 747px;
	height: 290px;
	background-color: #040404;
	background-image: url(../_images/footerContBack.jpg);
	background-repeat: repeat-x;
	margin-top: -4px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
}
#footerCont a:link,
#footerCont a:visited {
	color: #666666;
	text-decoration: none;
}
#footerCont a:hover {
	color: #FFFFFF;
}
#footerRight {
	width: 230px;
	float: left;
	margin-left: 15px;
}
#topUsers {
	width: 210px;
	float: right;
	margin-right: 10px;
	padding: 5px;
}
#topUsers img {
	border: 1px solid #666666;
	padding: 4px;
}
#footerCenter {
	width: 350px;
	float: left;
	height: 280px;
}
#footerLeft {
	width: 150px;
	float: left;
	height: 280px;
}
#categoryTable {
	border: 1px solid #CCCCCC;
}
#categoryTable th {
	background-image: url(../_images/calendarHeadBack.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#categoryTable a:link,
#categoryTable a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
#categoryTable a:hover {
	text-decoration: underline;
}
#moviesTable {
	border: 1px solid #CCCCCC;
}
#moviesTable a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
#copyright {
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.help {
	float: right;
	margin-top: -20px;
}
#help {
	/*height: 300px;*/
	width: 400px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	margin-left: 110px;
	display: none;
	padding: 15px;
	color: #333333;
}
#help a:link,
#help a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#help a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	background-color: #CCCCCC;
	color: #CCCCCC;
}
#appsCanvas {
}
#appsCanvas a:link,
#appsCanvas a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#appsCanvas a:hover{
	text-decoration: underline;
}
#LM_thumbs img {
	padding: 3px;
	border: 0px;
	
}
#LM_thumbs table {
	margin-left: -3px;
}
.LM_thumb {
	width: 166px;
	height: 126px;
	border: 1px dotted #CCCCCC;
	text-align: center;
}
#Site_services {

}
.Site_servicesLeft {
	float: left;
	width: 49%;
	border: 0px solid #000000;
}
.Site_servicesRight {
	float: right;
	width: 49%;
	border: 0px solid #000000;
}
.Site_service {
	height: 102px;
	width: 242px;
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(../_images/Site_service_back.jpg);
	background-repeat: no-repeat;
}
.Site_new_service {
	background-image: url(../_images/Site_new_service_back.jpg);
}
.Site_serviceHeading {
	margin-bottom: 10px;
	border-bottom: 1px solid #BDCAD3;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Site_new_serviceHeading {
	border-bottom: 1px solid #A2D576;
}
.Site_serviceHeading a:link,
.Site_serviceHeading a:visited {
	color: #BDCAD3 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 16px !important;
}
.Site_serviceHeading a:hover {
	color: #000 !important;
}
.Site_new_serviceHeading a:link,
.Site_new_serviceHeading a:visited {
	color: #A2D576 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 16px !important;
}
.Site_new_serviceHeading a:hover {
	color: #000 !important;
}

.Site_serviceIcon {
	float: left;
	width: 64px;
}
.Site_serviceText {
	padding: 5px;
	margin-left: 15px;
	float: left;
	width: 145px;
}





