/*
    colors
    
    heading bar background - #DADADA
    

*/
h1,
h2,
.title,
.title2,
.div_copyright_footer,
.span_task_history_title,
.title2,

/* fix color in theme */
.rfdSelectBox_Black .rfdSelect_selected,
.rfdSelectBox_Black li:hover,
.RadForm_Black.rfdGrids .rfdTable a,
.RadForm_Black.rfdButton .rfdSkinnedButton:hover *,
.RadForm_Black.rfdHeading h4,
.RadForm_Black.rfdHeading h5,
.RadForm_Black.rfdHeading h6,
.RadForm_Black.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Black fieldset.rfdFieldset legend,
.RadForm_Black table.rfdRoundedWrapper:hover div.rfdRoundedInner,
.RadForm_Black table.rfdRoundedWrapper:hover .rfdRoundedOuter,
.RadForm_Black.rfdTextbox .rfdDecorated:hover,
.RadForm_Black.rfdTextbox .rfdDecorated:hover,
.RadForm_Black.rfdTextarea textarea:hover,
.RadForm_Black.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Black.rfdFieldset fieldset.rfdFieldset legend,
.rfdSelect_Black:hover .rfdSelectOuter,
.RadForm_Black.rfdGrids .rfdTable a
{
	color: #00AAE7 !important;
}

div.message, div.error
{
    background-color: #98E1FC;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;      
}

div.error,
div.error b,
div.message,
div.message b
{
    color: black;
}

body {
	background-color:#B8B8B8;
	background-repeat:repeat-x;
	font-family:  Arial, Verdana, Helvetica;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-image:none;
	background-color:#FFFFFF;
}

html, body, form, #wrapper{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

h1
{
    margin-top: 0px;
}

h2
{
    font-size: 14px;
}

.bold
{
    font-weight: bold;
}

#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
}

input, select, textarea, pre, td, p
{
    font-size: 12px;
    font-family:  Arial, Verdana, Helvetica;
}

    input[type="text"],
    input[type="password"],
    input[type="file"],
    input[type="checkbox"],
    select,
    textarea {
        border: 1px solid #CCCCCC;
        background-color: White;
        color: #555;
    }

a {
	color: #FF0000;
}

img
{
    border: none;   
}

.center
{
    text-align: center !important;
}

.borderLeft,
.borderRight
{
    border-left-color: #CCCCCC;
    border-right-color: #CCCCCC;
}

.borderLeft
{
    border-left-width: 1px;
    border-left-style: solid;
}

.borderRight
{
    border-right-width: 1px;
    border-right-style: solid;
}


.boxcontent {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	/*padding: 0px 15px 0px 15px;*/
	background-color:#000000;
}

.footer {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

.input {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image:URL(/images/inputbackground.gif);
	background-repeat:no-repeat;
	border:none;
}

.inputbutton {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	/*background-image:URL(/images/inputbackground.gif);
	background-repeat:no-repeat;
	border:none;
	*/
}

.menu {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.menu a {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.menu a:visited {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.ordb {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.ordnorm {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



.paneltopleft {
	width:15px;
	height:15px;
	/*background-image:URL(/images/paneltopleft.png);
	background-repeat:no-repeat*/
}

.paneltopmiddle {
	background-color:#000000;
}

.panelbotmiddle {
	background-color:#000000;
}

.paneltopright {
	width:15px;
	height:15px;
	/*background-image:URL(/images/paneltopright.png);
	background-repeat:no-repeat*/
}

.panelbotleft {
	width:15px;
	height:15px;
	/*background-image:URL(/images/panelbotleft.png);
	background-repeat:no-repeat*/
}

.panelbotright {
	width:15px;
	height:15px;
	/*background-image:URL(/images/panelbotright.png);
	background-repeat:no-repeat*/
}


.whitetitle {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.small {
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}



.buttontext
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.error
{
    color:Red;
}
.ord
{
	font-size: 12px;
}

.ordbold
{
	font-size: 12px;
	font-weight:bold;
}

.menubar
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	padding-top:1px;
}

.menubar a
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: white !important;
	margin-left: 10px;
	margin-right: 10px;
	display:block;
	width: 100%;
	text-decoration: none;
}

.title,
.title2
{
	font-size: 22px;
	font-weight: bold;
    position: relative;	
}

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: auto;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}

.right
{
    text-align: right;   
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}



.required{
    color: red;
}

hr
{
    height:1px;
    border-top: 1px solid gray;
}

/* Browser specific (not valid) styles to make preformatted text wrap 
    NOTE: This no longer works for ie7
*/		
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 margin-top: 0px;
 margin-bottom: 0px;
 overflow:auto;
 width:670px;
}


/*
    Task Tree
*/
.dhtmlgoodies_tree
{
    font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

/*
    Task tree selected node
*/


.dhtmlgoodies_tree .span_overdue_tree_node, .overdue, .overdue a
{
    color: blue !important;
}

.dhtmlgoodies_tree .span_critical_tree_node, .critical, .critical a
{
    color: red !important;
}

.selected, 
.span_selected_tree_node span
{
    color: #9EDA29 !important;
    /*font-weight: bold;*/
}

.open, .closed, .open a, .closed a
{
    color: black !important;
}

.unviewed 
{
    /*font-weight: bold;*/
}

.nomatch
{
    color: #BBBBBB;
    font-weight: normal;
    font-style:italic;
}

/*
    Style the task header section
*/
.div_task_header_section
{
    border-top: 1px solid #C0C0C0;
    background-color: #F4F4F4;
    padding: 5px 5px 5px 5px;
}


.label
{
    font-weight: bold;
    text-align: right;
    padding-right: 3px;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 2px;
}
td.content
{
    padding-top: 2px;
    vertical-align: middle;   
}

#table_task_detail hr{
    display:none;
}
#table_task_detail td
{
    padding-bottom: 1px;
}

.div_history_panel_Acronym_Prompt_Tasks_cTask p 
{
    margin: 0; 
    padding: 0;
}



/* task breadcrumb trail */
.p_breadcrumb_trail
{
     font-weight:bold;
     margin-top:0px;
     margin-bottom:0px;
     color: #8CC63F;
}

/* A tags that act as buttons */
.a_link_button
{
    margin-left: 5px;
    margin-right: 5px;
    color: #16C1F3;
/*    border-left: 1px solid black;
    border-right: 1px solid black; */
    padding-left: 2px;
    padding-right: 2px;
}
.div_button_bar
{
    background-color:#333333;

}
.div_button_bar, .div_button_bar2,
.div_button_bar2 td
{
    padding:5px 10px 5px 10px;
    font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color: black !important;
    font-size: 12px;
}
.div_button_bar .a_link_button,
.div_button_bar2 .a_link_button
{
    font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#333333;
	padding:0px 10px 0px 10px;
    display:block;
}
.div_button_bar .a_link_button:hover,
.div_button_bar2 .a_link_button:hover
{
	background-color:#7D7D7D;
}


.div_button_bar2
{
    background-color:#DADADA;
    font-size: 12px !important;
    position: relative;
    
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
 }
.div_button_bar2 span.submenu,
.title span.submenu
{
    position: absolute;
    z-index: 100;
    float: none;
    right: 3px;
    top: 3px;
}
.div_button_bar2 .a_button
{
    border: 1px solid transparent;
    display:block;
    padding: 1px;
    float:right;
    
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.div_button_bar2 .a_button:hover
{
    border: 1px solid #5B5B5D;
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.div_button_bar2 .a_button:hover img
{
    cursor: hand;
}
.div_button_bar2 .a_button:focus
{
    outline: none;  
}
.div_button_bar2 table
{
    border-collapse : collapse;
}
.div_button_bar2 td
{
    color: black !important;
    padding: 0px 2px 0px 2px;
}

.div_button_bar2 a
{
    color: black! important;
    font-size: 12px !important;
    
}


/* grouping of dates */
.div_dates_group
{
    /*background-color: White;*/
}



/* Search result */
.div_search_task_title
{
    font-weight: bold;
    padding-bottom: 2px;
    background-color: #DADADA;
}

.div_search_task_title a
{
    color: black;
    padding: 3px;
    padding-bottom: 0px;
    display:block;
}

.div_search_task_result
{
    border: 3px solid #DADADA;
    background-color: #DADADA;
    margin-bottom: 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.div_search_task_result .children
{

}

.div_search_task_result .children .div_history_panel
{
    background-color:white;
    margin: 5px;
}

.search_canned_frame a
{
    font-weight: bold;
    border: none;
    border-left: 1px solid black;
    padding-left: 20px;
}

option.invalid
{
    color:Red;
}

.div_copyright_header
{
    position:absolute;
    color: #8CC63F;
    text-align:center;
    padding-top: 18px;
    width:100%;
    width:85%;
    left:0px;
}

.div_copyright_footer
{
    text-align: center;
    margin-top:20px;
    clear: both;
}
.div_build_footer
{
    color: #878789;
    text-align: center;
    clear: both;
    font-size: 10px !important;
}


/* Tab Controls */
.tab_header{
    background-color: white;
    padding-top: 5px;
    padding-left: 5px;
    height: 20px;
}

.tab_header a{
    text-align: center;
    width: 100px;
    border:solid 1px gray;
    border-left: 0px;
    color: gray;
    text-decoration: none;
    border-bottom: 0px;
    padding: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    white-space: nowrap;
    
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.tab_header a.active{
    background-color: #F4F4F4;
    color:black;
    font-weight: bold;
}



.home_page_frame
{
    padding-bottom: 40px;   
    padding-top:0px;
}

.div_content_frame
{
    padding-top: 20px;
}

.home_page_frame ul
{
    margin-top: 0px;
}

.home_page_frame div.section
{

    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    height = 1%; /* IE HACK */
}

.home_page_frame .Title
{
    padding-bottom: 10px;
}

.home_page_frame div.section a
{
    text-decoration: none;
}

.home_page_frame div.left
{
    clear: left;  
}

.home_page_frame div.subtitle
{
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.home_page_frame div.subtitle a
{
    font-weight: normal;
}

.site_header_menu_bar
{
    background-color: #333333;
}

.site_header_menu_bar,
.site_header_menu_bar td
{
    color: White;
}

.site_header_menu_bar a
{
    text-decoration: none;   
}

.menu
{
    white-space: nowrap;
    background-color:#333333;
    padding:0px 10px 0px 10px;
}

.div_content_frame
{
    padding-top:10px;  
    margin-left: 10px;
    margin-right: 10px;
    height = 1%; /* HACK FOR IE */ 
}

.div_content_frame td
{
    vertical-align: top;
}

.fixed_width
{
    width: 965px !important;
}

.default_color
{
    color: Black !important;
}

select.filter
{
    font-size: 10px; 
    text-transform: lowercase !important;
}

.right
{
    float: right
}

.section 
{
    padding-bottom: 20px;
}


table.grid
{
    width:100%;
    border-collapse: collapse;
    border: 1px solid #EAEAEA;

}
table.grid td
{
    border: none;
    border-top: none;
    border-bottom: none;
}
table.grid tr.alt
{
    background-color: #F0F0F0;
}

table.grid tr.hover
{
    background-color: #E0E0E0 !important;
}
table.grid tr.hover td
{
    border-color: #E0E0E0 !important;
}

table.grid tr.drag
{
    background-color: black !important;
}
table.grid tr.drag td
{
    color: white !important;
    border-color: Black !important;
}
table.grid tr.drag td a
{
    color: white !important;
}
table.grid td a
{
    text-decoration: none;
}

table.grid tr.header td
{
    background-color:#DADADA;
    padding:5px 5px 5px 5px;
    font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
    color: black;
    border: none;

    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

table.grid tr.footer td
{
    background-color:#DADADA;
    padding:5px 5px 5px 5px;
    font-family: Calibri, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
    color: black;
    border: none;

    -moz-border-radius: 0px 0px 5px 5px ;
    border-radius:  0px 0px 5px 5px;
}

table.grid tr.header td a
{
    text-transform:lowercase;
    color: black;
    text-decoration: underline;
}

table.grid tr.header td select.filter
{
    font-size: 10px; 
    background-color:#DADADA;
    color: black;
    text-transform: lowercase !important;
    border: 1px solid #F0F0F0; 
    text-align: left;
}


table.grid td
{
    padding-left: 2px;
    padding-right: 2px;
}
.section table.grid tr td.cell0
{
    white-space: nowrap;
}
.section table.grid tr td.cell1
{
   padding-left: 5px;
    width:100%;
}

.section table.grid .tdStatus span{
    width: 100px;
    display:block;
    text-align: center;
}

table.grid tr.minor
{
    font-style: italic;
}


.nowrap
{
    white-space: nowrap;
}

.div_work_order_open .textbox
{
    width: 100px;   
}

.div_task_item_description a
{
    color: black !important;
}

div.error
{
    background-color: #EA141B;
    color: black;
}

div.message, div.error
{
    padding: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 5px;  
    background-image:URL(/images/bullet.png);
    background-repeat: no-repeat;
    background-position: -1 -4;
    min-height: 14px;
    height = 14px;
    padding-left: 50px;
    border: 1px solid black;
}
div.message a, div.error a{
    color: Black;
}

.div_horizontal_list td
{
    white-space: nowrap;   
}

.frame
{
    margin: 10px 5px 10px 5px;
}

.divCheckBoxListFrame
{
    overflow: auto;
    height: 150px;
    border: 1px solid #CCCCCC;
    background-color: White;
}

.divCheckBoxListFrame table
{
    border: none;
}

.divCheckBoxListFrame table td
{
    border: none;
    white-space: nowrap;
}
.divCheckBoxListFrame div
{
    white-space: nowrap;
}

.iconButton
{
    vertical-align: middle;
     cursor: hand;
}

.site_header_open_work_order .textbox
{
    border: 1px solid;
    font-size: 11px;
    width: 50px;
}
.site_header_open_work_order .button
{
    font-size: 11px;
}

.site_header_open_work_order .div_work_order_open
{
    padding-top: 3px;
    padding-right: 2px;
}

.site_header_open_work_order table
{
   height:30px;
   border-collapse: collapse;
}

.div_user_name
{
    color: White;
}

.div_user_name a
{
    color: White;
}

.grid td.dragHandle
{
    background-image: URL(/images/hand.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    cursor: move;
}

.section .aDateChange
{
    color: Black;
}

.div_site_header
{
    background-color: #000000;
}

.div_history_panel .body table{
   border-collapse:collapse;
   width: 100%;
   border-color: #808080;
}

.div_history_panel .body table td{
   border: 1px solid #808080;
   padding-left: 2px;
   padding-right: 2px;
}

/* If content is to wide then scroll*/
.div_history_panel .body
{
   width: 100%;
   overflow: auto;
}

.imported-email-content p {
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.imported-email-content img {
    width: 100%!important;
}

/* limit height of images */
.div_history_panel .img_preview {
    float: left;
    height: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid black !important;
}

/* Rad Controls */
.riTextBox {
    padding: 1px 0px 1px 0px !important;
    border: 1px solid #CCCCCC !important;
}

/* Fix for IE */
* html .riTextBox {
    border: 2px inset !important;
    
    border-top-color: ThreeDLightShadow !important ;
    border-left-color: ThreeDLightShadow !important ;
    border-right-color: ThreeDHighlight   !important ;
    border-bottom-color: ThreeDHighlight   !important ;
}


div.priority.RadComboBox 
{
  
}
div.priority .rcbArrowCell
{
    display:none;
}
div.priority .rcbInputCell
{
    display:none;
}

.private
{
    border: 1px dashed gray !important;
}

.div_history_panel_Acronym_Prompt_Tasks_cNote .div_attachment_frame
{
     padding-top: 10px; 
}

.div_attachment_frame .attachment
{
    position: relative;
    float: left;
    width = 100;
    min-width: 100px;
    padding: 2px 2px 2px 2px;
    
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    
    text-align: center !important;
    min-height: 50px;
}

.div_attachment_frame .attachment .download
{
    color: Black;
    display: block;

}

.div_attachment_frame .hover
{
    background-color: #E0F0CC;
}

.pin_button
{
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
}

.round_border
{
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;    
}

.popup
{
    border: 3px solid black;
    position: absolute;
    display: none;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;  
     
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

.popup .title
{
    background-color: Black;
    text-align: center;
    padding: 3px 3px 3px 3px;
}

.popup .content
{
    padding: 5px 5px 5px 5px;
    background-color: White;
}

.popup .button_frame
{
    text-align: right;
}

.ui-widget{ font-size: 11px !important; }

/* Uploader Control */
.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px; padding: 7px 0; text-align:center;    
}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

.tree_task_link
{
    text-decoration: none;
}

.floating
{
    /* Add box-shadow */
    box-shadow:3px 3px 5px #aaaaaa;
    z-index: 999999;
}

.editorMsg.msg li{
    color: white;
}

body.mce-fullscreen #divTaskButtonBar,
body.mce-fullscreen .div_tree_menu{
    display: none;
}
