/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Support Center :: alteredCart.com
| All code developed by Bill Brewer
| Copyright (c)2009 alteredCart            
| Bill Brewer <bill@alteredcart.com> | All rights reserved.
| This code is licensed for use on a single server.
| This code is licensed for use by the original purchaser only.
| Full license :: www.alteredcart.com/license.php
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.MainTitle {
	color: #666;
	background: #EFEFEF;
	border: 1px dotted #999;
	padding: 5px;
	width: 90%;
	font: bold larger Verdana, Arial, Helvetica, sans-serif;
}
.welcomeDescriptions {
	color:#C0C0C0;
	font-size:80%;
}
.greenText {
	color:#00CC00;
	font-weight:bold;
}
.redMessageBox {
	border:1px #E82A2A solid;
	margin:5px 0px 10px;
	width:90%;
	background: #FFEAEA url(/skin1/images/message_info.png) no-repeat 5px 5px;
	padding: 10px 10px 10px 35px;
}
.bugMessage{
	background: #FFEAEA url(/skin1/images/bug.png) no-repeat 5px 0px;
	padding: 0 0 0 30px;
}
.pointsMessageBox{
	border:1px #CCCCCC solid;
	margin:5px 0px 10px;
	width:90%;
	padding: 10px 10px 10px 35px;
}
.pointsMessageBoxCheck{
	background: #F9F9F9 url(/skin1/images/check.png) no-repeat 5px 5px;
}
.pointsMessageBoxError{
	background: #F9F9F9 url(/skin1/images/exclamation.png) no-repeat 5px 5px;
}
.inMessageText {
	color:#999;
}
.suggestedSolutions{
	width:95%;
	max-height:300px;
	overflow:auto;
	background:#FCFCFC;
	border:1px #666666
	solid; padding:5px;
	margin:10px 0;
}



/* FORMS */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
	background: #F8F8F8;
}
ledgend {
	padding: 5em;
}
/* Ticket display */
.ticketHeader {
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	height:30px;
	padding-left:10px;
	margin:15px 0;
	background: #00E400 url(/skin1/images/bground-g.png) repeat-x;
}
.ticketHeaderSubject {
	margin-top:10px;
}
.ticketPosts {
	border:1px #D8D8D8 solid;
	padding:0px 10px 20px;
	position:relative;
	vertical-align:text-top;
	margin-bottom:0px;
	overflow:hidden;
	background: url(/skin1/images/post-bg-g.png) repeat-x;
}
.inlineImg {
	vertical-align:middle;
}
.newWindowImg {
	margin-bottom:2px;
}
.imgLink{
	cursor:pointer;
	text-decoration:none;
}
.ticketPostsHeader {
	height:30px;
	line-height:30px;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom:20px;
}
.ticketPostsPanel {
	min-height:35px;
	overflow:visible;
	border:1px #D8D8D8 solid;
	border-top:0px;
	padding-right:5px;
	padding-top:0px;
	background-color:#F9F9F9;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:3%;
	margin-right:3%;
}
.panelArrow {
	position:relative;
	top:-1px;
	left:20px;
	display:block;
}
.panelContentsLeft {
	margin-right:100px;
	padding-left:10px;
	float:left;
}
#mainSupportWindow .attachments {
	margin-top:10px;
	padding:5px;
	background-color:#FFF;
}
.strongText {
	font-weight:bold;
}
#prevNext {
	margin:0px auto 15px;
	width:620px;
	overflow:hidden;
}
#ticketTabs {
	cursor:pointer;
	overflow:hidden;
	z-index:1;
	height:32px;
}
#ticketTabs a {
	text-decoration:none;
}
#ticketTabs div {
	float:left;
	color:#FFF;
}
#ticketTabs img {
	float:left;
}
#ticketTabs .tabText {
	background-position:center;
	height:32px;
	min-width:94px;
	overflow:visible;
	line-height:32px;
}
#ticketTabs .tabBackground {
	background-color:#FFF;
}
#ticketTabs .selectedTab {
	background-image:url(/skin1/images/t-a-middle.png);
	background-position:center;
	display:inline;
	font-weight:bold;
	text-align:center;
}
#ticketTabs .inactiveTab {
	background-image:url(/skin1/images/t-i-middle.png);
	background-position:center;
	display:inline;
	position:relative;
	font-weight:bold;
	top:5px;
	text-align:center;
}
#ticketsContentsDisplay {
	background-color:#F9F9F9;
	border:1px #666 solid;
	padding:5px;
	margin-bottom:15px;
	position:relative;
	z-index:2;
}
#ticketsContentsDisplay div {
	overflow:hidden;
}
.ticketSubHeader {
	border-bottom:1px solid #333;
	width:50%;
	color:#333;
	text-decoration:none;
}
.quoteDisplay {
	font-size:small;
	background-color:#FFF3EB;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	padding:5px;
}
.quotedMessageDisplay {
	padding-left:30px;
	background-image:url(/skin1/images/quotes_left.png);
	background-repeat:no-repeat;
	font-style:italic;
	color:#999;
	min-height:21px;
}
.quickMessageView {
	position:absolute;
	width:50%;
	border:1px #666 solid;
	background:#FFF;
	padding:5px;
}
#ticketsDisplay table {
	width:100%;
	border-collapse:collapse;
}
#ticketsDisplay td {
	border:0px;
	border-left:1px #CCC solid;
	padding:10px;
	vertical-align:text-top;
	margin:0px;
}
#ticketsDisplay .rowA {
	background-color:#FFF;
}
#ticketsDisplay .rowB {
	background-color:#EAEAEA;
}
#ticketsDisplay th {
	border:0px;
	border-left:1px #FFF solid;
	padding:10px;
	margin:0px;
	color:#FFF;
	cursor:pointer;
	background: url(/skin1/images/bground-g.png) #00E400;
	white-space:nowrap;
}
#ticketsDisplay .selected {
	background-color:#00A200;
}
#ticketsDisplay .checkbox {
	padding:1px;
	text-align:center;
	vertical-align:middle;
	border-left:1px #CCC solid;
}
#ticketsDisplay .sort {
	padding:10px;
	margin:0px;
}
#ticketsRowsTable {
	border-bottom:1px solid #CCC;
	border-right: 1px solid #CCC;
}
#singleTicketDisplay hr {
	border-top:1px #999 solid;
	border-bottom:0px;
}
.pagination{
	height:31px;
	width:100%;
	text-align:center;
	line-height:31px;
	padding-left:5px;
	margin:10px 0;
	background: url(/skin1/images/pagination_back.png) repeat-x;
}

/* Ticket priority displays */
.priority4 {
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
}
.ticketMessagePreview {
	position:absolute;
	width:50%;
	border:1px #CCC solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
	background:#FFF;
	padding:5px;
	z-index:9999999;
}
.emailHeaders {
	font-family:"Courier New", Courier, monospace;
}
.previousEmailMessage {
	margin:10px 0;
	padding:5px 5px 5px 20px;
	overflow:hidden;
	border-left:2px solid #333;
	background: #F5F5F5;
	border-right: 2px solid #333;
}

#ticketOptions{
	margin:15px 0;
}
	
/* Modal Window */
.modalWindow {
	width:600px;
	height:80%;
	overflow:hidden;
	/*background:#FFF url(/skin1/images/loading_a.gif) no-repeat center;*/
}
#quickViewHeader {
	width:100%;
	background-color:#F5F5F5;
	border-top:1px solid #FFF;
	border-right:#999;
	border-bottom:1px solid #CCC;
	border-left:#999;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
}
#quickViewContents {
	padding:5px;
	margin:5px;
	border:1px #CCC solid;
	height:90%;
	overflow:auto;
}
#general_display td {
	border-top:1px #FFF solid;
	border-left:0;
	border-bottom:1px #CCC solid;
	border-right:0;
	background-color:#F5F5F5;
	padding:3px;
	vertical-align:text-top;
}
#general_display th {
	border-top:1px #FFF solid;
	border-left:0;
	border-bottom:1px #CCC solid;
	border-right:0;
	background-color:#666;
	padding:4px;
	vertical-align:text-top;
	margin:0px;
	color:#FFF;
}
/* Knowledge base */
#kbArticlePage h1 {
	color:#00CC00;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.2em;
	margin:5px 0;
	padding:0px 0px 0em;
	text-decoration:none;
}
#kbArticlePage .modified {
	color:#CCC;
	font-size:0.8em;
}
#kbArticlePage hr {
	border:1px solid #D7DDE1;
	margin:5px 0;
}
#kbArticleComment {
	margin:20px 0 30px 0;
}
#kbArticleComment div {
	margin:5px 0;
}
.kbArticlesDisplay dl {
	margin:0;
}
.kbArticlesDisplay dd {
	border-bottom:1px solid #999;
	margin:0 0 15px;
	padding-bottom:7px;
}

/* Contact Page */
#contactTable {
	padding:10px;
	margin-bottom:25px;
}
#contactTable table {
	width:90%;
}
/* Text Input */
#messageEdit {
	margin:10px 0 0 0;
}
#messageEdit input[type='button'] {
	margin:8px 1px;
	background-color:#CCC;
	border:1px solid #999;
	color:#666;
}

/* Welcome Page */
#supportWelcomeMain table {
	width:100%;
	border-spacing:10px;
	padding:20px;
}
#supportWelcomeMain td {
	width:50%;
	border:1px #CCC solid;
	padding:5px;
	vertical-align:top;
}
#supportWelcomeMain img {
	float:right;
}
#supportWelcomeMain a {
	text-decoration:none;
}
.supportHoverHighlight {
	background-color:#FFFDF2;
}

/* Modal Image Viewer */
.scrollImages {
	padding: 4px;
	border: 1px #CCC solid;
	margin: 0 0 5px 0;
	display: block;
}
#imagesDisplay{
	width:90%;
	height:80%;
	display:none;
	border:3px solid #DEDEDE;
}
.mainImageDisplay{
	position:relative;
	margin-right:230px;
	height:100%;
	overflow:auto;
}
.imagesWrapperA{
	position:relative;
	height:300px;
	max-height:300px;
	max-width:200px;
	overflow:hidden;
}
.imagesWrapperB{
	position:relative;
	height:300px;
	top:0px;
	max-height:300px;
}
.imagesArrow{
	height:32px;
	margin:10px;
}
.imagesZoom{
	margin:20px;
}
.thumbnailSelection{
	float:right;
	position:absolute;
	top:0px; right:24px;
	text-align:center;
	padding-top:20px;
}

/* Chat */
#chatMainDialog {
	width:450px;
	height:300px;
	padding:3px;
	border:1px #CCC solid;
	background:#FCFCFC;
}
#chatDialog {
	width:446px;
	height:294px;
	padding:3px;
	max-height:446px;
	max-width:294px;
	overflow:scroll;
}
#chatResponseTools {
	width:450px;
	height:50px;
	background-color:#999;
}
#chatResponseText {
	width:450px;
	height:150px;
}
.userA {
	color:#FF0000;
	font-weight:bold;
}
.userB {
	color:#0000FF;
	font-weight:bold;
}


/* PHP/Code Syntax Highlighting */
.codeDisplay {
	font-family:"Courier New", Courier, monospace;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	padding:5px;
	background: #FFF3EB url(/skin1/images/code-background.png) no-repeat center center;
}


/* HTML Syntax Highlighting */
.HTMLMarkupDisplay {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	background-color:#F7F7F7;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	padding:5px;
}
.HTMLcomment {
	color:#999;
}
.HTMLform {
	color:#FF9900;
}
.HTMLscript {
	color:#990000;
}
.HTMLtable {
	color:#009999;
}
.HTMLanchor {
	color:#006600;
}
.HTMLimage {
	color:#990099;
}
.HTMLtag {
	color:#000099;
}
.HTMLquote {
	color:#0000FF;
}


/* CSS Syntax highlighting */
.CSScodeDisplay{
	font-family:"Courier New", Courier, monospace;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	padding:5px;
	background:#FBFBFB;
	color:FF00FF;
}
.CSSComment{
	color:#999;
}
.CSSSelector {
	color:#FF00FF;
}
.CSSProperty {
	color:#000099;
}
.CSSValues {
	color:#0000FF;
}
.CSSString{
	color:#0C0;
}
.CSSImport {
	color:#009999;
}
.CSSMedia {
	color:#990000;
	font-weight:bold;
}
.CssKeywordImportant{
	color:#FF0000;
	font-weight:bold;
}


/*  JavaScript Syntax Highlighting */
.JSComment {
	color:#666;
	font-style:italic;
}
.JSString {
	color:0000FF;
}
.JSKeyword {
	color:#09F;
}
.JSControl {
	color:#909;
	font-weight:bold;
}
.JSNumber {
	color:#F00;
}
.JSPunctuation {
	color:#00F;
	font-weight:bold;
}
.JSOperator {
	color:#F90;
}
.JSCodeDisplay {
	font-family:"Courier New", Courier, monospace;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	padding:5px;
	background:#FBFBFB;
	color:#333;
}

/* Link Preview */
.linkPreview{
	position:absolute;
	width:420px;
	overflow:hidden;
}
#linkPreviewDisplay .images{
	float:left;
	width:120px;
	text-align:center;
}
#linkPreviewDisplay .image{
	margin:2px;
}
#linkPreviewDisplay .info{
	float:left;
	width:280px;
}
#linkPreviewDisplay .title{
	font-weight:bold;
	font-size:larger;
}
#linkPreviewDisplay .link{
	font-size:smaller;
	color:#CCC;
}


/* Auto search */
.incorrectSpelling {
	background:url(skin1/images/incorrect_spelling.png) repeat-x bottom;
}