/* ----- Global properties declaration ----- */
body {
	margin: 0px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #FFF;
	text-align: left;
}

font {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}

/* ----- Table Properties ----- */
td {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}

th {
	font-weight: normal;
}

/* ----- Generic Links ----- */
a {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #369106;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

a.breadcrumbs:link, a.breadcrumbs:visited {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #61797E;
	text-decoration: none;
}

a.breadcrumbs:hover {
	color: #90A1A5;
	text-decoration: none;
}

/* ----- Paragraph ----- */
p {
	margin: 10px 0px 0px 0px;
}


/* ----- Headings ----- */
h1 {
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #D1F0FF;
	padding: 5px 10px;
	border-top: 1px solid #A6A6A6;
}

h2 {
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	font-weight: normal;
	background-color: #808080;
	padding: 5px 10px;
	border-top: 1px solid #A6A6A6;
}

h3 {
	margin: 0px;
	font-size: 16px;
	color: #4C4C4C;
	text-decoration: none;
}

h4 {
	margin: 0px;
	font-size: 14px;
	color: #4C4C4C;
	text-decoration: none;
}

h5 {
	margin: 5px 0px;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

h6 {
	margin: 5px 0px;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

em {
	color:#666;
	font-weight:normal;
}


/* ----- Image ----- */
img {
	border: 0px;
}


/* ----- Page Breakers ----- */
hr {
	height: 1px;
	color: #bbb;
	background-color:#bbb;
	border:0px;
}

br {
	height: 5px;
}


/* ----- Lists ----- */
ul, ol {
	margin: 5px 0px 5px 17px;
	padding: 0px;
}


/* ----- User Interactivity Elements ----- */
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

input, select {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}

textarea {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
}

.description {
	width: 300px;
	height: 50px;
}

.submit {
	width: 100px;
	height: 21px;
}

.checkbox, .radio {
	width: 11px;
	height: 11px;
}

.checkbox_list {
	padding: 5px;
	width: 290px;
	border-style: solid;
	border: 1px;
	border-color: #AAAAAA;
}

.image_btn {
	width: 82px;
	height: 23px;
	margin: 0px;
	padding: 0px;
}

.confirm {
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 20px;
}

.two_cols {
	width: 190px;
	height: 17px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

.login {
	width: 150px;
}

.select_short {
	width: 100px;
	height: 100px;
}

.select_middle {
	width: 200px;
	height: 100px;
}

.select_long {
	width: 300px;
	height: 200px;
}

/* ----- Layout Utilities ----- */
.clear_both {
	clear: both;
}

/* ----- Contextual IDs/Selectors ----- */

/* ----- HEADER */
#logo {
	width: 160px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
}

#header {
	background-color: #F2F2F2;
	text-align: right;
	vertical-align: top;
}

#system_title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#system_info {
	padding: 10px 10px 0px 10px;
}

#system_info a:link, #system_info a:visited {
	color: #C20000;
}

#nav {
	background-color: #F2F2F2;
	border-bottom: 1px solid #A6A6A6;
	vertical-align: bottom;
}

#nav .selected {
	float: left;
	display: block;
	color: #FFF;
	background-color: #7FC31C;
	padding: 5px 15px;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}

#nav a:link, #nav a:visited {
	float: left;
	display: block;
	background-color: #FFF;
	color: #000;
	padding: 5px 15px;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}

#nav a:hover {
	text-decoration: none;
	background-color: #F2F2F2;
}

#login {
	padding: 60px 0px;
	text-align: center;
}

#login input {
	width: 100px;
}

#login .submit {
	width: 104px;
	height: 20px;
}


/* ----- Left Column (Menu) */
#menu {
	width:160px;
	padding: 0px;
	vertical-align: top;
	border-right: 1px solid #A6A6A6;
}

#menu .panel {
}

#menu .title {
	background-color: #7FC31C;
	color: #FFF;
	padding: 5px 10px;
}

#menu .subtitle {
	background-color: #DDDDDD;
	padding: 5px 10px;
}

#menu .list{
	padding: 8px 0px;
}

#menu a:link, #menu a:visited {
	display: block;
	color: #000;
	padding: 2px 10px;
}

#menu a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}

#menu .bundle {
	border: 1px solid #FF6600;
	margin: 5px;
	text-align: center;
}

#menu .bundle .title {
	background-color: #FFDEC8;
	font-weight: bold;
	color: #FF6600;
}

#menu .bundle a:link, #menu .bundle a:visited {
	margin: 5px;
	color: #FF6600;
}

#menu .search {
	padding: 10px;
	background-color: #F2F2F2;
}

#menu .search a:link, #menu .search a:visited {
	color: #369106;
	padding: 3px 0px 0px 0px;
}

/* ----- Right Column (Content) */
#content {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
}

#breadcrumb {
	padding: 7px 0px 8px 10px;
}

#breadcrumb a{
	color: #000;
}

.selected {
	color: #369106;
}

.info {
	padding:5px 10px 15px 10px;
	line-height:14px;
	vertical-align:middle;
}

.info input, .info img {
	vertical-align:middle;
}

.home_info {
	padding:5px 10px 15px 10px;
	line-height:14px;
	vertical-align:middle;
}
.home_info a:link, .home_info a:visited {
	font-size: 11px;
}

#page_title, .page_title {
	height: 18px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #888;
	color:#fff;
	padding: 3px 10px;
	border-top: 1px solid #A6A6A6;
}

.page_subtitle {
	height: 18px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	font-weight: normal;
	background-color: #f2f2f2;
	color:#369106;
	padding: 3px 10px;
	border-top: 1px solid #bbb;
}

.page_subtitle .edit {
	float: right;
}

.page_subtitle .edit a:link, .page_subtitle .edit a:visited {
	font-size:10px;
	line-height:18px;
	color:#666;
	font-weight:bold;
	text-decoration: underline;
}

.page_subtitle .edit a:hover {
	color:#999;
}

/* ----- Footer */
#footer {
	background-color: #F2F2F2;
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	padding: 3px 20px;
}

#footer .poweredby {
	float: right;
}

#footer .poweredby a {
	color: #000;
}


/* ----- Layout Elements */
.band {
	background-color: #F2F2F2;
	border-top: 1px solid #A6A6A6;
	height: 18px;
	line-height: 18px;
	padding: 3px 10px;
	margin: 0px 0px 5px 0px;
}

.icon_btn {
	width: 16px;
	height: 16px;
}

.category {
	width:100%;
	background-color: #e9e9e9;
	border-top: 1px solid #A6A6A6;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.category .item {
	float: left;
	width: 24%;
	margin: 3px 0px 3px 5px;
}

.category .item a {
	line-height: 18px;
	font-weight: bold;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.padded_row {
	margin:10px;
	clear:both;
}

.required {
	color:#cc9900;
	font-weight:bold;
	font-size:10px;
}

/* ----- Content Specifics */

/* ------ Access ------ */

.access {
}

.access .level1 {
	padding: 5px;
	background-color: #7FC31C;
	color: #FFFFFF;
}

.access .level2 {
	padding: 5px 5px 5px 35px;
	background-color: #CCCCCC;
}

.access .level3 {
	padding: 5px 5px 5px 65px;
	background-color: #F2F2F2;
}

/* ------ Status ------ */

a.set_processed:link ,a.set_processed:visited {
	background-color: #DCEBF2;
	border:1px solid #84B0C6;
	line-height: 16px;
	padding: 0px 10px;
	text-decoration: none;
	color: #4A7E98;
	font-weight: bold;
}

a.set_solved:link ,a.set_solved:visited {
	background-color: #E2EFE6;
	border:1px solid #B3D3C2;
	line-height: 16px;
	padding: 0px 10px;
	text-decoration: none;
	color: #46967F;
	font-weight: bold;
}

a.set_completed:link ,a.set_completed:visited {
	background-color: #F4E6F2;
	border:1px solid #D49ECD;
	line-height: 16px;
	padding: 0px 10px;
	text-decoration: none;
	color: #9920B5;
	font-weight: bold;
}

.status_new {
	font-weight: bold;
	color: #E66A17;
}

.status_processed {
	font-weight: bold;
	color: #4A7E98;
}

.status_solved {
	font-weight: bold;
	color: #46967F;
}

.status_completed {
	font-weight: bold;
	color: #9920B5;
}

/* ------ Ticket ------ */
.reply_info {
	font-style: italic;
	color: #4A7E98;
}

.reply {
	font-size: 11px;
	padding: 5px 10px 10px 20px;
}

a.mark_read:link ,a.mark_read:visited {
	background-color: #DCEBF2;
	border:1px solid #84B0C6;
	line-height: 16px;
	padding: 0px 10px;
	text-decoration: none;
	color: #4A7E98;
	font-weight: bold;
}
