/*

Following definitions are strict, they are hardcoded in Seyret component. 

YOU CANNOT CHANGE STYLE NAMES

*/


html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}


/*seyretinputbox ->  defines inputbox style*/
.seyretinputbox {
border:#999999 solid 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
color:#333333;
}



/*seyretlinkedpath ->  defines pathway-breadcrumb style laid over categories.*/
.seyretlinkedpath{
color:#FF7624;
font-size:10px;
font-weight:bold;
}


/*videotitleinmainarea ->  defines title style in video main area.*/
.videotitleinmainarea {
color: #FFF;
padding: 10px;
font-size: 14px;
}


/*videodetailsinmainarea ->  defines details style in video main area.*/
.videodetailsinmainarea {
color: #666;
padding: 0 10px;
font-size: 11px;
}



/*uservideooperationsbuttons ->  defines the table of video operations buttons, like download, fullscreen.*/
table.uservideooperationsbuttons{
}


/*VOTING DEFINITIONS - If you don't know much, change only colors.*/

/*videoratingmain ->  This area is very important. Take care about width and height.
width should be 5*height. And width should be the width of star.gif image width.
*/
.videoratingmain {
position:relative;
background-color:#FFFFFF;
height:15px;
width:75px;
}

/*ratingscale ->  The color of vote scale.*/
.ratingscale {
position:absolute;
top:0px;
left:0px;
background-color:red;
height:15px;
}

/*starsofvote ->  Defines voting stars.*/
.starsofvote {
position: absolute;
top: 0px;
height: 15px;
background-image: url(../images/star.png);
background-repeat: repeat-x;
}

/*votingscale ->  Defines mouseover color for voting. Width should be 0% as default. System will change the width on mouseover*/
.votingscale{
width:0%;
background-color:yellow;
}
/*VOTING DEFINITIONS - END.*/



/*videoembedcode ->  defines the embed box.*/
.videoembedcode{
border:#666666 1px solid;
font-size:10px;
text-align:right;
width:220px;
color:#999999;
}


/*videodirectlink-> defines the inputboxes that contain videodirectlink*/
.videodirectlink{
border:#666666 1px solid;
font-size:10px;
text-align:right;
width:220px;
color:#999999;
}



/*seyrettoolbar->  defines the toolbar that lays on top of page*/
table.seyrettoolbar{
width: 100%;
background-color: #111;
border-top: 1px solid #666;
}

table.seyrettoolbar td {
padding: 4px;
background-image:url(../images/bg_toolbar.png);
}

table.seyrettoolbar td a img { background: #FFF; }



/*moderatetoolbar->   defines the moderation toolbar that lays on top of page for moderators*/
table.moderatetoolbar{
border:#CC0000 1px solid;
width:100%;
background-image:url(../images/admintoolbar.png);
}


table.moderatetoolbar td{
padding:0px;
}



/*searchfloatform->   defines the search box properties. visibility is hidden as default */
div#searchfloatform{
background-color:#000;
border:#333 1px solid;
position:absolute;
top:30px;
left:0px;
z-index:10000;
visibility:hidden;
padding:5px;
}

/*searchresultvideotitle->   defines the search result video title ******WORK ON IT */
.searchresultvideotitle{
border:1px #999999 solid;
background-color:#000;
color:#838383;
font-weight:bold;
width:100%;
display:block;
padding:2px;

}

/*searchresultvideodetails->   defines the search result video title */
.searchresultvideodetails{
/*background-image:url(../images/listback.jpg);*/
background-position:bottom right;
background-repeat:no-repeat;
color:#838383;
}

/*acesslevelinvideolist->   defines the access level name style on video list */
.acesslevelinvideolist {
color:#999999;
font-size:10px;
font-style:italic;
}



/*       FB DISCUSSION PLUGIN DEFINITIONS        */

/*fbdiscuss_table->   defines the table properties of comments */
.fbdiscuss_table {
padding: 10px;
}

/*fbdiscussrow1->  its name tells*/
.fbdiscussrow1 {
padding: 10px;
}

/*fbdiscussrow2->  its name tells*/
.fbdiscussrow2 {
padding: 10px;
}

/*fbdiscussrowright->  defines the right column style for fb discuss plugin area. Here, for example there is quote image.*/
.fbdiscussrowright{
padding-right: 50px;
}

/*discussiontitle-> Not row comment title, it is main title for comments.*/
.discussiontitle{
font-size: 14px;
font-weight: bold;
padding-bottom: 5px;
}

/*discussionlinkrow-> Click here to discuss style.*/
.discussionlinkrow{
text-align:right;
font-style:italic;
font-weight:bold;
font-size:11px;
}

/*fbdiscusssubject-> Subject of comments on rows.*/
.fbdiscusssubject {
padding-top: 10px;
font-size: 12px;
}

/*fbdiscussthreaddate-> Date of comments on rows.*/
.fbdiscussthreaddate {
font-style: italic;
}

/*fbdiscussthreaddate-> Author username style on rows.*/
.fbdiscussthreadname{
font-weight:bold;
}

/*seyretfbdiscussposttable-> Discuss post table.*/
table.seyretfbdiscussposttable {
border:1px solid #999999;
width:100%;
}

/*fb_quote-> Quote style for discuss plugin .*/
.fb_quote {
background:#F7F7F7 none repeat scroll 0%;
border:1px dotted #CCCCCC;
display:block;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px;
font-style:italic;
margin:5px 0pt;
padding:5px 5px 5px 20px;
}

table.seyretfbdiscussposttable th{
background-color:#666666;
color:#FFFFFF;
padding:3px;
}

/*discussbacklink-> "this thread is a discussion" etc string for first comment */
.discussbacklink{
background-color:#F4F4F4;
padding:10px;
border:1px solid #CCCCCC;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
margin:5px;
}



/* CUSTOM STYLES FOR MM SITE SCD */

.chapter_head {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.chapter_links {
	padding-top: 10px;
	color: #999;
	font-size: 9px;
	letter-spacing: 1px;
}

td.allvideosdescription .chapter_links { color: #fff; }

.chapter_links a {
	font-size: 12px;
	font-weight: bold;
}

.btn_dvd {
	padding: 25px 0 30px;
}
.btn_dvd_top {
	padding: 25px 0 0;
}

.btn_dvd a, 
.btn_dvd_top a {
	padding: 5px 8px;
	background-image:url(../images/bg_toolbar.png);
	border-top: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #666;
	font-size: 15px;
}

.btn_dvd a:hover,
.btn_dvd_top a:hover {
	border: 1px solid #999;
	text-decoration: none;
	color: #FFF;
}

a:focus { outline: none; }

/* Latest Release Styles */
#latest_vod td.latest_vod_container {
	padding: 8px 4px;
	font-size: 11px;
	line-height: 12px;
	vertical-align: top;
}

#latest_vod td.latest_vod_container a img {
	max-width: 100px;
	max-height: 75px;
	width: auto;
	height: auto;
	*width: 100px;
	*height: 75px;
	padding: 12px 8px 4px;
}

#latest_vod td.latest_vod_container a:hover {
	color: #FFF;
	text-decoration: none;
	}

#latest_vod td.latest_vod_container a:hover img {
	border: 1px solid #FFF;
	}
	
.banner_joinnow a {
	display: block;
	width: 382px;
	height: 170px;
	margin-bottom: 10px;
	background: #ec008c url("../images/banner_joinnow.png") left top no-repeat;
	border: 1px solid #300;
	text-indent: -5000px;
	}
	
.banner_joinnow a:hover { border: 1px solid #FFF; }

table.videodirectoryback tr td { 
	background: #471505 url("../images/bg_seyret_categories_button.png") right top no-repeat;
	vertical-align: middle;
	font-size: 11px;
	line-height: 13px;
	}

table.videodirectoryback tr td div {
	margin: auto 0;
	padding: 8px;
	vertical-align: middle;
	text-transform: uppercase;
	}

#groupcontext .linkedpath .seyretlinkedpath {
	font-size: 12px;
	text-transform: uppercase;
	}

#groupcontext .linkedpath .seyretlinkedpath a {
	padding: 0 4px;
	}

table.videodirectoryback tr td div a:hover { color: #FFF; text-decoration: none; }

/* END CUSTOM STYLES FOR MM SITE */


/*END OF FB DISCUSS PLUGIN STYLE*/


/*VIDEO MOUSEOVER TOOLTIP STYLE*/
/*tool-tip-> main definitions for video tooltips*/
.tool-tip {
background-color:#F5F5F5;
width:200px;
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9px;
border:1px solid #b7b7b7;
border-bottom:#b7b7b7 4px solid;
padding:5px;
}

/*tool-title-> title style for tooltips*/
.tool-title {
font-weight:bold;
text-align:center;
/*background-image:url(../images/tiptitleback.png);*/
color:#333333;
padding:5px;
border:1px solid #b7b7b7;
font-size:11px;
}

/*tool-text-> text style for tooltips*/
.tool-text {
padding: 5px;
/*background-image:url(../images/infoback.jpg);*/
background-position:bottom right;
background-repeat:no-repeat;
}
/*END OF VIDEOTOOLTIPS*/



/*CATEGORY MOUSEOVER TOOLTIP STYLE*/
/*similar with video tooltips*/
.categorytips-tip{
background-color:#FAFCFD;
width:200px;
padding:5px;
color:#D0DCE8;
border:solid 1px #D0DCE8;
border-bottom-width:4px;
}

.categorytips-title {
font-weight:bold;
text-align:center;
color:#FAFCFD;
background-color:#D0DCE8;
}
/*END OF CATEGORY TOOLTIP STYLE*/




/*videolistdiv->Main div for videolist*/
div#videolistdiv {
}

/*videolisttable->Videolist table*/
table.videolisttable {
margin-bottom: 5px;
border-bottom: 1px #FFF solid;
}


/*listnavigation->navigation buttons and title table*/
table.listnavigation{
}


/*listnavigationtitle->videos list title goes here*/
.listnavigationtitle {
font-size: 12px;
font-weight: bold;
text-align: left;
}


/*sortbytable->name tells*/
table.sortbytable {
padding-bottom: 3px;
border-bottom: 1px solid #FFF;
color: #FFF;
font-size: 12px;
font-weight: bold;
text-align: right;
}



/*sortboxes ->  Defines sort list box area. Sort by date, title etc.*/
.sortboxes {
font-size:9px;
border:#666666 1px solid;
}

/*
	END OF HARDCODED STYLES IN COMPONENT
*/







/*
FOLLOWING DEFINITIONS ARE IN TEMPLATE FILES.
You can edit how you like. Even you can define new styles and change names. 
Not hardcoded in component
*/



/*in grouplist.php --  Defines the main category list area*/
table.videocategoriesarea {
width: 100%;
margin-bottom: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #FFF;
}

/*in videomainarea.php */
table.showvideotable{
}


/*in videomainarea.php --   Defines the main video area*/
table.videoembedarea {
width:100%;
background-color:#111;
border-bottom: 1px solid #444;
}


/*in videomainarea.php --   Defines the main video area*/
table.videooperationsarea {
width: 100%;
padding: 10px;
font-size: 11px;
}



/*in directory.php --  Defines the category box style*/
table.videodirectoryback{
}

table.videodirectoryback td{
padding:5px;
}


/*in videolist_row.php -> Just gives a border effect. */
.thumbouter{
padding: 5px;
background-color: #111;
border: 1px dotted #FFF;
}
/*in videolist_row.php -> Just gives a border effect. */
.thumbinner {
}


/*in videolist_row.php -> Style of the title in video list. */
.titleinvideolist {
font-weight: bold;
color: #FFF;
padding: 0 0 2px 5px;
border-bottom: 1px dotted #FFF;
}

.titleinvideolist a:hover { color: #FFF; text-decoration: none; }

/*in videolist_row.php*/
.detailsinvideolist{
padding: 4px 0 12px 5px;
font-size: 11px;
}


/*in videolist_row.php    videolistrightcolumn->Right column for video list. Ttitle and description goes inside of this area*/
.videolistrightcolumn {
}


/*in allvideosforbotslist_row.php -> Style of the entries in video list. */
.allvideoslisttable {
}

.allvideostitle {
	padding: 5px;
	border-bottom: 1px dotted #FFF;
}

.allvideosstats {
	padding: 0 5px;
}

.allvideosdescription {
	padding: 0 0 0 5px;
}


/*THESE DEFINITIONS WILL NOT BE IN 0.2.7*/

.userplaylist{
border:#000000 1px solid;
background-color:#FFFBF0;
font:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#0000CC;
}

.userplaylistvideocount{
padding:2px;
font-weight:bold;
}

.userplaylisttexts{
padding-left:5px;
}

.playlistetoggler{
font-size:1px;
background-color:#FFFFFF;
padding:0px;
cursor:pointer;
height:8px;
}

.playlistetogglerbar{
font-size:1px;
background-color:#CCCCCC;

}