@charset "utf-8";
/* CSS Document */

body {
background: #b5efd2 url('../images/bg.jpg') repeat-x;
color: #444;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}

img {
border: 0;
}

strong {
color: #111;
}

strong.red {
color: #cc0000;
}

strong.green {
color: #05bd00;
}

strong.blue {
color: #0000ff;
}

.center {
text-align: center;
}

.right {
text-align: right;
}


/* Header Tags */

h1 {
color: #4fbadb;
text-align: center;
}

h2.trigger {
background: #c5e8fa url('../images/trigger-bg.png') repeat-x;
border: 1px solid #419bc4;
color: #fff;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
}



/* Main Divs */

#container {
margin: 0 auto;
width: 960px;
}

#header {
background: transparent url('../images/header.png')	no-repeat;
height: 257px;
}

#navbar {
font-weight: bold;
height: 30px;
margin-top: -100px;
margin-left: 240px;
width: 600px;
}

#breadcrumb{
font-size: 11px;
font-weight: bold;
height: 30px;
margin-top: 2px;
margin-left: 240px;
width: 600px;
}

#content {
background: #e0fba3;
border: 1px solid #ccc;
margin-top: 60px;
padding: 6px;
}

#content2 {
background: #fff;
border: 1px solid #ccc;
}

#text {
float: left;
margin: 20px 10px 10px 10px;
width: 670px;
}

#right-content {
float: right;
margin: 20px 5px 10px 10px;
width: 220px;
}

#ticket-knowledge {
background: #f2f2f2 url('../images/ticket-knowledge-bg.jpg') repeat-x;
border: 1px solid #ccc;
margin-bottom: 40px;
padding: 4px;
}

#footer {
background: #f2f2f2;
border-top: 1px solid #ccc;
clear: both;
font-size: 11px;
margin-top: 20px;
padding: 3px;
text-align: center;
}

/* Divs */

.toggle_container {
margin-bottom: 5px;
}

.block {
background: #f2f2f2;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
margin-top: -5px;
margin-bottom: 5px;
padding: 4px;
}

.box {
background: #f2f2f2;
border: 1px solid #ccc;
margin: 10px;
padding: 3px;
}

/* Links */

a:link, a:visited {
color: #4fbadb;
font-weight: bold;
text-decoration: none;
}

a:hover, a:active {
color: #55caee;
text-decoration: none;
}

#navbar a:link, #navbar a:visited {
color: #444;
font-weight: bold;
padding-right: 10px;
text-decoration: none;
}

#navbar a:hover, #navbar a:active {
color: #fff;
text-decoration: none;
}

#breadcrumb a:link, #breadcrumb a:visited {
color: #444;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
color: #777;
text-decoration: none;
}

h2.trigger a {
color: #444;
text-decoration: none;
display: block;
}
h2.trigger a:hover {
color: #777;
}
