@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(images/layout/back.jpg);
	background-repeat: repeat-x;
	background-color: #64cae1;
}

/* Classes */

.headers {
	font-size: 10pt;
	font-weight: bold;
	color:#333333;
	padding-bottom: 10px;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color:#333333;
	padding-bottom: 10px;
	font-weight: bold;
}

.headers-next {
    color: #568a26;
	padding-bottom: 0px;
}

.headers-red {
	color: #b63a2e;
}
.headers-yellow {
	color: #a96819;
}
.headers-blue {
	color: #266374;
}

.headers-green {
	font-size: 11pt;
	font-weight: bold;
	color:#009900;
	padding-bottom: 10px;
	font-weight: bold;
}

.radiobtn {
	border-style: solid;
	border-width: 1px;
	border-color: #d6d6d6;
	background-color: #e5e3e3;
}

.paddingdiv {
	padding: 10px;
}

.paddingdivnext {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ticketinfo {
	border-bottom: 5px solid white; 
	background-color: #c5e9f3;
}

.replyinfo {
	background-color: #E3E3E3;
}

.positive {
	color: #548400;
}

.negative {
	color: #EB230D;
}
.paddingbreak {
	height: 18px;
}

/*general elements */

p {
	padding: 5px;
}

.steps {
	padding-top: 3px;
	padding-left: 24px;
	float: left;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.stepdone {
	padding-top: 5px;
	padding-left: 24px;
	float: left;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.form {
line-height: 10px;
}

.query {
	padding: 10px;
	background-color: #f5f5f5;
	margin: 10px;
	border: 1px solid #9c9c9c;
}

/* ID's */
#main-container {
	padding-top: 15px;
	padding-bottom: 10px;
}

#container-ticket {
	width: 595px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-bottom: 18px;

}

#container-step {
	padding-left: 95px;
	
}
#container-grey {
	margin-left: 95px;
	padding-left: 5px;
	margin-right: 20px;
	background-color: #eaeaea;	
}

#clear {
	clear: both;
}

#container-green {
	background-color: #d0f1b2;
	height: 60px;
	margin-left: 95px;
	margin-right: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#container-green2 {
	background-color: #d0f1b2;
	height: 72px;
	margin-left: 95px;
	margin-right: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
}


#container-red {
	margin-left: 95px;
	padding-left: 5px;
	margin-right: 20px;
	background-color: #fcd0cc;

}

#container-yellow {
	background-color: #fef0a5;
	height: 60px;
	margin-left: 95px;
	padding-left: 5px;
	margin-right: 20px;
}

#form1 {
	padding-left: 5px;
}


/* LAYOUT */
.backhome {
	background: url('images/layout/back_home.gif') no-repeat;
	width: 166px;
	height: 35px;
	margin-left: 220px;
	margin-top: 20px;
}
.backhome:hover {
	background: url('images/layout/back_home_over.gif') no-repeat;
}

.homelink {
	background: url('images/layout/back_home.gif') no-repeat;
}
.homelink:hover {
	background: url('images/layout/back_home_over.gif') no-repeat;
}
.ts_contenthead {
	background: url('images/layout/ticket_support_contenthead.jpg') no-repeat;
	width: 648px;
	height: 25px;
	margin-left: 6px;
	padding-left: 35px;
	padding-top: 7px;
	font-weight: bold;
	color: #a77508;

}
.ts_contentbox {
	background: url('images/layout/ticket_support_contentbox.jpg') repeat-y;
	width: 623px;
	margin-left: 6px;
	padding-left: 30px;
	padding-right: 30px;
}

.ts_contentfoot { 
	background: url('images/layout/ticket_support_contentfoot.jpg') no-repeat;
	width: 683px;
	height: 9px;
	margin-left: 6px; 
}
.ts_contentspacing { 
	background: url('images/layout/ticket_support_contentspacing.jpg') repeat-y;
	width: 683px;
	height: 15px;
	margin-left: 6px; 
}

#ticket_support { 
	width: 689px;
	margin: 0px auto; 
}
#ts_header { 
	background: url('images/layout/ticket_support_header.gif') no-repeat;
	width: 689px;
	height: 132px; 
	margin-top: 10px;
}

#ts_footer {
	background: url('images/layout/ticket_support_footer.gif') no-repeat;
	width: 683px;
	height: 36px;
	margin-left: 6px;
	padding-top: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
}
