`/* ********************************************* */

/* 2col_leftNav.css                            */

/* Use with template 2col_leftNav.html          */

/* ********************************************* */

/* ********************************************* */

/* HTML tag styles                             */

/* ********************************************* */

.box_pass {
    border: thin solid #000000;
    font-size: 16px;
    margin-top: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-shadow: 3px 3px 3px 3px #cccccc;
    -webkit-box-shadow: 3px 3px 3px 3px #cccccc;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    min-height: 300px;
}

#shell {
    margin: 0 auto; 
    max-width: 1020px;
    min-height: 585px;
    /* border:1px dashed #FF0000; */
}
.left {
    text-align: left;
}

#main {
    width: 90%;
    max-width: 1020px;
    min-width: 400px;
}

body {

    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-size: 14px;
}

body a{
    color:#000000;
    font-size: 14px;
}
.mainrule {

    font-size: 14px;

}

.black_title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;

}
.black_title a{
    color: #000000;
}
.black {
    color: #000000;
}
.black a{
    color: #000000;
}
.red {
    color: #FF0000;
}
.red a{
    color: #FF0000;
}
.main_title {

    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
    font-style: normal;
    text-transform: none;
    color: #333333;
}

.main_title a {

    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
    font-style: normal;
    text-transform: none;
    color: #333333;
}


.box1 {
    padding: 2px;
    height: auto;
    width: auto;
    border: 1px solid #666666;

    font-size: 12px;
    font-style: normal;
    color: #000000;
}
.box_closed {
    padding: 2px;
    height: auto;
    width: auto;
    border: 1px solid #666666;

    font-size: 12px;
    font-style: normal;
    color: #000000;
    background-color: #E6E6E6;
}
.box1_full {
    padding: 2px;

    font-size: 12px;
    font-style: normal;
    color: #000000;
}

.small {

    font-size: 10px;
    font-weight: normal;
    color: #000000;
}
.small a {

    font-size: 10px;
    font-weight: normal;
    color: #000000;
}
.small:hover {

    font-size: 10px;
    font-weight: normal;
    color: red;
}
.small-admin {

    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
.small-admin a {

    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
.small-admin  a {

    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.compact {

    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.compact a{

    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.billing_text {

    font-size: 10px;
    font-style: normal;
    font-weight: normal;
}

.billing_text a{

    font-size: 10px;
    font-style: normal;
    font-weight: normal;
}
.billing_text_right {

    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    float: right;
}
.billing_text_right a{

    font-size: 10px;
    font-style: normal;
    font-weight: normal;
}

.full {

    font-size: 14px;
    font-weight: bold;
    font-variant: normal;
    color: #000000;

}
.full a{

    font-size: 14px;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
}
.color_title {

    font-size: 14px;
    font-weight: bold;
    font-variant: normal;
    color: #FF0000;
}
.functions {
    background-color: #EEEEEE;
}
.box {
    border: 1px solid #211320;
    background-color: #F7F7F7;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 12px;
}

.box_time {
    border: 1px solid #211320;
    background-color: #FFFFF0;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 12px;
    font-size: 13px;
}
.tag_form {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
}
.yellow_impact {
    background-color: green;
    border: 1px solid #000000;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #999;
    text-decoration: none;
    color: white;
    display:inline-block;
    max-width: 250px;
}
.yellow_impact a {
    text-decoration: none;
    font-size: 12px;
}
.yellow_impact:hover{
    background-color: red;
    color: white;

}
#mainform textarea, #mainform input, #mainform select{
    max-width: 300px;
    border: 1px solid #000000;
    padding: 10px;
    margin: 5px;
    -webkit-box-shadow: 2px 2px 2px 1px #AFAFAF;
    box-shadow: 2px 2px 2px 1px #AFAFAF;
    margin-bottom: 5px;
    border-radius: 5px;
    max-width: 90%;
}


#mainform textarea:hover, #mainform input:hover, #mainform select:hover{
    background-color: #fffcc3;

}
#mainform textarea:focus, #mainform input:focus,#mainform select:focus{
    background-color: #fffcc3;

}
#mainform label {
    width: 50px;
    display:inline-block;

}
#mainform .button{

    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 170px;
    font-weight: bold;
    height: 50px;
    text-decoration: none;
    background-color: #000000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;    
    color: #FFF;
    font-size:16px;

}
#mainform .button a:link{
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 170px;
    font-weight: bold;
    height: 50px;
    text-decoration: none;
    background-color: #000000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;    
    color: #FFF;
    font-size:16px;

}
#mainform .button:hover {
    background-color: #D81D20;
    color: black;
    text-decoration: none;
}



.yellow_button {
    background-color: #FFFFCC;
    border: 1px solid #000000;
    width: 130px;
    padding: 3px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #999;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;


}
.yellow_button a {
    text-decoration: none;
    text-align: center;
}
.yellow_button:hover{
    background-color: red;
    color: white;

}
.yellow_invoice {
    background-color: #FFFFCC;
    border: 1px solid #000000;
    width: 130px;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #999;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    display: block;


}
.yellow_invoice a {
    text-decoration: none;
    text-align: center;
}
.yellow_invoice:hover{
    background-color: red;
    color: white;

}


.yellow {
    background-color: #FFFFCC;
    border: 1px solid #000000;
    min-width: 130px;
    margin-top: 2px;
    padding: 3px;
    border-radius: 5px;
    text-decoration: none;

}
.yellow a {
    text-decoration: none;
}
.yellow:hover{
    background-color:  #FFCFCC;
    color: black;

}

.yellow_select {
    background-color: #FFFFCC;
    border: 1px solid #000000;
    min-width: 130px;
    margin-top: 5px;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #999;
    text-decoration: none;

}
.yellow_select a {
    text-decoration: none;
}
.yellow_select:hover{
    background-color: white;
    color: black;


}



.priority {
    background-color: #FFE8FF;
    border: 1px solid #FF0000;
    padding: 1px;
    margin: 3px;

}
.wait{
    background-color: #FFFF00;
    border: 1px solid #FF0000;
    padding: 1px;
    margin: 3px;

}
.assigned_2{
    background-color: #FFFFE1;
    border: 1px solid #0000FF;
    padding: 3px;
    margin: 3px;

}
.text_assigned_2 {
    color: #0000FF;
}

.assigned_3{
    background-color: #FFFFFF;
    border: 1px solid #00FF00;
    padding: 3px;
    margin: 3px;

}
.assigned_4{
    background-color: #DDFFFF;
    border: 1px solid #66FF66;
    padding: 3px;
    margin: 3px;
}

.red {


    font-weight: bold;
    color: #FF0000;
}
.red a{

    font-weight: bold;
    color: #FF0000;
}
.box_inv {
    font-size: 9px;
    border: 1px dotted #000000;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.box_inv a{
    text-decoration: none;
}
.larger {
    font-size: 18px;
    color: #000000;
}
.larger a{
    font-size: 18px;
    color: #000000;
}
.green {
    font-weight: bold;
    color: #00FF00;
}
.attachbox {
    background-color: #FFFFE6;
    border: 1px solid #FFFF00;
    margin-top: 10px;
}
.black12 {
    font-size: 12px;
    color: #000000;
}
.button {
    background-color: #FFFFCC;
    padding: 4px;
    border: 1px solid #000000;
    font-weight: bold;
}

.button:hover {
    background-color: red;
    color: white;
}



.suggestionsBox {
    position: absolute;
    left: 544px;
    top: 90px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
    font-family: Helvetica;
    font-size: 11px;	
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {

    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}
.ui-menu {
    font-size: 13px;   
}
