﻿.themeTable, .themeTable td
{
	border: 1px solid #bababa;
	border-collapse:collapse;
}

.themeTable .themeHead
{
	background-position: left top;
	height: 25px;
	background-image: url('Images/ServiceDesk/boxtitle2_bg.gif');
	font-weight: bold;
	background-repeat:repeat-x;
}

.themeTable .themeOpen
{
	background-position: center center;
	background-image: url('Images/ServiceDesk/openTheme.gif');
	background-repeat: no-repeat;
}

.themeTable .themeClose
{
	background-position: center center;
	background-image: url('Images/ServiceDesk/closeTheme.gif');
	background-repeat: no-repeat;
}

.themeTable .linkOpen
{
	color: #E01350;
}

.themeTable .linkClose
{
	color: Black;
}

.panelSD
{
	border: 1px solid #bababa;
	margin-bottom:15px;
	display: block;
}

.panelSD .title
{
	height: 25px;
	background-image: url('Images/ServiceDesk/boxtitle2_bg.gif');
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bababa;	
}

.title span.heading
{
	font-weight: bold;
	display: block;
	margin-left: 15px;
	padding-top: 5px;
}

span.date
{
    float:left; 
    margin-top:2px;
    font-size: 10px;
}

.panelSD .content
{
	margin: 10px;
	position:relative;
}

.headerName
{
	width:110px;
  	font-weight:bold;
}

.butNewTheme
{
	text-align: right;
	padding-right:20px;
}

.fieldEmpty
{
	color: #FF0000;
}

.panelSD .content .userPic
{
	border: 1px solid #bababa;
	float:left;
}

.panelSD .content .manager
{
	float: left;
	margin-left: 20px;
}

.manager .name
{
	font-weight: bold;
}

.tableQ
{
	border: 1px solid #bababa;
	border-collapse:collapse;
	margin-top:15px;
}

.tableQ td
{
	border: 1px solid #bababa;
	border-collapse:collapse;
}

.tableQ .title
{
	height: 25px;
	background-image: url('Images/ServiceDesk/boxtitle2_bg.gif');
	font-weight:bold;
	padding-left:15px;
}

.tableQ .title .dateTime
{
	background-image: url('Images/ServiceDesk/DateTime.png');
	background-repeat: no-repeat;
	padding-left:10px;
	height:16px;
	float:left;
	width:16px;
}

.tableQ .name
{
	width: 200px;
	background-color: #E1E1E1;
}

.tableQ .name div
{
	margin-top:10px;
	margin-left:10px;
	font-size:11px;
}

.tableQ .contentQ
{
	padding: 10px 5px;	
}

.tableQ .footer
{
	height: 25px;
	background-image: url('Images/ServiceDesk/boxtitle2_bg.gif');
	padding-left:20px;
}

.tableQ .themeOpen
{
	background-image: url('Images/ServiceDesk/openTheme.gif');
	background-repeat: no-repeat;
	height:11px;
	padding-left:25px;
}

.tableQ .themeClose
{
	background-image: url('Images/ServiceDesk/closeTheme.gif');
	background-repeat: no-repeat;
	height:11px;
	padding-left:25px;
}

.clearDiv
{
	clear:left;	
}

.ticket
{
    
}

.ticket .head
{
    position: relative;
    padding: 5px;
       
}

.ticket .head .title
{
    margin-right: 155px;
}

.ticket .right
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.ticket .item
{
    margin-top: 10px;
    border: 1px solid #bababa;
}

.ticket .item .title
{
    background-image: url('Images/ServiceDesk/boxtitle2_bg.gif');  
    padding: 5px;
    border: 1px solid #bababa;
}

.ticket .item .body
{
    padding: 5px;
    min-height: 50px;
}