/* SCP customizable stylesheet */

.button,
.button:visited {
  border: none;
  display: inline-block;
  font-size: 16px;
  padding: 4px 16px 4px 16px;
  max-width: 220px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  font-family: helvetica, arial, sans-serif;
}
.button:hover {
  background-color: #111;
  color: #fff;
}
.button:active {
  top: 1px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.button,
.button:visited,
.green.button,
.green.button:visited {
  background-color: #91bd09;
}
.green.button:hover {
  background-color: #749a02;
}
.blue.button,
.blue.button:visited {
  background-color: #00AEEF;
}
.blue.button:hover {
  background-color: #0079d2;
}

.red.button,
.red.button:visited {
  background-color: #FF5500;
}
.red.button:hover {
  background-color: #AA0000;
}

.lightgreen.button,
.lightgreen.button:visited {
  color: #007700;
    
  background-color: #aaffaa;
}

.lightblue.button,
.lightblue.button:visited {
  background-color: #aaaaFF;
}

.lightred.button,
.lightred.button:visited {
  background-color: #FFaaaa;
}
/* mesages, warning and errors */

.error, .msg {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.error {
    color: #FF0000;
}

.msg {
    color:#006699;
}



#infomessage, #warnmessage, #errormessage {
    margin-bottom: 1.5em;
    padding: 0.3em;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
}


#infomessage {
  background-color: #390;
  border-color: #390;
  color: #390;
  background: #CFC;
}

#errormessage {
    border-color: #903;
    background-color: #fcc;
    color: #903;
}

#warnmessage {
    border-color: #fad163;
    background-color: #fdedc1;
}


/* Alt rows used on most data tables */
.row1 td { background-color: #F4FAFF; }
.row2 td { background-color: #FFFFFF; }



/* Data Table */
table.dtable, table.logs {
 border-left: 1px solid;
}

table.dtable td, table.logs 
td {
  
padding-left:3px;
  
border:1px solid;
  border-top:none;
  border-left:none;
}

table.dtable th, table.logs th {
  color: #FFF;
  font-size: 12px;
  font-weight:bold;
}


table.dtable, table.dtable td, table.dtable th, table.logs, table.logs td, table.logs th {
  border-color:#CCC;
}

/* Table headings */
table.dtable th, table.logs 
th {
  
/*text-align:left;*/
  
background:#ADADAD;
  color:#FFF;
}

table.dtable th a, table.dtable th a:hover {
  color:#FFF;
  text-decoration:underline;
}

/* row highlighting on hover + select */
.dtable tr:hover td, .highlight td {  background-color: #FFFFDD; }
/* disabled highlighting on nohover */
.dtable tr:hover td.nohover, .highlight td.nohover {}





/* Form Table */

table.tform {
 border-left: 1px solid;
 border-top: 1px solid;
 margin-bottom: 10px;
}

table.tform td,table.tform 
th {
  padding-left:3px;
  border:1px solid;
  border-top:none;
  
border-left:none;
}

table.tform 
th {
    
/*text-align:left;*/
    
font-weight:normal;
    background:#F4FAFF;
    padding-left:5px;
    width: 300px;
}


table.tform.tpl th 
{
    width: 150px;
}


table.tform td {
    font-size:16px;
	
    background:#FFF;
}

table.tform, table.tform td, table.tform th {
  border-color:#CCC;
	    font-size:16px;

}

table.tform tr.header 
td {
    font-weight:bold;
    background:#ADADAD; 
    color:#FFF; 
	    font-size:16px;

}

table.tform tr.subheader 
td {
    font-weight:normal;
    background:#DCDCDC;
}


/* Ticket view related styles */



/* Ticket view related styles */

table.ticketinfo {
    margin-bottom:5px;
}


table.ticketinfo td, table.ticketinfo
 th {
    background-color: #F4FAFF;
}

table.ticketinfo 
th {
    font-weight:bold;
  
/*  text-align:left;*/
    
    padding-left:3px;
    width: 110px;
}


table.ticketoptions {
    background-color: #EFEFEF;
    border-color:#CCC;
    border: 1px solid;
}


table.ticketoptions td {
    border: 0;
    padding-top:3px;
}


/* Ticket view (Notes, Messages and Responses) */

#ticketthread table.message
 {
    margin:10px 0 5px 0;
}


#ticketthread table.response 
{
    margin-bottom:5px;
}

#ticketnotes table.note {
    margin-bottom:10px;
}

table.message, table.response,table.note {
    border: 1px solid;
    border-bottom: none;
    border-color:#ADADAD;
}


table.message td, table.message th,table.response td, table.response th,table.note td, table.note th {
    border-bottom:1px solid;
    padding:5px;
}

table.message td, table.response td, table.note td{
  background-color: #FAFAFA;
}

table.message th, table.response th, table.note th {
    line-height:24px;
    font-size:16px;
    font-weight:bold;
    text-align: left;
    padding:1px;
    padding-left:5px;
}

table.message th {
    background-color: #C3D9FF;
}

table.response th {
    background-color: #FFE0B3;
}

table.note th {
    background-color: #D5DFF3;
    color: #3E3E3E;
}

table.message tr.header td, table.response tr.header td, table.note tr.header td {
    background-color: #EFEFEF;
    border-color:#ccc;
    padding:1px;
    padding-left:5px;
}


 h2{
	font-size:20px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif;
	margin:0px;
	
	font-weight:normal;
	padding:0px 0px 10px;
}