@charset "UTF-8";
/* CSS Document */

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #3c3b3b;
    line-height: 18px;
}

a:link, a:visited
{
    color: #3c3b3b;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

a:active
{
    color: #3c3b3b;
}



/* HEADINGS   
----------------------------------------------------------*/


h1
{
    font-size: 24px;
    line-height: 24px;
    font-family: Arial Rounded MT Bold, Arial, Sans-Serif;
    color: #4aa946;
    padding: 0px;
    margin: 0 0 10px 0;
}

h2
{
    font-size: 14px;
    color: #3C3B3B;
    font-family: Arial Rounded MT Bold, Arial, Sans-Serif;
    margin: 0;
    font-weight: normal;
}

h3
{
    font-size: 18px;
    color: #3c3b3b;
    margin-top: 0;
    font-family: Arial Rounded MT Bold, Arial, Sans-Serif;
}

h4
{
    font-size: 12px;
}

h5, h6
{
    font-size: 10px;
}

/* PUBLICATION PAGE TITLE STYLES
---------------------------------*/

#fvlb-search-results-header {
    padding: 0 0 20px 0;
	text-align: left;
	margin-bottom: 0px;
}

#fvlb-search-results-header h2 {
    padding: 5px 0 0;
	text-align: left;
	margin-bottom: 0px;
}

#fvlb-title-rating-code {
    font-weight: normal;
    color: #3c3b3b;
    
}

#fvlb-title-rating-description {
    padding-left: 10px;
    font-size: 12px;
    color: #3c3b3b;
}

#fvlb-search-results-header-title {
    color: #3c3b3b;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    color: #3c3b3b;
}

#fvlb-search-results-subtitle {
    padding-right: 10px;
    color: #3c3b3b;
    font-size: 12px;
    color: #3c3b3b;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 920px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0 0 0;
    text-align: left;
}

.right-column {
	float: right;
	width: 283px;
}

.header
{
	background: url(/themes/fvlb2011/images/common/homeMain-bg.jpg) 100px 0 no-repeat;
    position: relative;
    margin: 0px auto;
    padding: 0 0px 0px 0px;
    width: 960px;
    height: 124px;
}

.header a#mainLogo
{
    margin: 0px 0px 0px 20px;
    height: 85px;
    width: 295px;
    float: left;
    display: block;
    text-indent: -9999px;
    position: relative;
    top: 20px;
    background: url(/themes/fvlb2011/images/common/logo.png) no-repeat;
}

body.login .header
{
	width: 751px;
	top: 110px;
}

.main
{
    padding: 0;
    margin: 0;
    width: 960px;
}

.content{
	float: left;
	width: 618px;
	margin: 0px 0px 0px 20px;
}

.mainContent
{
	background: url(/themes/fvlb2011/images/common/mainContent-capTop.jpg) no-repeat;
	padding-top: 5px;
	width: 916px;
	margin: 0 auto;
}

.mainContent .padding
{
	background: url(/themes/fvlb2011/images/common/content-bg.jpg) repeat-y;
	padding: 10px !important;
	width: 905px;
	overflow: hidden;
}

.contentBottom
{
	background: url(/themes/fvlb2011/images/common/mainContent-capBottom.jpg) no-repeat left bottom;
	height: 29px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}



/* Main Nav   
----------------------------------------------------------*/

.mainNav
{
    background: url(/themes/fvlb2011/images/nav/mainNav-bg.jpg) no-repeat;
    height: 57px;
    width: 960px;
    margin: 0 auto;
}

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

.mainNav li
{
	float: left;
}

.mainNav li a {
	float: left;
	height: 0px !important;
	height /**/:38px; /* IE 5/Win hack */ 
	padding: 38px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.mainNav li#home,
.mainNav li#home a { width: 93px; background-image: url(/themes/fvlb2011/images/nav/homeBtn.jpg); }

.mainNav li#about,
.mainNav li#about a { width: 95px; background-image: url(/themes/fvlb2011/images/nav/aboutBtn.jpg); }

.mainNav li#forms,
.mainNav li#forms a { width: 99px; background-image: url(/themes/fvlb2011/images/nav/formsBtn.jpg); }

.mainNav li#reports,
.mainNav li#reports a { width: 114px; background-image: url(/themes/fvlb2011/images/nav/reportsBtn.jpg); }

.mainNav li#contact,
.mainNav li#contact a { width: 140px; background-image: url(/themes/fvlb2011/images/nav/contactBtn.jpg); }

.mainNav li a:hover, .mainNav li.selected a
{
	background-position: 0 -57px;
	padding-bottom: 14px;
}


/*
	Buttons
*/

.buttons .loginBtn,
.buttons .registerBtn
{
    float: right;   
    overflow: hidden;
    position: relative;
    top: 20px;
    text-decoration: none;
}


/* <button> */


.buttons a
{ 
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #fff;
}

.buttons .loginBtn { 
    border: 0; 
    cursor: pointer;
    padding: 0; 
    margin: 0px 10px 0 0;
    float: right;
    height: 41px;
    width: 88px;
    text-align: center; 
    background: transparent url(/themes/fvlb2011/images/buttons/loginBtn.jpg)
				no-repeat;
	text-shadow: 1px 1px 1px #6a6a6a;
	filter: dropshadow(color=#6a6a6a, offx=1, offy=1);
}

.buttons .registerBtn { 
    border: 0; 
    cursor: pointer;
    padding: 0; 
    margin: 0px 20px 0 0;
    float: right;
    height: 41px;
    width: 111px;
    text-align: center; 
    background: transparent url(/themes/fvlb2011/images/buttons/registerBtn.jpg)
				no-repeat;
	text-shadow: 1px 1px 1px #6a6a6a;
	filter: dropshadow(color=#6a6a6a, offx=1, offy=1);
}

.buttons .submitBtn { 
    border: 0; 
    cursor: pointer;
    padding: 0; 
    margin: 10px 0 10px 0px;
    float: right;
    height: 43px;
    width: 106px;
    text-align: center; 
    background: transparent url(/themes/fvlb2011/images/buttons/submitBtn.jpg)
				no-repeat;
	text-shadow: 1px 1px 1px #6a6a6a;
	filter: dropshadow(color=#6a6a6a, offx=1, offy=1);
}

.buttons span  { 
    border: 0; 
    cursor: pointer;
    padding: 0; 
    height: 41px;
    line-height: 41px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #fff;
    text-align: center;
}

.buttons a:hover
{
	background-position: 0 -41px !important;
}

button.submitBtn:hover
{
	background-position: 0 -43px !important;
}

.login.buttons a.submitBtn
{
	float: none;
	position: relative;
	right: 10px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


/* Footer  
----------------------------------------------------------*/

.footer
{
	padding: 0;
    margin: 20px auto 0;
    clear: both;
    height: 55px;
    width: 960px;
}

.footer .padding
{
	background: url(/themes/fvlb2011/images/common/footerBg.jpg) no-repeat;
    color: #fff;
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
    height: 55px;
}

.footer a {
	color: #fff;
}

.footer p
{
	margin: 0;
	padding: 18px 20px 0 20px;
}

.footer p.left
{
	float: left;
}

.footer p.right
{
	float: right;
	text-align: right;
}

.footer p.right.small {
	font-size: 10px;
}

/* MISC  
----------------------------------------------------------*/

#breadCrumb
{
	display: none;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 920px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}



/* FVLB Styles 
----------------------------------------------------------*/

#fvlb-list
{
	width: 658px;
}

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

#fvlb-list ul li
{

	padding: 0;
	margin: 0;
	float: left;
}

#fvlb-list ul .imageHolder
{
	float: left;
	margin: 0 20px 20px 0;
}

#fvlb-list ul li .search-result-item
{
	float: right;
	padding: 0px;
	width: 430px;
	z-index: 9999px;
	background: #fff; /* Old browsers */
	background: url(/themes/fvlb2011/images/common/filmHolder-bg.jpg) no-repeat;
}

#fvlb-list ul li .search-result-item .padding
{
	background: url(/themes/fvlb2011/images/common/filmHolder.jpg) 0 100% no-repeat;
	padding: 10px 0 10px 0;
}

/* Internal page styles
-----------------------------------*/

.search-result-item.search
{
	float: none !important;
	padding: 0px;
	margin-bottom: 15px;
	width: 430px;
}

.search-result-item.search.last
{
	margin-bottom: 0px !important;
}

.search-result-item.search h2 a
{
	font-size: 18px;
	text-decoration: none;
}

.search-result-item.search h2 a:hover
{
	text-decoration: underline;
}

.search-result-item.search p
{
	padding: 0px;
	margin: 5px 0 0 0;
}

.search-result-item.search .padding
{
	padding: 10px 10px 0;
}

#fvlb-list-title,
#fvlb-list-info
{
	padding: 0 10px 10px 10px;
	width: 330px;
	clear: left;
}

#fvlb-list-title a.title
{
	color: #3c3b3b;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	width: 350px;
}

#fvlb-list-moretitle,
#fvlb-search-title
{
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
	color: #3c3b3b;
}

#fvlb-sidebar {
	background: url(/themes/fvlb2011/images/common/searchHolder-bg.jpg) no-repeat;
	width: 290px;
	float: right;
	margin: 0 0 10px 0;
}

#fvlb-sidebar .padding{
	background: url(/themes/fvlb2011/images/common/searchHolder.jpg) 0 100% no-repeat;
	width: 290px;
	float: right;
	margin: 0px;
	padding: 0;

}

#fvlb-search-title
{
	margin-top: 10px;
}

#fvlb-recently-labelled-rss-container
{
	float: right;
	background: url(/themes/fvlb2011/images/common/rssIcon.jpg)
				no-repeat;
	padding-left: 30px;
	height: 24px;
}
#fvlb-recently-labelled-rss-container a
{
	position: relative;
	top: 3px;	
}


#fvlb-search h2
{
	padding: 10px 0px;
}

#fvlb-search
{
	padding: 0px 10px;
	clear: left;
}

#fvlb-search-input-container input
{
	width: 257px;
	height: 25px;
	padding: 3px;
	font-size: 13px;
}

#fvlb-search-checkbox
{
	width: 120px;
	margin-top: 5px;	
}

#fvlb-search-checkbox input
{
	padding: 0;
	margin: 0;
	width: 20px;
	float: left;
}

#fvlb-search-checkbox label
{
	padding: 0;
	margin: 0;
	float: left;
}

#intro-text
{
	border: 3px solid #47ab47;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 263px;
	float: right;
	padding: 0 10px;
}

#intro-text strong
{
	color: #47ab47;
}

#recently-labelled-hint
{
	width: 658px;
}

/*
TOOLTIP
-------------------------------*/

.tTip 
{
	cursor: pointer; 
	color: #666; 
	font-weight: bold;
	width: 35px;
	float: right
}

#toolTip1,
#toolTip2,
#toolTip3,
#toolTip4,
#toolTip5
{
	position: relative;
	right: 10px;
}

#toolTip p
{
	margin: 0px;
	padding: 0px;
}

.tip {
	width: 300px;
	padding: 8px 10px 0 12px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(/themes/fvlb2011/images/tooltips/tipTop.png) no-repeat 49% top;}
	
.tipMid 
{
	background: transparent url(/themes/fvlb2011/images/tooltips/tipMain-bg.png) left 0 repeat-y;
	padding: 10px 20px 10px 20px; 
}

.tipBtm 
{
	background: transparent url(/themes/fvlb2011/images/tooltips/tipBottom.png) no-repeat left bottom; 
	height: 17px;
}


/* LOGIN STYLES
----------------------*/
body.login
{
    width: 100%;
    background: url(/themes/fvlb2011/images/common/loginMain-bg.jpg)
				61.8% 0
				no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #3c3b3b;
    margin: auto;
    border-style: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

#loginWrapper
{
	margin: 0 auto;
	width: 740px;
	padding: 0px;
	position: relative;
	top: 119px;
	background: url(/themes/fvlb2011/images/login/loginMain-bg.jpg)
					0 0
					no-repeat;
}

#loginWrapper .padding
{
	width: 740px;
	margin: 0 auto;
	padding: 20px;
	background: url(/themes/fvlb2011/images/login/loginFooter.jpg) 0 100% no-repeat;
}

.LoginContent 
{
    border-style: none;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.login .buttons
{
	position: relative;
	left: 27px;
}

.LoginPromptStyle h3
{
	margin-top: 75px;
	margin-left: 15px;
}

.LoginExplanationStyle
{
    font-size: small;
    font-style: italic;
    color: White;
    text-align: center;
}

.LoginPromptStyle
{
}

.LoginPromptStyle input
{
    width: 250px;
    height: 25px;
    margin-bottom: 15px;	
}

.LoginPromptStyle label
{
    font-size: 14px;
    color: #3c3b3b;
    text-align: left;
}

#loginWrapper .password
{
	margin-bottom: 15px;
	width: 160px;
	position: relative;
	left: 240px;
}

.ErrorMessage
{
    background-color: #FFFF99;
    color: Red;
    font-weight: normal;
    font-size: x-small;
    font-style: italic;
}

.RequiredFieldValidatorStyle
{
    font-weight: bold;
    font-size: medium;
    color: Red;
}
.LoginButtonCell
{
    height: 38px;
    text-align: right;
    vertical-align: top;
}


/* Home page recently labelled films */
.recentlylabelled-image {
    float: left;
    padding-bottom: 20px;
}

#fvlb-list ul li .search-result-item.recentlylabelled-item {
    float: left;
    margin-left: 170px;
}

.recentlylabelled-rating {
    float: right;
    padding-right: 10px;
}

.recentlylabelled-details {
    padding-left: 10px;
}

.recentlylabelled-details h2 {
    font-size: 16px;
}

.recentlylabelled-director {
    
}

.recentlylabelled-description {
    padding-top: 10px;
}
