.statusbar {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.statusbar .step td {
    text-align: center;
    vertical-align: middle;
	background-color: #f5f5f5;
	color: #666;
	font-weight: bold;
}
.statusbar .step td.selected {
	background-color: #3B8FCF;
	color: #fff;
	font-weight: bold;
}
.statusbar .steptitle td {
    text-align: center;
    vertical-align: middle;
	background-color: #fff;
	color: #ccc;
}
.statusbar .steptitle td.selected {
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
.statusbar .progress td {
    text-align: center;
    vertical-align: middle;
	background-color: #fff;
	color: #ccc;
	font-size: 10px;
}
.statusbar .progress td.selected {
	color: #666;
}
.orderdomain {
    padding: 6px 0;
}
.orderdomain a,
.orderdomain a:visited {
	background-color: #D6FFC3;
	color: #648952;
	border: 1px solid #648952;
	padding: 5px;
	text-decoration: none;
    font-size: 12px;
}
.orderdomain a:hover {
	color: #648952;
	background-color: #AFFD8A;
}

/* Cart */
.carttable {
    border-collapse: collapse;
    text-align: center;
    border: 2px solid black;
    border-color: #545454;
}

.carttable th {
    border-color: #545454;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 2px;
    padding: 3px;
    background-color: #C2C2C2;
}

.carttable td {
    border: 1px solid #545454;
    padding: 3px;
    background-color: #FFFFFF;
}

.carttable tr.productheader td {
    border-top: 2px solid #545454;
/*    background-color: #efefef;*/
}

.carttable tr.product td {
    background-color: #ffffff;
/*    color: #555555;*/
}

.carttable tr.config td {
    border-bottom: 2px solid #545454;
/*    background-color: #efefef;*/
    font-size: 9px;
}

.carttable tr.summary td {
	background-color: #E3E3E3;
/*	color: #222222;
	height: 20px;
	font-size: 12px;*/
	font-weight: bold;
}

/* Support Tickets */
.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-image: url('../images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-image: url('../images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	 font-weight: bold;
	 background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   TWITTER FEED
-------------------------------------------------------------- */

#twitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 20px 0;
}
#twitterfeed li {
    background-image: url(../../images/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px;
}
#twitterfeed p {
    text-align: center;
    margin: 15px;
}

#announcementstwitter {
    float: right;
    width: 250px;
    margin: 0 0 20px 10px;
    padding: 10px 0 10px 0;
    border: 1px dashed #f5e303;
    background-color: #ffffec;
}
#announcementstwitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}
#announcementstwitterfeed li {
    padding: 10px;
    border-top: 1px dashed #f5e303;
}
#announcementstwitterfeed p {
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    border-top: 1px dashed #f5e303;
}

/*
Statuses
*/
.clientarealistactive,
tr.clientareatableactive td {
    background-color: #FFFFFF !important;
}

.clientarealistpending,
tr.clientareatablepending td,
tr.clientareatablependingtransfer td {
    background-color: #FFFF98 !important;
}

.clientarealistsuspended,
tr.clientareatablesuspended td {
    background-color: #CCFF99 !important;
}

.clientarealistterminated,
.clientarealistexpired,
tr.clientareatableterminated td,
tr.clientareatablecancelled td {
    background-color: #FF9999 !important;
}

