/* PrintJob Cascading Style Sheet */
/* Theme Name: Default */
/* Version: 1.1 */

/* HEADER */

.header {
padding-bottom : 8px;
padding-left : 15px;
padding-right : 15px;
padding-top : 8px;
}

.header-rule {
}

.logo {
font-family : Verdana, Arial, Helvetica, Geneva;
font-weight : normal;
font-size : 20px;
color : black;
}


/* FOOTER */

.footer {
color : black;
padding-bottom : 8px;
padding-left : 15px;
padding-right : 15px;
padding-top : 8px;
}

.footer-rule {
}

A.footer {
padding : 0px;
color : black;
text-decoration : none;
background : none;
}

A.footer:link {
padding : 0px;
color : black;
text-decoration : none;
background : none;
}

A.footer:visited {
padding : 0px;
color : black;
text-decoration : none;
background : none;
}

A.footer:hover {
padding : 0px;
color : black;
text-decoration : underline;
background : none;
}


/* GENERAL */

BODY, P, A, TR, UL, LI, OL {
font-family : Tahoma, Verdana, MS Sans Serif, Arial, Helvetica, Geneva;
font-size : 11px; 
color : black; 
}

BODY {
margin-bottom : 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
text-align : center;
}


/* WORKAREA */

.MaxWindowWidth {
width : 100%;
}

.WindowAlignment {
text-align : center;
}

.Margins {
padding-bottom : 0px;
padding-left : 15px;
padding-right : 15px;
padding-top : 0px;
}

.MainFrame {
background-color : #808A9D;
}

.StatusBar {
background-color : white;
padding : 8px 8px 8px 8px;
vertical-align : top;
}

.BodyText {
font-family : Verdana, Arial, Helvetica, Geneva;
font-size : 12px;
line-height : 17px;
}

.Title {
font-size : 14px;
font-weight : bold;
}

.TitleBright {
font-size : 14px;
font-weight : bold;
margin-top : 8px;
color : #808A9D;
}


/* TEXT LABELS */

.Label {
}

.LabelTop {
vertical-align : top;
padding-top : 6px;
}

.GroupLabel {
font-weight : bold;
color : white;
background-color : #A4ACB9;
border : 1px solid #929BAC;
padding : 2px;
}


/* PANELS */

.Panel-A {
padding : 8px;
vertical-align : top;
}

.Panel-B {
background-color : #C8CDD5;
border-top : 1px solid #808A9D;
padding : 8px;
}
.Panel-B-Pink {
background-color : #DEBADD;
border-top : 1px solid #E16FB9;
padding : 8px;
}
.Panel-B-Yellow {
background-color : #FDFFE1;
border-top : 1px solid #EAE7A2;
padding : 8px;
}
.Panel-B-Green {
background-color : #E2FEF3;
border-top : 1px solid #68FDC1;
padding : 8px;
}
.Panel-B-Orange {
background-color : #FEEDDE;
border-top : 1px solid #FDDFC4;
padding : 8px;
}
.Panel-B-DarkGreen {
background-color : #EFF2E3;
border-top : 1px solid #C9D3A0;
padding : 8px;
}

.Panel-Btab {
background-color : #C8CDD5;
padding : 8px;
}

.Panel-C {
background-color : #F6F7F8;
border-left : 1px solid #808A9D;
border-top : 1px solid #808A9D;
border-bottom : 1px solid #808A9D;
border-right : 1px solid #808A9D;
vertical-align : top;
}

.Panel-Ctab {
background-color : #F6F7F8;
border-left : 1px solid #808A9D;
border-bottom : 1px solid #808A9D;
border-right : 1px solid #808A9D;
vertical-align : top;
}


/* TITLE */

.PageTitle {
color : white;
font-size : 14px;
font-weight : bold;
padding : 0px 0px 0px 8px;
text-transform : uppercase;
}

.TitleBar {
background-color : #808A9D;
border-left : 1px solid #A0AABD; 
border-top : 1px solid #A0AABD; 
border-right : 1px solid #707A8D;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
StartColorStr='#808A9D', EndColorStr='#A0AABD'); 
}

.TitleBarPink {
background-color : #E996CC;
border-left : 1px solid #DEBADD; 
border-top : 1px solid #DEBADD; 
border-right : 1px solid #F0E1F0;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
StartColorStr='#E996CC', EndColorStr='#DEBADD'); 
}
.TitleBarYellow {
background-color : #FAFFB7;
border-left : 1px solid #FDFFE1; 
border-top : 1px solid #FDFFE1; 
border-right : 1px solid #EAE7A2;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
StartColorStr='#FAFFB7', EndColorStr='#FDFFE1'); 
}

.TitleBarGreen {
background-color : #B3FDDF;
border-left : 1px solid #E2FEF3; 
border-top : 1px solid #E2FEF3; 
border-right : 1px solid #68FDC1;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
StartColorStr='#B3FDDF', EndColorStr='#E2FEF3'); 
}
.TitleBarOrange {
background-color : #FDE1C8;
border-left : 1px solid #FEEDDE; 
border-top : 1px solid #FEEDDE; 
border-right : 1px solid #FDDFC4;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
StartColorStr='#FDE1C8', EndColorStr='#FEEDDE'); 
}

.TitleBarDarkGreen {
background-color : #DDE4C5;
border-left : 1px solid #EFF2E3; 
border-top : 1px solid #EFF2E3; 
border-right : 1px solid #C9D3A0;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1,
StartColorStr='#DDE4C5', EndColorStr='#EFF2E3'); 
}



.TitleBarText {
color : white;
padding : 5px 15px 5px 15px;
}

.TitleBarLink {
color : white;
font-weight : bold;
padding : 5px 15px 5px 15px;
border-left : 1px solid #B2B2B2;
cursor : hand;
}

.TitleBarLink-Focus {
color : #808A9D;
font-weight : bold;
padding : 5px 15px 5px 15px;
border-left : 1px solid #B2B2B2;
background-color : #F6F7F8;
cursor : hand;
}


/* INFO */

.InfoBar {
background-color : #FFDDFF;
padding : 4px;
border : 1px solid black;
}

.AlertBar {
background-color : #FFFFDD;
padding : 4px;
border : 1px solid black;
}

.History {
}

.HistoryTitle {
color : #777777;
}


/* MENU */

.MenuBar {
background-color : #EDEEF1;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
border-bottom : 1px solid #808A9D;
padding : 2px;
}

.MenuBarPink {
background-color : #DEBADD;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
border-bottom : 1px solid #E16FB9;
padding : 2px;
}
.MenuBarYellow {
background-color : #FDFFE1;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
border-bottom : 1px solid #EAE7A2;
padding : 2px;
}
.MenuBarGreen {
background-color : #E2FEF3;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
border-bottom : 1px solid #68FDC1;
padding : 2px;
}
.MenuBarOrange {
background-color : #FEEDDE;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
border-bottom : 1px solid #FDDFC4;
padding : 2px;
}
.MenuBarDarkGreen {
background-color : #EFF2E3;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
border-bottom : 1px solid #C9D3A0;
padding : 2px;
}

.Menu {
border : 1px solid #EDEEF1;
padding : 5px 8px 5px 8px;
}

.Menu-Focus {
background-color : white;
border : 1px solid #808A9D;
padding : 5px 8px 5px 8px;
cursor : hand;
}

.Menu-Down {
color : white;
background-color : #DBDEE3;
border-left : 1px solid #808A9D;
border-top : 1px solid #808A9D;
padding : 6px 8px 5px 9px;
cursor : hand;
}

.MenuSeparator {
border-left : 1px solid #808A9D;
border-right : 1px solid white;
}

.MenuSeparatorT {
font-weight : bold;
color : black;
border-bottom : 1px solid #808A9D;
padding : 2px;
}

.MenuSeparatorB {
font-weight : bold;
color : black;
border-top : 1px solid white;
padding : 2px;
}

.VMenuBar {
background-color : white;
border-left : 1px solid #808A9D;
border-top : 1px solid #808A9D;
border-bottom : 1px solid #808A9D;
border-right : 1px solid #808A9D;
}

.VMenu {
background-color : white;
vertical-align : middle;
}

.VMenuText {
padding-left : 5px;
padding-right : 5px;
}

.VMenuIcon {
padding-left : 2px;
}

.VMenu-Focus {
background-color : #1C81D3;
vertical-align : middle;
}

.VMenu-Active {
color : white;
background-color : #EDEEF1;
vertical-align : middle;
}


/* BUTTON BAR */

.Buttonbar {
background-color : #EDEEF1;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
border-bottom : 1px solid #808A9D;
padding : 2px;
}

.Buttonbar2 {
background-color : #EDEEF1;
border-left : 1px solid white;
border-top : 1px solid white;
border-right : 1px solid white;
padding : 2px;
}

.ButtonbarButton {
vertical-align : middle;
border : 1px solid #EDEEF1;
padding : 5px 8px 5px 8px;
}

.ButtonbarButton-Focus {
vertical-align : middle;
background-color : white;
border : 1px solid #808A9D;
padding : 5px 8px 5px 8px;
cursor : hand;
}

.ButtonbarButton-Down {
vertical-align : middle;
color : white;
background-color : #DBDEE3;
border-left : 1px solid #808A9D;
border-top : 1px solid #808A9D;
padding : 6px 8px 5px 9px;
cursor : hand;
}

.ButtonbarButtonIcon {
vertical-align : middle;
margin-right : 6px;
margin-left : -3px;
}

.ButtonbarButtonSpec {
vertical-align : middle;
border-left : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
border-right : 1px solid #AAAAA0;
border-bottom : 1px solid #AAAAA0;
padding : 5px 8px 5px 8px;
background-color : #FFF099;
}

.ButtonbarSeparator {
border-right : 1px solid white;
border-left : 1px solid #808A9D;
}


/* TABS */

.TabPanel {
border-bottom : 1px solid #808A9D;
}

.TabSpacer {
border-bottom : 1px solid #808A9D;
width : 1px;
}

.Tab {
font-weight : normal;
background-color : #EDEEF1;
border-top : 1px solid #A4ACB9;
border-left : 1px solid #A4ACB9;
border-right : 1px solid #808A9D;
border-bottom : 1px solid #808A9D;
padding : 4px 8px 4px 8px;
}

.Tab-Focus {
font-weight : normal;
background-color : #F6F7F8;
border-top : 1px solid #A4ACB9;
border-left : 1px solid #A4ACB9;
border-right : 1px solid #808A9D;
border-bottom : 1px solid #808A9D;
padding : 4px 8px 4px 8px;
cursor : hand;
}

.Tab-Active {
font-weight : bold;
background-color : #F6F7F8;
border-top : 1px solid #A4ACB9;
border-left : 1px solid #A4ACB9;
border-right : 2px solid #808A9D;
border-bottom : 1px solid #F6F7F8;
padding : 4px 8px 6px 8px;
}


/* TABLES */

.Arrow {
padding : 0px;
margin-left : 5px;
}

.TableBorder {
border-left : 1px solid #808A9D;
border-top : 1px solid #808A9D;
border-bottom : 1px solid #808A9D;
border-right : 1px solid #808A9D;
}

.ColumnHead {
margin : 0px;
background-color : #DBDEE3;
border-top : 1px solid white;
border-left : 1px solid white;
border-bottom : 1px solid #808A9D;
border-right : 1px solid #808A9D;
vertical-align : middle;
padding-bottom : 2px;
padding-left : 5px;
padding-right : 5px;
padding-top : 2px;
}

.ColumnHead-Focus {
margin : 0px;
background-color : #F6F7F8;
border-top : 1px solid white;
border-left : 1px solid white;
border-bottom : 1px solid #808A9D;
border-right : 1px solid #808A9D;
cursor : hand;
vertical-align : middle;
padding-bottom : 2px;
padding-left : 5px;
padding-right : 5px;
padding-top : 2px;
}

.ColumnHead-Active {
margin : 0px;
background-color : #DBDEE3;
border-top : 1px solid white;
border-left : 1px solid white;
border-bottom : 1px solid #808A9D;
border-right : 1px solid #808A9D;
vertical-align : middle;
padding-bottom : 2px;
padding-left : 5px;
padding-right : 5px;
padding-top : 2px;
}

.TableText {
padding-left : 5px;
padding-right : 5px;
padding-bottom : 4px;
padding-top : 4px;
}

.TableIcon {
padding-left : 5px;
padding-right : 5px;
padding-bottom : 2px;
padding-top : 2px;
text-align : center;
}

.TableRow {
background-color : white;
vertical-align : middle;
}
.TableRow2 {
background-color : #EDEEF1;
vertical-align : middle;
}

.TableRow2Pink {
background-color : #F0E1F0;
vertical-align : middle;
}
.TableRow2Yellow {
background-color : #FDFFE1;
vertical-align : middle;
}
.TableRow2Green {
background-color : #E2FEF3;
vertical-align : middle;
}
.TableRow2Orange {
background-color : #FEEDDE;
vertical-align : middle;
}
.TableRow2DarkGreen {
background-color : #EFF2E3;
vertical-align : middle;
}




.TableRow-Focus {
color : white;
background-color : #9DA5B2;
vertical-align : middle;
}

.TableRow-Active {
color : white;
background-color : #1C81D3;
vertical-align : middle;
}

.TableCell-Focus {
color : white;
background-color : #9DA5B2;
vertical-align : middle;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 4px;
padding-top : 4px;
cursor : hand;
}


/* FORMS */

SELECT.Small {
font-size : 11px;
}

OPTION.Note {
color : #808A9D;
}

OPTION.Main {
background-color : #E4E4E8;
}

OPTION.Sub {
background-color : #FFFFFF;
}

.ListBox {
border : 1px solid #808A9D;
line-height : 14px;
}

INPUT.Small {
font-size : 11px;
}

INPUT.File {
font-size : 11px;
}

.Textarea {
font-size : 12px;
}

INPUT.Text {
}

INPUT.Button {
font-size : 11px;
width : 120px;
height : 20px;
background-color : white;
border-left : 1px solid #B7BDC7;
border-right : 1px solid #5C6982;
border-top : 1px solid #B7BDC7;
border-bottom : 1px solid #5C6982;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
StartColorStr='white', EndColorStr='#DBDEE3'); 
}

INPUT.Button-Focus {
font-size : 11px;
width : 120px;
height : 20px;
background-color : #EDEEF1;
border-left : 1px solid #B7BDC7;
border-right : 1px solid #5C6982;
border-top : 1px solid #B7BDC7;
border-bottom : 1px solid #5C6982;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
StartColorStr='white', EndColorStr='#B1D6F2'); 
}

INPUT.ButtonSmall {
font-size : 11px;
background-color : white;
border-left : 1px solid #B7BDC7;
border-right : 1px solid #5C6982;
border-top : 1px solid #B7BDC7;
border-bottom : 1px solid #5C6982;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
StartColorStr='white', EndColorStr='#DBDEE3'); 
}

INPUT.ButtonSmall-Focus {
font-size : 11px;
background-color : #EDEEF1;
border-left : 1px solid #B7BDC7;
border-right : 1px solid #5C6982;
border-top : 1px solid #B7BDC7;
border-bottom : 1px solid #5C6982;
filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
StartColorStr='white', EndColorStr='#B1D6F2'); 
}


/* THUMBNAILS/PREVIEW/ICONS */

.Icon {
filter : progid:DXImageTransform.Microsoft.Shadow(color="#808A9D",
Direction=135, Strength=1) alpha(Opacity=85); 
}

.Icon-Focus {
}

.Thumbnail {
border : 1px solid #808A9D;
filter : progid:DXImageTransform.Microsoft.Shadow(color="#808A9D",
Direction=135, Strength=1); 
}

.Thumbnail-Focus {
border : 1px solid black;
filter : progid:DXImageTransform.Microsoft.Shadow(color="#808A9D",
Direction=135, Strength=1) alpha(Opacity=60); 
}

.ThumbnailCell {
text-align : right;
vertical-align : bottom;
}

.ThumbnailCaption {
text-align : left;
vertical-align : bottom;
border-bottom : 1px solid #808A9D;
padding-bottom : 8px;
}

.Preview {
border : 1px solid #808A9D;
filter : progid:DXImageTransform.Microsoft.Shadow(color="#808A9D",
Direction=135, Strength=1); 
}


/* OTHER */

.hr {
font-weight : bold;
color : black;
border-bottom : 1px solid #999999;
padding-top : 8px;
}

.Label-Cyan {
font-weight : bold;
color : white;
background-color : #00A4E8;
border : 1px solid #999999;
padding-left : 7px;
padding-right : 7px;
}

.Label-Magenta {
font-weight : bold;
color : white;
background-color : #C30080;
border : 1px solid #999999;
padding-left : 7px;
padding-right : 7px;
}

.Label-Yellow {
font-weight : bold;
background-color : #FFEC00;
border : 1px solid #999999;
padding-left : 7px;
padding-right : 7px;
}

.Label-Black {
font-weight : bold;
color : white;
background-color : black;
border : 1px solid #999999;
padding-left : 7px;
padding-right : 7px;
}


/* ICONS */

.HelpIcon {
cursor : hand;
}


/* LINKS */

A {
color : #10357F;
text-decoration : underline;
}

A:link {
color : #10357F;
text-decoration : underline;
}

A:visited {
color : #10357F;
text-decoration : underline;
}

A:active {
color : #10357F;
text-decoration : underline;
}

A:hover {
color : #DD0000;
text-decoration : underline;
}

A.link0 {
text-decoration : underline;
}

A.link0:link {
color : black;
text-decoration : underline;
}

A.link0:visited {
color : black;
text-decoration : underline;
}

A.link0:active {
color : black;
text-decoration : underline;
}

A.link0:hover {
color : #D00000;
text-decoration : underline;
}

.CaptionOver, A.CaptionOver, A.CaptionOver:link, 
A.CaptionOver:visited, A.CaptionOver:active { 
text-decoration : none; color : black; 
}

.CaptionOut, A.CaptionOut, A.CaptionOut:link, 
A.CaptionOut:visited, A.CaptionOut:active { 
text-decoration : none; color : black; 
}

.Caption2Over, A.Caption2Over, A.Caption2Over:link, 
A.Caption2Over:visited, A.Caption2Over:active { 
text-decoration : none; color : white; 
}

.Caption2Out, A.Caption2Out, A.Caption2Out:link, 
A.Caption2Out:visited, A.Caption2Out:active { 
text-decoration : none; color : black; 
}

