/* 
    Document   : PrimeImage master CSS
    Created on : Dec 24, 2011, 4:56:47 PM
    Author     : Ted
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}
.clear {
    clear: both;
}

.textAlignLeft{
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCenter{
    text-align: center;
}

.fixedCell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.spacerRow {
    width: 100%;
    height: 20px;
    background-color: #254262;
}

.rowDescription {
    height: 20px;
    background: #254262;
}

.rowEntries {
    height: 20px;
    background: #254262;
}

.divSegment {
    border-top: 4px solid #071B36;
    border-left: 2px solid #071B36;
    border-right: 2px solid #071B36;
    border-bottom: 2px solid #071B36;
    background: #254262;
}

.divSegmentInside {
    border-top: 0px solid #0C264D;
    border-left: 8px solid #254262;
    border-right: 8px solid #254262;
    border-bottom: 8px solid #254262;
}

.divSegmentHidden {
    display: none;
    background: #29476A;
    height: 15px;
    width: 896px;
    border-left: 2px solid #071B36;
    border-right: 2px solid #071B36;
}

.segmentText {
    font-size: 75%;
    font-style: italic;
}

.inputFileTime {}
.outputFileTime {}
.timeCode {}

html, body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/Prime-background.gif);
}

.container {
	width: 900px;
	margin: 0px auto 0 auto;
	background-repeat: repeat-x;
	background-color: #071B36;
	background-image: url(../images/box%20background.gif);
	text-align: right;
}
.container2 {
	color: #FFF;
	background-color: #0C264D;
	margin: 0px;
	padding: 0;
	width: 900px;
	background-image: url(../images/boxbackground.gif);
	text-align: left;
}
.titletext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/gradbox.png);
	background-repeat: repeat-x;
	height: 60px;
}
.versiontext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
}

.joblistshow {
	float: right;
	vertical-align: top;
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
        margin-right: 30px;
}

.joblistshow:hover {
    cursor: pointer;
}

.joblisttitlespacer {
    float: left;
    text-align: center;
    vertical-align: top;
    width: 388px;
}

.joblisttitle {
    float: left;
    text-align: center;
    vertical-align: top;
    width: 100px;
    font-size: 16pt;
    font-weight: bold;
}

.joblistpages {
    float: left;
    text-align: right;
    vertical-align: bottom;
    width: 200px;
    height: 38px;
}

.joblistrefresh {
    text-decoration: underline;
    float: left;
    text-align: right;
    vertical-align: bottom;
    height: 38px;
    margin-left: 30px;
}

.joblistrefresh:hover {
    cursor: pointer;
}

.joblistrefreshsettings{
    float: left;
    text-align: right;
    vertical-align: bottom;
    height: 38px;
    margin-left: 10px;
}

.imgrefresh:hover {
    cursor: pointer;
}

.joblisthide {
	float: right;
	text-align: right;
	vertical-align: top;
	background-image: url(../images/uparrow.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
        margin-right: 20px;
}

.joblisthide:hover {
    cursor: pointer;
}

.joblist {
	width: 900px;
	display: none;
}

.jobdefine {
	text-align: left;
	width: 900px;
}

.jobdefinetable {
    width: 901px;
}

.jobdefineinputtable {
    width: 881px;
    background: #071B36;
}

.joblisttable {
    text-align: center;
    border: 1px solid black;
    table-layout: fixed;
    width: 900px;
}

.joblog {
    width: 900px; 
    border: 1px solid lightgray;
}

.joblogtable {
    text-align: center;
    border: 1px solid black;
}

.jobtablesort {
    text-decoration: underline;
}
.jobtablesort:hover {
    cursor: pointer;
}

.holdsegmentstable {
    text-align: center;
    border: 1px solid black;
}

.editsegmentstable {
    text-align: center;
    border: 1px solid black;
}

.prerolltable {
    text-align: center;
    text-overflow: clip;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid black;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* css for form validation */
label.error {
	margin-left: 5px;
	color: red;
	font-style: italic;
	font-size: 12px;
}
.buttonstyle {
	background-color: #858B99;
 	color: #FFF;
	height: 24px;
	width: 120px;
	border: 1px solid #aaaaaa;
}

.buttonstyle:hover {
    cursor: pointer;
}

.buttonstyleHighlight {
	background-color: #858B99;
 	color: #FFF;
	height: 24px;
	width: 120px;
	border: 2px solid #F3F315;
}

.styleHighlightWarning {
	background-color: #F3F315;
 	color: #000;
}

.styleHighlightError{
	background-color: #FF2D2D;
 	color: #FFF;
}

.buttonstyle3 {
}
.buttonstyle3:hover {
    cursor: pointer;
}

.inputfilerefresh:hover {
    cursor: pointer;
}

.inputtextbar {
	color: #FFF;
	background-color: #858B99;
	border: thin solid #47729C;
	height: 20px;
}
.inputtextbarreadonly {
	color: #444444;
	background-color: #BCBEC2;
	border: thin solid #47729C;
	height: 20px;
}
.buttonstyle2 {
	width: 120px;
	color: #FFF;
	background-color: #29466A;
	height: 35px;
	-moz-border-radius: 8px;
	background-image: url(../images/buttonbackground.png);
	margin: 5px;
	border: 1px solid #aaaaaa;
}

.buttonstyle2:hover {
    cursor: pointer;
}

.buttonstyle4 {
	background-color: #858B99;
 	color: #FFF;
	height: 24px;
	width: 60px;
	border: 1px solid #aaaaaa;
}

.buttonstyle4:hover {
    cursor: pointer;
}

.buttonstyle5 {
	background-color: #858B99;
 	color: #FFF;
	height: 24px;
	width: 100px;
	border: 1px solid #aaaaaa;
}

.buttonstyle5:hover {
    cursor: pointer;
}

.buttonstyle6 {
    background-color: #858B99;
    color: #FFF;
}

.buttonstyle6:hover {
    cursor: pointer;
}

.helpPopup {
	background-image: url(../images/info15.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.helpPopup:hover {
    cursor: pointer;
}

/* css for file browser */
.fileTreeShell {
    width: 550px;
    height: 400px;
    border-top: solid 1px #BBB;
    border-left: solid 1px #BBB;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    background: #FFF;
    overflow: scroll;
    padding: 5px;
}

.fileTreeHelp {
	float: left;
	background-image: url(../images/info20.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
        margin-right: 10px;
        margin-top: 6px;
}

UL.fileTree {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}

UL.fileTree LI {
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    white-space: nowrap;
}

UL.fileTree A {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0px 2px;
}

UL.fileTree A:hover {
    background: #BDF;
}

.fileTree LI.directory { background: url(../images/directory.png) left top no-repeat; }
.fileTree LI.expanded { background: url(../images/folder_open.png) left top no-repeat; }
.fileTree LI.file { background: url(../images/file.png) left top no-repeat; }
.fileTree LI.wait { background: url(../images/spinner.gif) left top no-repeat; }

.fileTree LI.ext_jpg { background: url(../images/picture.png) left top no-repeat; }
.fileTree LI.ext_jpeg { background: url(../images/picture.png) left top no-repeat; }
.fileTree LI.ext_mov { background: url(../images/film.png) left top no-repeat; }
.fileTree LI.ext_mxf { background: url(../images/film.png) left top no-repeat; }
