/* Megabytes WebWare Base Style Sheet 3.7*/

.strikethroughClass {
	background-color: red;
	text-decoration: line-through;
}

#contactNameSelect {
	display: none;
}

body {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: white;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #09C;
	text-decoration:underline;
}

h1 {
	margin-top: 0;
	padding-top: 0;
}

.CompanyName {
	font-size: 1.2em;
}

.labelCustom {
	padding-top:13px;
}

a img {border:none;}

table.main {
	background-image:url(Customer_Logo.png);
	background-position:top right;
	background-repeat:no-repeat;
}

table.main td.header {
	background-image:url(System_Logo.png);
	background-position:top left;
	background-repeat: no-repeat;
	height: 60px;
	vertical-align: middle;
	padding: 0 0 0 300px;
	font-size: 16px;
	font-weight: bold;
}

table.main td.MainNavBar {
	background-color:#EBEBEB;
	padding: 2px 0 2px 10px;
	vertical-align: middle;
	border: 1px solid black;
}

table.main td.main {
	border: 1px solid #0066CC;
	padding: 5px 10px 5px 10px;
}

table.main td.footer {
	font-size: 10px;
	background-color: #0066CC;
	padding: 3px;
	color: white;
}

table.main td.footer p {
	margin: 0;
	padding: 0;
}

table.main td.footer a { color: white; }

table.small td {font-size: 10px;}

table.PhotoAlbum td {
	border: 1px solid #0099FF;
	background-color: #FFFF99;
	padding: 3px;
	font-size: 10px;
}

.Help {
	border: 2px solid #0000CC;
	background-color: #3399FF;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
}

/* BUTTONS */

a.button {
    display:block;
    float: left;
}

a.button, .buttons button{
    margin:0 4px 0 0;
    background-color:#DDDDDD;
    border:1px solid #949494;
    border-top:1px solid #949494;
    border-left:1px solid #949494;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:0.8em;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#555555;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 7px 2px 5px; /* IE6 */
}
.buttons button[type]{
    padding:1px 5px 3px 5px; /* Firefox */
    line-height:14px; /* Safari */
}
/*
*:first-child+html button[type]{
    padding:8px 10px 3px 7px; /* IE7 
}
*/
.buttons button img, a.button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, a.button:hover{
    background-color:#CBCBCB;
    border:1px solid #949494;
	color:#555555;
	text-decoration:none;
}
a.button:active{
    background-color:#FFFFFF;
    border:1px solid #949494;
}

/* RESULT BOXES */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.Login {
	width: 350px;
	border: 2px solid #999999;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Dashboard {
	border: 1px solid #666666;
}

.Dashboard p {
	padding: 2px;
}

.Dashboard h3 {
	margin: 0 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #666666;
	background:#CBCBCB;
}

/* CSS DROP-DOWN MENU */
#cssdropdown, #cssdropdown ul {
	list-style: none;
}
#cssdropdown, #cssdropdown * {
	padding: 0;
	margin: 0;
}
/* Head links */
#cssdropdown li.headlink {
	/*width: 120px;*/
	float: left;
	margin-left: 3px;
	border: none;
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 0;
}
#cssdropdown li.headlink a {
	display: block;
	/*padding: 15px;*/
	/*padding-bottom: 10px;*/
	font-size: 1.1em;
	text-decoration: none;
}
/* Child lists and links */
#cssdropdown li.headlink ul {
	display: none;
	/*border-top: 1px black solid;*/
	text-align: left;
}
#cssdropdown li.headlink:hover ul {
	display: block; position:absolute; z-index: 10;
}
#cssdropdown li.headlink ul li a {
	padding: 3px;
	font-size: 0.8em;
	/*height: 17px;*/
}
#cssdropdown li.headlink ul li a:hover {
	background-color: #FFC;
}
/* Pretty styling */
#cssdropdown a {
	color: black;
}
#cssdropdown ul {
	border: 1px solid #CCC;
}
#cssdropdown ul li a:hover {
	text-decoration: none;
}
#cssdropdown li.headlink {
	/*background-color: white;
	background-repeat: repeat-x;*/
}
#cssdropdown li.headlink ul {
	background-color: #EBEBEB;
	/*padding-bottom: 10px;*/
}

.Field {
	border: 1px solid #666666;
}

.Field p {
	padding: 0px;
	margin:0;
	display:inline-block;
}

.Field h3 {
	margin: 0 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #666666;
	background:#CBCBCB;
}

table.SpaceRows tr {margin-bottom: 4px;}

td.FieldLabel {
	border: 1px solid #666666;
	background: #CBCBCB;
}

td.SpacerRow {height:5px;}

td.Field input, td.TextArea input {
	width: 100%;
	border: 0;
}

td.TextArea {
	border: 1px solid #666666;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
td.TextArea select {border: 1px solid #666666; padding:0; margin:0; width: 100%;}
td.TextArea textarea {width: 100%; border:0; padding: 0; overflow:scroll;}
div#AddNote textarea {width:99%;}
td.TextArea h4, div#AddNote h4 {
	font-weight:normal;
	margin: 0;
	padding: 0 5px 3px 5px;
	border-bottom: 1px solid #666666;
	background-color:#CBCBCB;
}
td.TextArea p {
	margin:0;
	padding:0;
}

table.View td.TextArea p {padding: 0 3px 0 3px;}


/* TIcket Status Display */
.TicketStatus{
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.TicketStatus a{
	color:black;
	text-decoration:none;
}

td.TicketStatus {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

td.O, td.N, td.V, span.N, span.V {
	background: #6F9;
	border: 1px solid #060
}

td.B {
	background: #FC6;
	border: 1px solid #C60;
	color: black;
}

td.C, td.R, span.R{
	background: #F66;
	border: 1px solid #900;
}

td.O a, td.N a, td.V a {color: #063; text-decoration:none;}
td.B a {color: #000; text-decoration:none;}
td.C a, td.R a {color: #900; text-decoration:none;}

div.TicketNote {
	margin: 0 5px 5px 5px;
	border: 1px dotted #000;
}
div.TicketNoteTime {
	font-size:10px;
	border-bottom: 1px dotted #000;
	background-color:#CCC;
}


.Grey {
	border: 1px solid #666666;
}

td.Grey p {
	padding: 0px;
	margin:0;
	position:relative;
	display: inline-block;

}

.Grey h3 {
	position:relative;
	margin: 0 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #666666;
	background:#CBCBCB;
}


td.Grey input {
	width: 100%;
	border: 0;
}


.FrontPageWidgets{
	width: 49%;
	display:inline-block;
	margin-left:5px;
	margin-bottom: 5px;
 	
}

/* New for WW4 */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.footer p {
	margin-top: 10px;
	text-align:center;
}
.contentMain {
	padding-top:25px;
}

.nl td {
	border-top:0px !important;
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1199px) {
	
#search {
	padding-top:10px;
	margin-top:115px;
}
@media only screen 
and (min-width : 1px) 
and (max-width : 767px) {
	
#search {
	padding-top:10px;
	margin-top:75px;
}
}

@media only screen 
and (min-width : 768px) {
#ticketNavTitle {
	display: none;
}
}

@media only screen 
and (min-width : 768px) 
and (max-width : 991px) {
#navbar {
	margin-left: -30px;
	margin-right: -50px;
	font-size: 12px;
}

}