/* AvatarLabs Extranet CSS */

p, body, .text, td, ul, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 35px;
	margin-left: 65px;
	line-height: 14px;
}

.date	
{
	color: #333;
	border-right: thin solid #666;
	margin-right: 5px;
	padding-right: 5px;
}

ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li 	
{
	font-weight: bold;
	line-height: 20px;
	margin-left: 75px;
	font-size: 12px;
	font-weight:normal;
}

.pageName
{
	margin-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#333;
}
	
/*	Default links ----------------------------------------------- */
		
a:link
{
	text-decoration: none;
	color: #666;
	background: transparent;
	font-weight: bold;
}

a:visited
{
	text-decoration: none;
	color: #999;
	background: transparent;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	border-bottom: thin dotted #990000;
	color: #CC0000;
	background: transparent;
	font-weight: bold;
}

a:active
{
	text-decoration: none;
	color: #990000;
	background: transparent;
	font-weight: bold;
}

/* 	Page Container ---------------------------------------------- */
	
body
{
	background:url(style/body-background.gif) repeat-x #000;
	padding: 0px;
	margin: 0px;
	
	min-width:1400px;
}

/* 	Content Container ------------------------------------------- */
	
table.PageElement
{
	background:transparent;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
	width: 100%;
	min-width: 750px;
}

#Header
{
}
#TitleBar
{
}
#PageContainer
{
}
#Page
{
	text-align: left;
}
#Footer
{
	margin-bottom: 40px;
}

/* 	Content Chrome ---------------------------------------------- */
	
#PageChromeL
{
	background:url(style/page-chrome-l.jpg) no-repeat left #000;
	width: 300px;
	height: 63px;
}

#PageChromeC
{
	background:url(style/page-chrome-c.jpg) repeat-x #000;
	height: 63px;
}

#PageChromeR
{
	background:url(style/page-chrome-r.jpg) no-repeat right #000;
	width: 300px;
	height: 63px;
}

/* 	Content Frames --------------------------------------------- */

#PageFrameL
{
	background:url(style/page-frame-l.png) repeat-y right;
	width: 10px;
	padding-left:80px;
}

#PageFrameR
{
	background:url(style/page-frame-r.png) repeat-y left;
	width: 10px;
	padding-right:80px;
}

#PageFrameBL
{
	background:url(style/page-frame-bl.png) no-repeat top right;
	width: 50px;
	height: 50px;
	padding-left:80px;
}

#PageFrameBC
{
	background:url(style/page-frame-bc.png) repeat-x top;
	height: 50px;
}

#PageFrameBR
{
	background:url(style/page-frame-br.png) no-repeat top left;
	width: 50px;
	height: 50px;
	padding-right:80px;
}

/* 	Title ------------------------------------------------------ */
	
#PageTitleCapL
{
	background:url(style/page-title-cap-l.jpg) no-repeat left #FFF;
	width: 40px;
	height: 66px;
}

#PageTitleCapC
{
	background:url(style/page-title-cap-c.jpg) repeat-x top #FFF;
	height: 66px;
}

#PageTitleCapR
{
	background:url(style/page-title-cap-r.jpg) no-repeat right #FFF;
	width: 40px;
	height: 66px;
}

#PageTitleL
{
	background:url(style/page-title-l.jpg) repeat-x left #FFF;
	width: 40px;
	height: 31px;
}

#PageTitleC
{
	background:url(style/page-title-c.jpg) repeat-x top #FFF;
	height: 31px;
}

#PageTitleR
{
	background:url(style/page-title-r.jpg) repeat-x right #FFF;
	width: 40px;
	height: 31px;
}

#PageTitleDipL
{
	background:url(style/page-title-dip-l.jpg) no-repeat left #FFF;
	width: 36px;
	height: 31px;
}

#PageTitleDipC
{
	background:url(style/page-title-dip-c.jpg) repeat-x top #FFF;
	text-align:center;
	width:250px;
	height: 31px;
}

#PageTitleDipR
{
	background:url(style/page-title-dip-r.jpg) no-repeat right #FFF;
	width: 36px;
	height: 31px;
}
	
/* 	Content ----------------------------------------------------- */

#PageContentL
{
	background:url(style/page-content-l.jpg) repeat-y left #FFF;
	width: 15px;
}

#PageContentM
{
	background: #FFFFFF;
	padding-left: 50px;
}

#PageContentR
{
	background:url(style/page-content-r.jpg) repeat-y right #FFF;
	width: 15px;
}
	
/* 	Custom Elements ---------------------------------------------- */
	
div.copyright
{
	text-align:right;
	font-size:9px;
	color:#AAAAAA;
}

table.adgroup
{
	border:1px #eee solid;
	padding: 0px 10px 8px 10px;
	margin: 0px 0px 30px 0px;
}

table.adgroup:hover
{
	border:1px #ccc solid;
}

.version_number
{
	color:#e0e0e0; 
	font-size: 9px;
}


/*	Movie Logo & Poster - BASE - gets inherited ----------------- */

#PosterImage
{
}

#TitleImage
{
	cursor: pointer;
	
	filter:alpha(opacity=80);
	opacity:.80;
}

#TitleImage:Hover
{
	filter:alpha(opacity=100);
	opacity:1;
}
