/*   
Description: Stylesheet for affiliate dashboard
Author: Vladimir Golušin
*/

* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div { behavior: url("/css/iepngfix.htc") }

body {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #ddd url("/img/dashboard/bg.png") repeat-x 0 0;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	height: 60px;
	margin: 0 0 10px;
	padding: 0 20px;
	color: #666;
}

#logo {
	width: 300px;
	float: left;
	display: inline;
	height: 60px;
}

#submenu {
	float: right;
	display: inline;
	padding-top: 48px;
}

#submenu a {
	color: #0b72b5;
}

#submenu a:hover {
	color: #d0d0d0;
}

#submenu li strong {
	font-weight: bold;
}
/* @end */


/* @group menu */
/* MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#menu {
	background: url("/img/dashboard/bg-menu.png") repeat-x 0 0;
	height: 40px;
}

#menu .menu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	margin: 0;
	padding: 0;
}

#menu .menu li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 100px;
	height: 40px;
	margin-right: 0px;
	background-image: url("/img/contact/menu.png");
	background-repeat: no-repeat;
}

#menu .menu a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	outline: none;
}

#menu .menu #m_home {
	background-position: 0px 0px;
}

#menu .menu #m_home a {
	background: url("/img/dashboard/menu-round-corners.png") no-repeat left 0;
}

#menu .menu #m_home a:hover {
	background-position: left -80px;
}

#menu .menu #m_new_ticket {
	background-position: -100px 0px;
}

#menu .menu #m_my_tickets {
	background-position: -200px 0px;
}

#menu .menu #m_logout {
	background-position: -300px 0px;
}

#menu .menu #m_ticket_status {
	background-position: -400px 0px;
}

#menu .menu #m_home.active, 
#menu .menu #m_home:hover {
	background-position: 0 bottom;
}

#menu .menu #m_new_ticket.active,
#menu .menu #m_new_ticket:hover {
	background-position: -100px bottom;
}

#menu .menu #m_my_tickets.active,
#menu .menu #m_my_tickets:hover {
	background-position: -200px bottom;
}

#menu .menu #m_logout.active,
#menu .menu #m_logout:hover {
	background-position: -300px bottom;
}

#menu .menu #m_ticket_status.active, 
#menu .menu #m_ticket_status:hover {
	background-position: -400px bottom;
}

#menu img.rght {
	float: right;
	display: inline;
}
/* @end */


/* @group title */
/* TITLE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#title {
	margin: 10px 0 0;
	height: 55px;
	background: url("/img/dashboard/bg-content-top.png") no-repeat 0 bottom;
	padding: 0 20px;
}

#title div.submenu {
	float: right;
	height: 55px;
	line-height: 55px;
}

#title div.submenu ul {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#title div.submenu li {
	display: inline;
	float: left;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 55px;
	height: 55px;
}

#title div.submenu li.active {
	background: url("/contact/images/support/arrow-active.png") no-repeat center 39px;
}

#title div.submenu li a {
	text-decoration: none;
	color: #444;
	height: 55px;
}

#title div.submenu li a:hover {
	color: #0b72b5;
}

#title h1 {
	padding: 10px 5px 0;
	width: 500px;
	float: left;
	display: inline;
	
}

#title img {
	float: right;
	display: inline;
	margin-top: 10px;
}
/* @end */




/* @group elements */
/* ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	color: #111;
}

h1 {
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 2.2em;
	letter-spacing: -0.03em;
}

h3 {
	font-size: 1.7em;
	letter-spacing: -0.03em;
	font-weight: bold;
	
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;;
}

h5 {
	font-size: 1.4em;
	/*font-weight: bold;*/
}

h6 {
	font-size: 1.1em;
}

p {
	margin: 0 0 10px;
	line-height: 130%;
	color: #333;
}

p span {
	color: #b5b5b5;
	display: block;
}

strong {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

input[type=text], input[type=password] {
	background: #fff url("/contact/images/support/bg-field.png") repeat-x 0 0;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333;
	line-height: 14px;
	padding: 2px;
}

textarea {
	background: #fff url("/contact/images/support/bg-field.png") repeat-x 0 0;
	border: 1px solid #c8c8c8;
	font-size: 11px;
	color: #333;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
}

select {
	background: #fff url("/contact/images/support/bg-field.png") repeat-x 0 0;
	border: 1px solid #c8c8c8;
	padding: 1px;
}

option {
	padding-right: 10px;
}

table {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

th {
	padding: 0 5px;
	font-weight: bold;
	background-color: #e6e6e6;
	color: #333;
	line-height: 50px;
	font-size: 1.1em;
}

tr {
	height: 35px;
}

tr.odd {
	background-color: #f7f7f7;
	color: #666;
}

tr.even {
	background-color: #fff;
	color: #666;
}

td {
	line-height: 35px;
	padding: 0 5px;
}

#mid a {
	color: #2d83da;
}

#mid a:hover {
	color: #333;
}

#mid th.spacer {
	width: 10px;
}

#mid th.id, #mid td.id {
	width: 70px;
	text-align: center;
}

#mid th.date, #mid td.date {
	width: 100px;
	text-align: center;
}

#mid th.status, #mid td.status {
	width: 60px;
}

#mid th.subject, #mid td.subject {
	
}

#mid th.department, #mid td.department {
	width: 150px;
}

#mid th.email, #mid td.email {
	width: 180px;
}

#mid td.no-tickets {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 1.2em;
}
/* @end */


/* @group mid */
/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#mid {
	background-color: #fff;
	padding: 12px 20px;
	min-height: 550px;
	border: 1px solid #d5d5d5;
	border-width: 0 1px 0 1px;
}

#dashboard {
	
}

#dashboard div.lc, 
#page div.lc {
	width: 358px;
	float: left;
	display: inline;
	margin: 5px 5px;
}

#dashboard div.rc,
#page div.rc {
	width: 498px;
	float: left;
	display: inline;
	margin: 5px 5px 0 40px;
}

#dashboard p,
#page p {
	line-height: 150%;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#dashboard h2,
#page h2 {
	margin-bottom: 0;
}

#dashboard div.item,
#page div.item {
	margin: 5px 0;
}

#dashboard div.item div,
#page div.item div {
	padding: 2px;
	color: #777;
	font-weight: bold;
}

#dashboard div.item input[type=text],
#dashboard div.item input[type=password],
#page div.item input[type=password],
#page div.item input[type=text] {
	padding: 4px;
	width: 180px;
}

#message {
	margin-bottom: 15px;
	padding: 10px;
}

div.confirm {
	border: 1px solid #e6db55;
	background: #fffedf;
}

div.error {
	border: 1px solid #e6db55;
	background: #fffedf;
}

div.warning {
	border: 1px solid #e6db55;
	background: #fffedf;
}

div.info {
	border: 1px solid #e6db55;
	background: #fffedf;
}

#ticket {}
		
#ticket div.lc {
	width: 250px;
	float: left;
	display: inline;
}

#ticket div.rc {
	width: 628px;
	float: left;
	display: inline;
	margin-left: 40px;
}

#ticket div.lc div.item {
	font-size: 1.3em;
	margin: 5px 0;
	font-weight: bold;
	padding: 5px 10px;
}

#ticket div.lc div.item div {
	font-weight: normal;
	color: #777;
	font-size: 0.8em;
}

#ticket hr {
	height: 1px;
	border-width: 0;
	margin: 5px 0;
	float: none;
	color: #d5d5d5;
	background-color: #d5d5d5;
}

#ticket div.rc hr {
	margin: 5px 0 10px;
}

#ticket div.message {
	margin-bottom: 5px;
}

#ticket div.message div.message-header {
	border-bottom: 1px solid #d5d5d5;
	padding: 5px;
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
}

#ticket div.message div.message-body {
	padding: 5px 5px 10px;
	color: #444;
}

#ticket div.message div.attachments {
	margin: 0 5px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

#ticket div.response {

}

#ticket div.response div.message-header {
	border-bottom: 1px solid #e6db55;
}

#ticket div.response div.message-header span {
	color: #000;
}

#ticket div.response div.message-body {
	background: #fffedf;
}


#ticket h3 {
	font-size: 1.2em;
	margin: 30px 0 10px;
	padding: 0 5px;
}

#ticket #reply {
	margin-top: 50px;
}

#ticket #reply div.item {
	margin-bottom: 10px;
}

#ticket #reply div.item div {
	font-weight: bold;
	color: #777;
	padding: 2px;
}

#new-ticket {
	width: 306px;
}

#new-ticket div.item {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: normal;
}

#new-ticket div.item div {
	font-weight: bold;
	color: #777;
	padding: 2px;
	font-size: 0.8em;
}

#new-ticket input.xl {
	width: 180px;
}

#new-ticket input.xxl {
	width: 300px;
}

#new-ticket input.l {
	width: 120px;
}

#new-ticket textarea {
	width: 300px;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	background: url("/img/dashboard/bg-content-bottom.png") no-repeat 0 top;
	padding: 15px 10px 15px;
	color: #999;
	text-align: left;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #0b72b5;
}

#footer div.submenu {
	float: right;
	display: inline;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}
/* @end */