/* movielens.css */

.mainPage {
	background-color: #f5f5e5;
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, sans-serif
}

.box {
	border-width: thin 1px 1px;
	border: 1px #A1A5A9 solid;
	background-color: #e5e5f5;
}

.trBox {
	border: 1px #A1A5A9 solid;
}


.whiteBox {
	border: 1px #A1A5A9 solid;
	background-color: #FFFFFF;
}

.highlightBox {
	border: 1px #A1A5A9 solid;
	background-color: #EBDDEB;
}

.navBar {
    text-align: center;
	border: 1px #aaa solid;
	background-color: #ddddce;
}

.header {
    padding:5px 10px 10px 10px;
    background:#ffe;
    border: 1px #aaa solid;
    border-width: 1px 1px 0px 1px;
}

.frontTab {
    background-color: #fff;
}

.backTab {
    background-color: #ddddce;
}

h1 {
	color: #333333;
	font-weight: lighter;
	font-size: 22px;
	font-family: Verdana, sans-serif
}

h2 {
	color: #333333;
	font-weight: lighter;
	font-size: 20px;
	font-family: Verdana, sans-serif
}

h3 {
	color: #333333;
	font-weight: lighter;
	font-size: 18px;
	font-family: Verdana, sans-serif
}

h4 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, sans-serif
}

a:link {
	color: #03f;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #a0c;
	font-weight: bold;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a:hover {
    font-family: Verdana, sans-serif;
	text-decoration: underline;
}

a:active {
	color: #666000;
    background-color: transparent;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a.helplink:link, a.helplink:visited, a.helplink:hover {
    color: #0033FF;
    font-weight: bold;
	font-size: 8pt;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	vertical-align: super;
}


.smallText {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/* Text of the previous version of movie information in movieEdit */
.prevText {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #008800;
}

/* Text of the previous version of movie information in movieEdit if
   the information has not changed between versions. */
.samePrevText {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

.text {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

.largeText {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}


.bigText {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.biggerText {
	font-family: Verdana, sans-serif;
	font-size: 16pt;
}

.bold {
	font-weight: bold;
}

.tabTitle {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.infoMsg {
	font-family: Verdana, sans-serif;
	color: #009900;
	font-size: 12pt;
	font-weight: bold;
}

.errorMsg {
	font-family: Verdana, sans-serif;
	color: #E83A00;
	font-size: 12pt;
	font-weight: bold;
}

.noborder {
	border: 0px;
}

.crush-vert {
  margin-top: -0px;
}

.hidden {
	display:none;
	visibility:hidden;
	position: relative;
}

.visible {
	display:block;
	visibility: visible;
	position: relative;
}

input {
	font-weight: bold;
}

/* table.table0, table.table1, table.table0-highlighted, table.table1-highlighted
   are for the <table> tags that wrap a movie row, in order to be able to apply
   styles to the whole row.  Applying styles to a <tr> tag turns out not to work
   for a lot of styling (e.g., border, border-spacing).  Go figure. */


table.table0 {
    border-spacing:0;
    padding:0;
    border: 2px solid #EBEBFF;
	background-color: #EBEBFF;
}

table.table0-highlighted {
    border-spacing:0px;
    border: 2px solid #ff0000;
	background-color: #EBEBFF;
}

tr.table0 {
	background-color: #EBEBFF;
	margin: 10px;
}

td.table0 {
	border:0;
}

table.table1 {
    border-spacing:0px;
    border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

table.table1-highlighted {
    border-spacing:0px;
    border: 2px solid #ff0000;
	background-color: #FFFFFF;
}

tr.table1 {
	background-color: #FFFFFF;
	margin: 10px;
}

td.table1 {
	border:0;
}

tr.table1Group {
	background-color: #FFF7F0;
	margin: 10px;
}

.movieTitle{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a.movieTitleL{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
    /*border-bottom:1px dashed blue*/
    border-bottom:1px dotted blue;
}

a.movieTitleL:visited{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
/*    border-bottom:1px dashed #CC00FF;*/
     border-bottom:1px dotted #CC00FF;
}

a.detailsL{
	font-weight: normal;
    /*	font-size:13px;*/
	font-family: Verdana, sans-serif;
	text-decoration: none;
    border-bottom:1px none blue
}

a.detailsL:visited{
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-decoration: none;
    border-bottom:1px none #CC00FF;
}

a.detailsL:hover{
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-decoration: none;
    border-bottom: 1px solid
}

.genreName {
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, palatino, sabon, times, serif;
}

.language {
	font-size: 13px;
	color: #009900;
	font-weight: normal;
	font-family: Georgia, palatino, sabon, times, serif;
}

.medText {
	font-size: 11px;
}

.accepted {
	color: #009900;
	font-weight: bold;
}

.unconfirmed {
	color: #FFCC00;
	font-weight: bold;
}

.declined {
	color: #E83A00;
	font-weight: bold;
}

.revoked {
	color: #E83A00;
	font-weight: bold;
}

.optional {
	color: green;
	font-weight: bold;
	font-size: 10px;
}

.shortcutUL {
        margin-left: 0.5em;
        margin-bottom: 0.2em;
}

.shortcutUL div {
        margin-bottom: 0.3em;
}

hr.TAG_VORTEX {
    border-top: 1px dashed #999999;
    height: 1px;
    color: #FFFFFF;
    margin: 3px 0px;
}
a.tagTitle{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #080;
	border-bottom:1px dotted #00CC33;
}
a.tagTitle:visited{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #080;
	border-bottom:1px dotted #00CC33;
}
a.tagTitle:hover{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #080;
	border-bottom:1px solid #080;
}
a.medGreen{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #080;
	border-bottom:1px dotted #00CC33;
}
a.medGreen:visited{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #080;
	border-bottom:1px dotted #00CC33;
}
a.medGreen:hover{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #080;
	border-bottom:1px solid #080;
}
.tagMovieList
{
	margin-left: 30px;
	padding-left: 0;
	list-style: none;
}
.tagMovieList li
{
	padding-left: 10px;
	background-image: url(/images/tags/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
/*-------
 * Mamun
 *-------
 */
.VOICE_box{
	border-width: thin 1px 1px;
	border-color: #ccc #ccc #ccc;
	border: 1px solid #ccc;
	background-color: #EBEBFF;
}
.VOICE_h2{
	font-family: "times new roman", serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px 0 0 6px;
	font-variant: small-caps;
	font-style: normal;
	color: #FF4500; /*#a00;*/
	padding-left: 1px;
	position: relative;
	z-index: 500;
}
.VOICE_h3{
	font-family: "times new roman", serif;
	font-size: 1.2em;
	font-variant: small-caps;
	font-style: normal;
	color: #a00;
	padding-left: 1px;
	position: relative;
	z-index: 500;
}
.VOICE_typical_text {
	font-family: "Lucida Grande", Verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #332;
	text-align: left;
}
.VOICE_med_text {
	font-family: "Lucida Grande", arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #332;
	text-align: left;
}
#VOICE a{
	color: #080;
	font-family: "times new roman", serif;
	font-size: 11pt;
	/*font-size: 1.2em;*/
	border-width: 1px 0;
	border-style: solid;
	font-weight: bold;
	border-color: #fff #fff #ccc;
	position: relative;
	z-index: 50;
}
#VOICE a:hover {
		text-decoration: none;
        color: #060;
        border-color: #ccc #fff #060;
        background: #eee;
}
#VOICE .text{
	font-family: Verdana, arial, sans-serif;
	font-size: 10pt;
}
#VOICE ul li{
	font-family: Verdana, arial, sans-serif;
	font-size: 10pt;
}
#VOICE_BIG_YELLOW a{
	font-family: "times new roman", serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px 0 0 6px;
	font-variant: small-caps;
	font-style: normal;
	color: #FF4500; /*#a00;*/
	border-bottom: 1px solid #ccc;
	border-color: #fff #fff #ccc;
	padding-left: 1px;
	position: relative;
	z-index: 500;
	text-align: center;
}

#VOICE_BIG_YELLOW a:hover {
		text-decoration: none;
        color: #060;
        border-color: #ccc #666 #060;
        background: #eee;
}
#VOICE tr.survey0{
	border-width: thin 1px 1px;
	border-color: #666666 #666666 #666666 #999999;
	border: 1px #A1A5A9 solid;
	background-color: #EBEBFF;
	margin: 10px;
}
#VOICE tr.survey1{
	border-width: thin 1px 1px;
	border-color: #666666 #666666 #666666 #999999;
	border: 1px #A1A5A9 solid;
	background-color: #ffffff;
	margin: 10px;
}
#VOICE table.survey{
	margin-left: 20px;
	position: absolute;
}
#_SURVEY
.img {border-color:#666666; border-bottom: 2px solid;}


/*-end Mamun-*/
/********************************************** Begin buddystudy */

.BUDDY_STUDY_box{
	border-width: thin 1px 1px;
	border-color: #060 #060 #060;
	border: 1px solid;
	background-color: #EBEBFF;
}

#BUDDY_STUDY_BIG_YELLOW a{
	font-family: "times new roman", serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px 0 0 6px;
	font-variant: small-caps;
	font-style: normal;
	color: #FF4500; /*#a00;*/
	border-bottom: 1px solid #ccc;
	border-color: #fff #fff #ccc;
	padding-left: 1px;
	position: relative;
	z-index: 500;
	text-align: center;
}

#BUDDY_STUDY_HEADER p{
	color: #333333;
	font-size: 24px;
	margin: 0px 0 0 6px;
	font-style: normal;

	font-variant: small-caps;

	border-bottom: 1px solid #ccc;
	border-color: #fff #fff #ccc;
	padding-left: 1px;
	position: relative;
	z-index: 500;
	text-align: center;
}

span.BUDDY_STUDY_RED{
	font-weight: bold;
	color: #FF4500;
}

span.BUDDY_STUDY_GREEN {
	font-weight: bold;
	color: #00AA00; /* mild green */
}

#BUDDY_STUDY h2{
	font-family: "times new roman", serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px 0 0 6px;
	font-variant: small-caps;
	font-style: normal;
	color: #FF4500; /*#a00;*/
	border-bottom: 1px solid #ccc;
	padding-left: 1px;
	position: relative;
	z-index: 500;
	text-align: center;
}

#BUDDY_STUDY a:hover {
		text-decoration: none;
        color: #060;
        border-color: #ccc #fff #060;
        background: #eee;
}
#BUDDY_STUDY .text{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

/********************************************** End buddystudy */

/* for tags */
.tagcell
{
  padding-top: 0;
  text-align: left;
}

input.tagsubmit
{
  font-size: 10px;
  border: 2px outset black;
  font-weight: normal;
  width: 75px;
  padding: 0px;
}

input.tagsubmit[disabled]
{
  padding: 0px;
  border: 2px inset black;
  color: black;
}

input.taginput
{
  font-weight:normal;
  border:1px solid black;
  font-size: 10px;
}

input.taginput_search
{
  font-weight:normal;
  border:1px solid black;
  font-size: 10px;
  width: 95%;
  margin-right: 10px;
}

.addtagmenu
{
  border:1px solid gray;
  background-color:#E5E5F5;
  list-style: none;
  position:absolute;
  z-index:50;
  padding:0px;
  margin:0px;
}

.addtagmenu li
{
  cursor:pointer;
  margin:0px;
  padding:3px;
}

.addtagmenu li:hover
{
  background-color:#B3B3D3;
}

.taglabel
{
  vertical-align:top;
  text-align:right;
  padding:0px;
}

a.tag
{
  font-weight:normal;
  border-bottom:1px dotted blue;
}

a.tag:visited
{
  border-bottom:1px dotted #CC00FF;
  font-weight:normal;
}

a.tag:hover, a.likeTag:hover, a.dislikeTag:hover, a.neutralTag:hover
{
  text-decoration:none;
}

a.likeTag
{
  font-weight:normal;
  color: #0066FF;
  border-bottom:1px dotted #0066FF;
}

a.neutralTag
{
  font-weight:normal;
  color: #444444;
  border-bottom:1px dotted black;
}

a.dislikeTag
{
  font-weight:normal;
  color: red;
  border-bottom:1px dotted red;
}

div.auto_complete {
  background: #fff;
  text-align: left;
  z-index: 42;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
  background: #fffffe;
  font-size: 10px;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
  cursor:pointer;
  list-style-type:none;
  display:block;
}
div.auto_complete ul li div {
  width:100%;
}
div.auto_complete ul li > div {
  overflow:hidden;
}
div.auto_complete ul li.selected {
  background-color: #ccc;
}
div.auto_complete ul strong.highlight {
  color: #800;
  margin:0;
  padding:0;
}
div#relatedTagsOuter {
  position:relative;
  padding: 3px 0px;
}
div#relatedTagsAddDiv {
  display:none;
  z-index:2;
  position:absolute;
  width:100%;
  height:100%;
}
div#relatedTagsAddText {
  text-align:center;
  width:7em;
  margin:auto auto;
  padding:5px;
  border:1px solid black;
  background-color: #DEDEDE;
}
div#relatedTagsSmokescreen {
  display: none;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -1px;
  width: 100%;
  height: 100%;
}
div.ctagdisplayouter {
  position:relative;
  padding: 3px 0px;
}
div.ctagadd {
  display:none;
  z-index:2;
  position:absolute;
  width:100%;
  height:100%;
}
div.ctagaddtext {
  text-align:center;
  width:7em;
  margin:auto auto;
  padding:5px;
  border:1px solid black;
  background-color: #DEDEDE;
}
div.ctagsmokescreen {
  display: none;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -1px;
  width: 100%;
  height: 100%;
}
/* end tags */





/** profile pages */

.comment{
    border-width:0px 0px 0px 1px; 
    border-color:#330099;
    border-style:solid;
    margin-bottom:5px; 
    padding-left: 5px;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;	
   }
   
.commentBody{
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;	
    margin-left:5px;
  	font-size: 8pt;
}
div.commentQuote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #444444;
    line-height: 100%;
    margin: 3px;
    padding: 3px;
    background-color: #EEE;
    border: #D1D7DC;
    border: 2px dotted;
    border-color:#999;
}
/** end profile pages */

/* mm */

.movie-form {
  width: 450px;
}
.movie-form dl {
  position: relative;
  width: 450px;
}
.movie-form dt {
  clear: both;
  float:left;
  width: 120px;
  padding: 4px 0 2px 0;
  text-align: right;
}
.movie-form dd {
  float: left;
  width: 320px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}
.movie-form .no-input {
  padding: 4px 0 2px 0;
}
.movie-form-full-input {
  width: 310px;
}
.movie-form-checkbox {
  margin:0;width:13px;height:13px;overflow:hidden;
}

.hint {
  display: none;
  position: absolute;
  right: -260px;
  width: 225px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url('/images/pointer.gif') no-repeat -10px 5px;
}
.hint-extended {
  padding-top: 12px;
}
.hint ul {
  list-style-type: none;
  /*
  padding-left: 0;
  margin-left: 0;
  */
  padding: 0;
  margin: 0;
}
.hint li {
  margin-bottom: 0.8em;
}
.hint .last-item {
  margin-bottom: 0;
}
.hint-pointer {
  position: absolute;
  left: -10px;
  top: 5px;
  width: 10px;
  height: 19px;
  background: url('/images/pointer.gif') left top no-repeat;
}
.genres {
  border: 0;
  border-collapse: collapse;
}
.genres div {
  width: 105px;
  white-space: nowrap;
}
#imdbIdOkay {
  padding: 0.5em;
  line-height: 1.25em;
  font-size: 1.15em;
}
#imdbIdError {
  margin: 1em 0;
  border: 2px dotted red;
  padding: 0.5em;
  line-height: 1.25em;
  font-size: 1.15em;
}
#movieFormBody {
  margin-top: 1em;
  padding: 0.5em;
}
.movieFormButtonContainer {
  text-align:right;
  margin-right:25px;
  clear:both;
}

.voteQueue div {
  line-height: 130%;
}

.voteQueue table {
  border: 0;
  border-collapse: collapse;
}
.voteQueueHeader {
  padding: 5px;
  background-color: #EEEEEE;
}
.voteWidget {
  width: 4em;
  min-width: 4em;
  text-align: center;
}
.voteQueueSpacer {
  width: 10px;
}
.voteQueueInfo {
  width:75%;
  min-width:20em;
}
.voteQueueAge {
  width:15%;
  min-width:8em;
}
tr.voteQueueItem {
  padding: 5px;
}
tr.voteQueueItem td {
  vertical-align: top;
  padding: 5px 0;
}
tr.voteQueueItemA {
  background-color: #EBEBFF;
}
tr.voteQueueItemB {
  background-color: #FFFFFF;
}
.voteQueueSearch {
  font-size: 85%;
}
.flagForm input, .flagForm select {
  font-size: 75%;
}
.successMessage {
  background-color: #ccffcc;
  border: 2px solid gray;
  margin: 1em 0.5em;
  padding: 0.5em;
}
.infoBox {
  width: 45em;
  background-color: #eeeeee;
  border: 2px solid gray;
  margin: 1.0em;
  padding: 0 0.75em;
}
.textBox {
  min-width: 35em;
  max-width: 55em;
}
.movieGuidelines li {
  padding: 0.2em;
}


#mainContent {
  padding: 5px;
}
#mainContent h1,#mainContent h2,#mainContent h3 {
  margin-top: 0.3em;
  margin-bottom: 0.7em;
}
#mainContent form {
  margin: 0;
  padding: 0;
}
#mainContent p {
  margin: 1em 0;
}
.pager {
  padding: 0.5em 0;
}

.pluginLogo {
	border-style: none;
	margin-left: 3px;
}

// css for qna module

div.qna-module {
    padding-bottom: 3px;
    border-bottom: 1px solid #DADADA;
    margin: 10px 0px 15px;
    width: 700px;
}

a.text {
 font-weight:normal;
 font-size:12px;
}
td.user-info {
    text-align: center;
    font-size: 9px;
}

td.qna-text {
    font-size: 11px;
    text-align: left;
}

.question-title {
    font-size: 12px;
}

.stats {
    text-align: center;
    padding: 3px 4px 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.graybg {
    background-color: #F0F0F0;
}

div.stats-bar {
    margin-top: 7px;
    float: right;
    font-size: 11px;
}

.question-title {
    font-size: 12px;
}

/* plugin styles */

.statusBoxPlugin{
	border: 1px #A1A5A9 solid;
	background-color: #FFFFFF;
	margin-bottom:10px;
	margin-right:15px;
}

.statusBoxPlugin-advSearch{
	border: 1px #A1A5A9 solid;
	background-color: #FFFFFF;
	margin-bottom:10px;
	margin-right:15px;
	margin-top: 6px;
	width: 220px;
	float: left;
}

.ConfigurationPlugin{
	border: 2px #A1A5A9 solid;
	margin: 3px;
	padding: 5px;
	left: 15%;
	width: 70%;
}

