/************************ Basics ********************************************/
body {
	background-color: #fff;
	color: #333;
}

body, p, ol, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
	color: #4B8DD7;
	text-decoration: none;
	padding: 2px;
	font-weight: bold; 

	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a:visited { color: #4B8DD7; }
a:hover { color: #BD2020; text-decoration: underline; }

a .hotkey {
	color: #616161;
	padding: 0 3px 0 3px;
	font-size: 0.9em;
}

.button_hotkey {
	color: #616161;
	padding: 0 5px 0 5px;
	font-size: 11px;
	background: #FFEF98;
	font-weight: bold; 
	float: left;
	margin-right: 5px;

	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form {
	margin: 0;
}

.fieldWithErrors {
}

.flashNotice {
	margin-bottom: 15px;
	color: #056D00;
	font-size: 14px;
}

#errorExplanation {
  border: 2px solid #C00;
  background: #FCF0F0;
  margin: 10px 0 10px 0;
  color: #C00;

  -webkit-border-radius: 7px; 
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
  margin-bottom: 15px;

  display: none;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  background: #FFF;
}

#errorExplanation ul {
  margin: 4px;
  padding-left: 20px;
}

#errorExplanation ul li {
  font-size: 12px;
}

.active {
	color: green;
}

.inactive {
	color: #C00;
}

.inline {
	float: left;
	clear: none;
	margin-right: 10px;
}

.newline {
	clear: both;
}

.right {
	text-align: right;
	padding-bottom: 4px;
}

.spacer {
	padding: 7px;
}

#logo {
	width: 125px;
	height: 48px;
	background: url('/images/logo_small.gif') no-repeat;
	float: left;
}

/****************************************************************************/

/************************ Link Styling **************************************/
.link {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 12px;
	background-image: url('/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.linkSmall {
	padding: 0;
	padding-left: 15px;
	font-size: 10px;
	background-image: url('/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.linkBig {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 15px;
	background-image: url('/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/****************************************************************************/

/************************ Panes *********************************************/

.pane {
	border: 4px solid #EDECEC;
	padding: 0 10px 2px 10px;
	text-align: left;
	background: #EDECEC;	

	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.pane .legend, .pane .legend_small {
	font-size: 20px;
	color: #005DAC;
	margin-left: 5px;
	padding: 5px;
	position: relative;
	top: -18px;
	background: #FFF;
	float: left;

	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pane .sub_legend, .pane .legend_small {
	font-size: 14px;
	color: #005DAC;
	margin-left: 2px;
	margin-top: 5px;
	padding: 2px;
	position: relative;
	top: -18px;
	background: #FFF;
	float: left;

	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.legend a {
	font-size: 70%;
	font-weight: normal;
}

.pane .body {
	clear: both;
}

.pane .body .insert {
  background: #F1F9FF;
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;

	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pane .buttons {
	background: #EDECEC;
	border-top: 1px dotted #A7A7A7;
	padding: 13px 10px 10px 10px;
	clear: both;
	margin: 20px -10px -10px -10px;
}

/****************************************************************************/

/************************ Buttons *******************************************/

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; margin-right: 5px; }
.btn * { font-style: normal; background-image: url('/images/button_border.png'); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #0072D2; color: #fff; }
.btn.green { background: #9d4; color: #fff; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; color: #fff; text-decoration: none; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url('/images/gradient.png'); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

/****************************************************************************/

/************************ Text Styling **************************************/
.font {
	font-size: 11px;
}

.italic {
	font-style: italic;
}

.fontMedium {
	font-size: 12px;
}

.fontSmall {
	font-size: 10px;
}

.fontTiny {
	font-size: 9px;
}

.fontBig {
	font-size: 16px;
}

.fontBigger {
	font-size: 18px;
}

.fontHuge, .messageHuge {
	font-size: 25px;
	letter-spacing: -1pt;
	font-weight: bold;
}

.messageHuge {
	margin: 20px;
	text-align: center;
}

.fontHugeSubtle {
	font-size: 25px;
	letter-spacing: -1pt;
	font-weight: bold;
	color: #E7E7E7;
}

.red {
   color: #BD2020;
}

.black {
	color: #000;
}

.informative, .green {
   color: green;
}

.grey {
   color: #A6A6A6;
}

.bold {
	font-weight: bold;
}

.urgent {
	color: #BD2020;
	font-weight: bold;
}

.strikeout {
	color: #BD2020;
	text-decoration: line-through;
}

.announcement {
	color: #333;
	font-size: 18px;
	padding: 10px 0 10px 0;
}

.announcement .inHeader {
	margin: 5px 0 0 20px;
	padding: 8px;
	background: #F4F4F4;
	border: 1px solid #DDDDDD;
}

.announcement b {
	color: #005DAC;
}

.subtle {
	color: #706B59;
}

.incidental {
	font-size: 10px;
	color: #A6A6A6;
}

.label {
	font-size: 12px;
	font-weight: bold;
}

.labelSmall {
	font-size: 10px;
	font-weight: bold;
}

.labelBig {
	font-size: 14px;
	font-weight: bold;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #EB6508;
}

.headingSmall {
	font-size: 12px;
	font-weight: bold;
	color: #EB6508;
}

.discreetHeading {
	font-size: 16px;
	font-weight: bold;
	color: #B2B2B2;
}

.footnote {
	font-size: 11px;
	font-style: italic;
	color: #A6A6A6;
}

.important {
	color: #005DAC;
}


/****************************************************************************/

/************************ Tables ********************************************/

.default_table {
  margin: 10px 0 10px 0;
}

.default_table td, 
#facebox .default_table td {
  padding: 3px;
}

/****************************************************************************/

/************************ General Purpose ***********************************/

.popup_select {
  font-size: 18px;
  width: 370px;
  margin: 15px 0 10px 0;
}

.marginTopAndBottom {
  margin: 10px 0 10px 0;
}

.marginTopBig {
	margin-top: 40px;
}

.marginRight {
  margin-right: 20px;
}

div.content div {
	text-align: left;
}

div.menu {
	float: right;
	text-align: right;
	width: 700px;
}

div.menu ul {
	list-style-type: none;
	margin: 0;
	display: inline;
}

div.live_search ul {
	list-style-type: none;
	margin: 0;
}

div.menu ul li {
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin-left: 40px;
}

div.menu ul a {
	color: #AEAEAF;
	background: none;
}

div.menu a:hover {
	color: #005DAC;
}

div.menu a:visited {
	color: #AEAEAF;
}

div.buttonBar {
	background: url('/images/button_bg_with_logo.gif') no-repeat;
	width: 231px;
	height: 54px;
	float: left;
}

div.buttonBarText {
	padding-top: 20px;
	padding-left: 65px;
	font-size: 20px;
	color: #FFF;
}

div.buttonBarText a {
	color: #FFF;
	text-decoration: underline;
}

div.buttonBarText a:hover {
	color: #EB8520;
}

div.buttonBarText a:visited {
	color: #FFF;
}

div.searchBar {
	background: url('/images/search_bg.gif') no-repeat 0px 10px;
	width: 678px;
	height: 54px;
	float: right;
}

div.searchBarContent {
	font-size: 20px;
	color: #FFF;
	clear: both;
	padding-top: 18px;
	padding-left: 15px;
}

div.searchBarContent .searchLabel {
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}

div.searchBarContent .searchField {
	float: left;
	margin-right: 10px;
	padding-top: 1px;
}

div.searchBarContent .searchField .searchInput {
	width: 410px;
	font-size: 16px;
	color: #084F9F;
	padding: 3px;
	background: #FFFADB url('/images/input_field_bg.gif') repeat-x;
	border: 1px solid #BDBDBD;
}

div.searchBarContent .searchButton {
	background: url('/images/round_button_bg.gif') no-repeat;
	width: 29px;
	height: 29px;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 18px;
	float: left;
}

div.searchBarContent .searchButton a {
	color: #FFF;
}

div.searchBarContent .searchButton a:hover {
	color: #61290B;
	text-decoration: none;
}

div.footer {
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
	clear: both;
	width: 940px;
	padding-top: 20px;
}

div.actionPane {
	width: 400px;
	margin-left: 280px;
}

div.actionBox {
	margin: 2px;
}

div.noContent {
	font-size: 16px;
	color: #B2B2B2;
	padding: 20px;
	text-align: center;
}

.marginBottom {
	padding-bottom: 10px;
}

div.spacer {
	margin: 10px;
	clear: both;
}

div.borderTop {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #B2B2B2;
}

.marginTop {
	padding-top: 10px;
}

.marginLeft {
	padding-left: 50px;
}

div.matrix {
	
}

div.matrix .row {
	clear: both;
}

div.matrix .cell {
	float: left;
	width: 130px;
}

div.matrix .wideCell {
	float: left;
	width: 200px;
}

ul.simple {
	margin-top: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.simple li {
	font-size: 12px;
}

.tagCloud {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.tagCloud span {
	padding-right: 15px;
}

.tagCloud .tag1 {
	font-size: 100%;
}

.tagCloud .tag2 {
	font-size: 120%;	
}

.tagCloud .tag3 {
	font-size: 140%;
}

.tagCloud .tag4 {
	font-size: 160%;
}

.tagCloud .tag5 {
	font-size: 180%;
	line-height: 28px;
}

.tagCloud .tag6 {
	font-size: 200%;
	line-height: 28px;
}

.tagCloudSmall {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.tagCloudSmall span {
	padding-right: 15px;
}

.tagCloudSmall .tag1 {
	font-size: 100%;
}

.tagCloudSmall .tag2 {
	font-size: 110%;	
}

.tagCloudSmall .tag3 {
	font-size: 120%;
}

.tagCloudSmall .tag4 {
	font-size: 130%;
}

.tagCloudSmall .tag5 {
	font-size: 140%;
}

.tagCloudSmall .tag6 {
	font-size: 150%;
}


/************************** E-mail example *****************************/

.emailMessage {
	width: 600px;
	margin: 30px;
	border: 1px solid #9C9C9C;
}

.emailMessage .emailHeader {
	border-bottom: 1px dotted #9C9C9C;
	padding: 15px;
}

.emailMessage .emailHeader .dataLine {
	clear: both;
}

.emailMessage .emailHeader .dataLine .label {
	width: 75px;
	text-align: right;
	font-weight: bold;
	float: left;
	margin-right: 30px;
}

.emailMessage .emailHeader .dataLine .data {
	float: left;
}

.emailMessage .emailBody {
	white-space: pre;
}

.emailMessageExplanation {
	font-size: 14px;
	color: green;
	margin: 0 0 10px 30px;
}

/************************ Tables ********************************************/

td {
	text-align: left;
}

/*********** Enhanced Table ************/
.enhancedTable{
	border-collapse:collapse;
	border: 1px solid #DFDFDF;
}

.enhancedTableColouredRow{
	background:#EFEFEF;
}

.enhancedTableRowHover{
	background:#DEFFD7;
}

/*.enhancedTableActive{
	background:#FFC2C2;
}*/

.simpleTable {
   border-collapse: collapse;
   border: 5px solid #DFDFDF;
}

.enhancedTable td, .simpleTable td {
   font-size: 12px;
   vertical-align: top; 
   color: #3A3A3A;
   border: 1px solid #DFDFDF;
   padding: 5px;
}

.enhancedTable tbody td, .simpleTable tbody td {
	background: #FFFFFF;
}

.enhancedTable td.label, .simpleTable td.label {
   font-size: 11px;
   font-weight: bold;
   vertical-align: top;
   padding: 4px;
   border: 1px solid #DFDFDF;
   color: #000;
   background: #FFF8D3;
}

.enhancedTable thead td, .simpleTable thead td, .enhancedTable tfoot td, .simpleTable tfoot td {
   font-size: 12px;
   font-weight: bold;
   vertical-align: top;
   padding: 4px;
   border: 1px solid #DFDFDF;
   color: #5C5C5C;
   background: #FBFBFB;
   background-position: left center;
   background-repeat: no-repeat;
}

.plainTable {
	width: 100%;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}

.plainTable tr {
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}

.plainTable td {
	padding: 4px 0 4px 0;
}

/************************** Accounts ****************************************/

/****************************************************************************/


div.enrol {
	width: 500px;
	margin-left: 220px;
}

div.enrolCheckbox {
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}

div.login {
	width: 340px;
	margin-left: 300px;
}

/****************************************************************************/

/************************** Activities **************************************/

#current_activity {
	font-size: 12px;
	font-weight: normal;
	color: green;
	font-style: italic;
	clear: both;
	padding-top: 6px;
}

#current_activity #change_activity_link {
	font-style: normal;
	margin-left: 7px;
}

#set_activity input[type=text] {
	width: 400px;
}

/****************************************************************************/

/************************** Search Results **********************************/

#search_results a {
	font-size: 17px;
	font-weight: normal;
}

#search_results .result {
	margin-bottom: 10px;
}

/****************************************************************************/

/************************** Customers ***************************************/
#customer_search_bar {
	width: 250px;
	padding: 10px;
	float: left;
	
	background: #E2F2FF;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#customer_create_link {
	margin-top: 5px;
}

/****************************************************************************/

/************************** Dashboard ***************************************/

#dashboard_left {
	width: 250px;
	float: left;
}

#dashboard_right {
	width: 650px;
	float: right;
}

.ticket_card {
	background: #F1F9FF;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;

	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ticket_card_over {
	color: #FFF;
	background: #BD2020;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;

	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.ticket_card .title {
	font-size: 15px;
}

.ticket_card .small_title {
	font-size: 12px;
}

.ticket_card .title .links {
	font-size: 11px;
}

.ticket_card .dates {
	color: #005DAC;
	font-size: 11px;
	margin-top: 5px;
}

.ticket_card .dates div {
	float: left;
	width: 180px;
}

.ticket_card .assigned_to {
	font-size: 11px;
	clear: both;
}

.status {
	float: right;
	padding: 0 4px 0 4px;
	font-weight: bold;
	font-size: 11px;

	-webkit-border-radius: 4px; 
/*	-moz-border-radius: 4px; */
	border-radius: 4px;
}

.status.active {
	background: green;
	color: white;
}

.status.inactive {
	background: #a00;
	color: white;
}

.overdue {
	color: #a00;
}

.warning {
	margin-bottom: 20px;
	border: 2px solid #920000;
	padding: 10px;
	background-color: #EEE;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

/****************************************************************************/

/************************** Tickets *****************************************/

.fullpage_left {
  width: 450px;
  float: left;
}

.fullpage_right {
  width: 450px;
  float: right;
}


/****************************************************************************/

.tag_list {
	font-size: 70%;
	font-style: italic;
	float: right;
}

.status_link {
	font-size: 80%; 
	margin-left: 20px;
	font-style: italic;
}

.due_date {
	margin-left: 10px;
	font-size: 80%;
	color: #4B8DD7;
}

.due_date_overdue {
	color: #FFF;
	text-decoration: none;
	background: #BD2020;
	padding: 3px;
	font-weight: bold;
	font-size: 80%; 
	margin-left: 10px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

.task_details {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	font-size: 70%;
}

.new_task_details {
	margin: 5px 100px 10px 20px;
	padding: 5px;
	width: 79%;
	background-color: #EEE;
	font-size: 80%;
}

.completed {
	text-decoration: line-through;
}

.css1 { 
	font-size: 1.0em; 

}
.css2 { 
	font-size: 1.2em; 
}
.css3 { 
	font-size: 1.4em; 
}
.css4 { 
	font-size: 1.6em; 
}


.line_item {
	border-top: 1px solid #4B8DD7;
}

.screen_shot {
	float: right;
	border: 0px solid #CCC;
	margin: 20px 0px 20px 20px;
}

.groups_header {
	padding-left: 7px;
	border-bottom: 1px solid #4B8DD7;
	margin-bottom: 5px;
	color: #4B8DD7;
	font-weight: bold;
}
.groups_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.groups_list, li {
	margin: 0px;
	padding: 0px 0px 0px 7px;
}

table, fieldset {
  padding-right: 20px;
}
