html > body {
	overflow-x:hidden;
	overflow-y:scroll;
}

html, body {
	background-color: #e1dcd6;
	/* padding: 0px;
	margin: 0px;
	text-align: center;  */
	color: #565657;
}

a {
	color: #666666;
}


a:hover {
	color: #666666;
	cursor: pointer;
}

a:hover img {
	opacity:0.8;
}

a.button {
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* border: medium none; */
	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;			
	background-color: #333333;
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0 5px 5px 5px;
	padding: 4px;
	text-align: center;
	text-decoration: none;	
	/* text-transform: uppercase; */
}

a.button:hover {
	background-color: #eb7818;
}

a.button.selected {
	background-color: #ddddee;
}

a.closeButton {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;


	font-weight: bold;

	border: 3px solid #E2E2E2;
	padding: 0px 5px;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: white;
}

.btn-dark {
	border-color: #ccc;
}

/* dashboard columns */
.oneCol, .twoCol, .threeCol, .fourCol, .sixCol { margin: 0px; padding: 0px; float: left; }
.oneCol { min-width: 92px; }
.twoCol { min-width: 174px; /* -12px */ }
.threeCol { min-width: 270px; /* -12px */ }
.fourCol { min-width: 340px; /* -24px */ }
.sixCol { min-width: 400px;  /* -24px */ }

#dashboardWidgets .twoCol {
	/* width: 20%!important; */
}

#dashboardWidgets .sixCol {
	/* width: 60%!important; */
}


.asInBlock {
	float: none;
	display: inline-block;
	vertical-align: top;
}

form.inline {
	display: inline;
}

ul.buttonLinks {
	padding: 0px;
	margin: 0px;
}
ul.buttonLinks li {
	list-style-type: none;
	padding: 5px;
	float: left;
	margin: 2px;
}

ul.buttonLinks li a {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #666666;
	color: #FFFFFF;
	margin: 10px 0;
	padding:4px 20px;
	text-decoration: none;
	width: 350px;
	white-space:nowrap;
}

ul.buttonLinks li a:hover {
	background-color: #ddddee;
	text-decoration: none;
}

div#MainContainer{
	margin: 0 auto;
	text-align: left;
	-moz-border-radius-bottomleft:10px; /* FF1+ */
	-webkit-border-bottom-left-radius:10px; /* Saf3+, Chrome */
	-moz-border-radius-bottomright:10px; /* FF1+ */
	-webkit-border-bottom-right-radius:10px; /* Saf3+, Chrome */
	border-bottom-left-radius: 10px; /* Opera 11+ */
	border-bottom-right-radius: 10px; /* Opera 11+ */
	border: 0px solid #666666;
	-moz-box-shadow: 2px 2px 8px #4D2A09;
	-webkit-box-shadow: 2px 2px 8px #4D2A09;
	box-shadow: 2px 2px 8px #4D2A09;	  
	
}


div#Header {
	background-color: #ffffff;
	margin: 0px;
	padding: 2px 24px;
	min-height: 100px;
}

div#Header div.userBar {
	float: right;
	width: 400px;
	text-align: right;
	color: black;
	margin: 5px 10px 0 0;

}

div#Header div.userBar a{
	color: #444444;
	text-decoration: none;
}

div#Header div.userBar a:hover{
	color: #666666;
}


div#Header div.client_project_container {
	float: left;
	width: 500px;
}

div#Header div.logo_container {
	margin: 8px 0 0 15px;
	float: left;
	width: 320px;
}

div#Header div.Client {
	color: #333333;
	font-size: 150%;
	text-decoration: none;
	margin: 0 0 0px 20px;

}
div#Header div.Project {
	color: #555555;
	font-size: 120%;
	text-decoration: none;
	font-style: italic;
	margin: 0 0 0 20px;
}
div#Header div.Client a {
	color: #333333;
	text-decoration: none;
}
div#Header div.Project a{
	color: #555555;
	text-decoration: none;
}

div#Header div.changeBar {
	text-align: center;
	color: white;
	margin: 5px 10px 0 0;
	font-size: 12px;
	float: right;
	clear: right;
}
div#Header div.changeBar a{
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	border: 1px dotted #888888;
	margin: 5px 0 0 0;
}
div#Header div.changeBar a:hover{
	color: #555555;
	border: 1px dotted #888888;
}

div#HeaderNavagation {
	position: relative;	
	text-transform: uppercase;
	background-color: #eb7818;
	margin: 0px;
	padding: 1px 24px 0px;
	font-size: 100%;
}

div#HeaderNavagation ul {
	margin: 5px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	position: relative;
	display: block;
	bottom: 0px;
}


div#HeaderNavagation ul li {
	margin: 3px 5px;
	padding: 0px 2px 0 0;
	position: relative;
	float: left;
	bottom: 0px;
}

div#HeaderNavagation ul li.current {
 
}

div#HeaderNavagation ul li a {
	text-decoration: none;
	padding: 5px 8px 3px 8px;	

	background-color: #EEE8E2;
	-moz-border-radius-topleft:10px; /* FF1+ */
	-webkit-border-top-left-radius:10px; /* Saf3+, Chrome */
	-moz-border-radius-topright:10px; /* FF1+ */
	-webkit-border-top-right-radius:10px; /* Saf3+, Chrome */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	  
	-moz-box-shadow: 1px -1px 1px #cccccc;
	-webkit-box-shadow: 1px -1px 1px #cccccc;
	box-shadow: 1px -1px 1px #cccccc;	  
}

div#HeaderNavagation ul li.current a {
	text-decoration: none;
	color: #666666;
	
	background-color: #ffffff;
	-moz-border-radius-topleft:10px; /* FF1+ */
	-webkit-border-top-left-radius:10px; /* Saf3+, Chrome */
	-moz-border-radius-topright:10px; /* FF1+ */
	-webkit-border-top-right-radius:10px; /* Saf3+, Chrome */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	  
	-moz-box-shadow: 1px -1px 1px #cccccc;
	-webkit-box-shadow: 1px -1px 1px #cccccc;
	box-shadow: 1px -1px 1px #cccccc;	   
}

div#HeaderNavagation ul li a:hover{
	color: #ffffff;
	
	background-color: #666666;
	-moz-border-radius-topleft:10px; /* FF1+ */
	-webkit-border-top-left-radius:10px; /* Saf3+, Chrome */
	-moz-border-radius-topright:10px; /* FF1+ */
	-webkit-border-top-right-radius:10px; /* Saf3+, Chrome */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	  
	-moz-box-shadow: 1px -1px 1px #cccccc;
	-webkit-box-shadow: 1px -1px 1px #cccccc;
	box-shadow: 1px -1px 1px #cccccc;	 
}

div#HeaderNavagation ul li.title {
	font-size: 120%;
}

div#HeaderNavagation ul li.admin{
	float: right;
}

div.SubHeaderNavagation {
	border-bottom: 0px solid #666666;
	margin-bottom: 0px;
	padding:10px 0px;
	color:#666666;
	float: right;
}

div.SubHeaderNavagation ul {
	display: inline-block;
}

div.SubHeaderNavagation a {
	text-decoration:none;
}

div.SubHeaderNavagation a.current {
	font-weight: bold;
	background-color: #666666;
}

div.SubHeaderNavagation ul li {
	float: left;
	padding: 1px;
	vertical-align: middle;
}

div.TabbedNavigation {
	/* text-transform: uppercase; */
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

div.TabbedNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid grey;
	display: block;
}


div.TabbedNavigation ul li {
	position: relative;
	bottom: -1px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px 2px 0 0;
}

div.TabbedNavigation ul li a{
	display: block;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	outline: none;
	overflow: hidden;
	padding: 1px 8px 1px 8px;
	border: 1px solid grey;
	border-bottom: 1px solid grey;
	background-color: white;
	-moz-border-radius-topleft:10px; /* FF1+ */
	-webkit-border-top-left-radius:10px; /* Saf3+, Chrome */
	-moz-border-radius-topright:10px; /* FF1+ */
	-webkit-border-top-right-radius:10px; /* Saf3+, Chrome */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-moz-box-shadow: 1px -1px 1px #cccccc;
	-webkit-box-shadow: 1px -1px 1px #cccccc;
	box-shadow: 1px -1px 1px #cccccc;
}

div.TabbedNavigation ul li a:hover{
	color: #666666;
	background-color: #eae5df;
}

div.TabbedNavigation ul li.current a{
	color: #666666;
	background-color: transparent;
	border-bottom: 1px solid white;
}

div.TabbedNavigation ul li.current a:hover{
	color: #666666;
	background-color: transparent;
}

div.TabbedNavigation ul li.current {
	background-color: transparent;
	z-index: 2;
}

div.TabbedNavigation ul li.title {
	font-size: 120%;
}

div.TabbedNavigation ul li.admin{
	float: right;
}

div#BodyContainer {
	padding: 10px 24px;
	background-color: #FFF;
	min-height:450px;
}

div.title_one {
/*
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px 20px 20px 20px;
	margin: 0 0 10px 0;
*/
	font-weight: bold;
}

div.title_one div.back_link {
	float: right;
}

div.title_one div.back_link a {
	margin: 2px;
}

div.title_one div.back_link a img {
	border: none;
}

div.title_one_header {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 4px;
	color: #666666;
}

div.title_one_actions {
	text-align: right;
	padding: 0px 6px;
	width: 100%;
	height: 30px;
	clear: both;
}

div.title_one_actions a {
	display: inline-block;    
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* border: medium none; */
	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;			
	background-color: #333333;
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0 5px 5px 5px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	/* text-transform: uppercase; */
}

div.title_one_actions a:hover {
	background-color: #ddddee;
}

div.title_one_actions a:visited {
	color: #FFF;
	text-decoration: none;
}

div.title_one_subheader {
	font-size: 11pt;
	font-weight: normal;
}

div.title_one .breadcrumbs {
	color: #9A9A9A;
	font-size: 8pt;
	margin-bottom: 10px;
}

div.title_one .breadcrumbs a {
	color: #9A9A9A;
	text-decoration:underline;
}

div.title_one .breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}

div.title_two {
	padding: 4px;
	border-bottom :1px solid #e2e2e2;
	background:white;
	color: #666666;
	margin: 5px 0 5px 0;
	font-size: 100%;
	font-weight: bold;
}


div.title_two div.links {
	float: right;
	font-weight: normal;
}


div.dashboardWidgetTitle {
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.83em;
	/* text-transform: uppercase; */
	padding: 2px 0px 0px 0px;
	/* border-bottom :1px solid #e2e2e2; */
	background-color: #666666;
	color:#FFF;
	margin: 0px 0 0 0;
	font-weight: bold;
	/* background-image: url("/theme.ElastikWorks/images/header_gradient.png"); */
	background-position: left;
	background-repeat: repeat-y;
}

div.dashboard_title_two  {
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	/* text-transform: uppercase; */
	padding: 2px 0px 0px 5px;
	/* border-bottom :1px solid #e2e2e2; */
	background-color: #ddddee;
	color:#FFF;
	margin: 5px 0 0 0;
	font-weight: bold;
	/* background-image: url("/theme.ElastikWorks/images/header_gradient.png"); */
	background-position: left;
	background-repeat: repeat-y;
}

div.dashboardWidgetTitle img, div.dashboard_title_two img {
	margin-left: 3px;
}


div.dashboardWidgetTitle a, div.dashboard_title_two a {
	text-decoration: none;
	color: white;
}

div.dashboardWidgetTitle div.links, div.dashboard_title_two div.links {
	float: right;
	font-weight: normal;
}

div.dashboardWidgetTitle div.links a, div.dashboard_title_two div.links a {
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ddddee;
	font-size: 75%;
	display: block;
	padding: 0px 3px;
	border: none;
	margin: 0px 0px 0px 3px;
	float: right;
}

div.dashboardWidgetFooter {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	color: #FFFFFF;
	background-color: #cccccc; /* #e1dcd6 */
	padding: 0px;
	border: none;
	margin: 0px;
	/* background-image: url("/theme.ElastikWorks/images/header_gradient.png"); */
	background-position: left;
	background-repeat: repeat-y;
	display: block;
}


div.dashboardWidgetFooter a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #888888;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #666666;
	font-size: 0.83em;
	padding: 2px 3px 1px;
	margin: 2px 3px 0px 3px;
	float: right;
	/* text-transform: uppercase; */
}

div.dashboardWidgetFooter a:hover {
	background-color: #ddddee;
}

div.dashboardWidgetContent table.data {
	border-bottom-width: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

div.dashboardWidgetContent table.data tr:first-child th:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

div.dashboardWidgetContent table.data tr:first-child th:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

div.expandedWidgetTitle {
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

div.expandedWidgetContent {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border-bottom: 0px solid #e1dcd6;
}

div.dashboardWidgetContent div.content {
	padding: 10px;
}

div.dashboardWidgetContent div.content div.title {
	float: left;
	width: 75px;
}


div#dashboardWidgets {
	padding: 5px 0 0 0;
}

div.dashboardWidget div.dashboardWidgetContent {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #f2efed;
}

div.dashboardWidgetPlaceHolder {
	width: 100%;
	height: 75px;
	border: 2px solid black;
	background: #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

div.dashboardWidget {
	margin: 0px 4px 15px;
	background-color: transparent;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

div.dashboardWidget a.actionLink {
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #666666;
	font-size: 75%;
	padding: 3px;
	border: none;
	margin-left: 3px;
}

div.dashboardWidgetTitle .title {

}

div.dashboardWidgetTitle .leveloneshowhide {
	vertical-align: text-bottom;
}

div.title_two div.links a {
	color: #666666;
	text-decoration: none;
	padding: 2px;
	border: none;
	margin: 0 0 0 0;
}

div.title_center {
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;

}

div#footer {
	padding: 2px 40px;
	text-align: center;
	font-size: 80%;
	-moz-border-radius-bottomright:10px; /* FF1+ */
	-webkit-border-bottom-right-radius:10px; /* Saf3+, Chrome */
	-moz-border-radius-bottomleft:10px; /* FF1+ */
	-webkit-border-bottom-left:10px; /* Saf3+, Chrome */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	 background-color: #666666;
	 color: #FFF;
	 text-align: right;
}

div#footer a { color: white; }

/* Login form */

div.accountForm {
	border:1px solid #e2e2e2;
	background:#F1F1F1;
	padding:20px;
}

div.accountForm form.accountForm label {
	color:#666666;
	display: block;
}

div.accountForm form.accountForm > div {
	padding: 10px 5px;
}
div.accountForm form.accountForm  input[type="text"], form.accountForm  input[type="email"], form.accountForm  input[type="password"] {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	color:#000;
	width: 250px;
}

div.accountForm form.accountForm div.submit input {
	cursor:pointer;
	-moz-border-radius: 5px; /* FF1+ */
	-moz-border-radius-: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius-: 5px; /* Opera 10.5, IE 9 */
	width: 100px;
	background-color: #666666;
	color: white;
	display: block;
	padding: 2px;
	margin: 0 0 0 0;
}

div.accountForm form.accountForm div.submit input:hover {
	background-color: #666666;
}

/* End login form */

/* Select Client */

div.select_container {
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:10px 20px 20px 20px;
		list-style: none;

}

div.select_container ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	max-height: 500px;
	overflow: auto;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	background: #E0DEDE;
	display: block;

}

div.select_container ul li a{
	text-transform: capitalize;
	color: #000;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0 5px 10px;
	overflow: hidden;
	outline: none;
}

div.select_container ul li a:hover{
	background: #666666;
	color: #FFFFFF;
}

div.select_container h4 {
	margin: 0;
	padding:0 0 10px 0;
}



div#PopUpMask {
   position:absolute;
   z-index:9000;
   background-color: #ccc;
   display:none;
   top: 0;
   left: 0;
}


/** Used for seaching issues **/

form#SearchOptions fieldset {
	/* float: left; */
	display: inline-block;
	vertical-align: top;
	width:200px;
	border:1px solid #e2e2e2;
	min-height: 100px;
	margin:  10px 10px 10px 0;
	background: url('/theme.ElastikWorks/images/search_filter_back.png') repeat-x bottom;
}

form#SearchOptions fieldset legend {
	color: #666666;
	font-weight: bold;

}

form#SearchOptions fieldset a.search {
	color: #666;
	text-decoration: none;
	font-size: 0.86em;
	display: block;
	width: 110px;
	background: url('/theme.ElastikWorks/images/search.png') no-repeat right;
	float: right;
	padding: 10px 0 0 0;
	height: 30px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

form#SearchOptions fieldset a.search:hover {
	color: #666666;
}

form#SearchOptions fieldset a:hover {
	text-decoration: none;
}


form#SearchOptions fieldset ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	list-style: disc;
	list-style-position: inside;
}

form#SearchOptions fieldset ul li {
	text-transform: uppercase;
	color: #666666;
	font-size: 0.86em;
	padding: 5px 0 0 0;

}

form#SearchOptions div.search_ticket {
	padding: 10px 0px 10px;
	text-align: right;
}

form#SearchOptions fieldset div.PopUpOptions {
	display: none;
	background:#f1f1f1;
	position: absolute;
	left: 40%;
	width: 400px;
	overflow: auto;
	border: 2px solid #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:-70px 0 0 -90px;
	padding: 10px;
	z-index: 9999;
}

form#SearchOptions fieldset div.PopUpOptions ul.pop_up {
	list-style: none;
	width:300px;
	margin: 0;
	padding: 20px;
}

form#SearchOptions fieldset div.PopUpOptions ul.pop_up li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px;
	text-transform: uppercase;
	font-size: 80%;
}

form#SearchOptions fieldset div.PopUpOptions ul.pop_up_description {

}

form#SearchOptions fieldset div.PopUpOptions ul.pop_up_description li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	text-transform: capitalize;
	color: #000;
	font-size: 0.86em;
}


form#SearchOptions fieldset div.PopUpOptions a.Close {
	background-image: url("/theme.default/images/close_button.png");
	width: 60px;
	height: 25px;
	display: block;
	margin: 5px 5px 5px 5px;
	float: right;
}

form#SearchOptions fieldset div.PopUpOptions a.Close:hover{
	background-image: url("/theme.default/images/close_button_hover.png");
	cursor: pointer;
}


/* Tickets Table */

table.data {
	width: 100%;
	margin: 0px auto;
	/* border-collapse:collapse; */
	border-spacing: 0px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;

	border-bottom: 10px solid #cccccc;
	margin-bottom: 0px;
	table-layout: fixed;
	/* word-break: break-all; */
}

form.adminForm table.data {
	width: 100%;
}

table.data th {
	background: #cccccc;
	color: #666666;
	text-align: left;
	padding: 3px;
	overflow:hidden;
}

table.data td {
	padding: 3px;
	margin: 0px;
	font-size: 100%;
	border-right: 1px solid #e1dcd6;
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
	/* max-width: 100px; */
}

table.data th.col-ID { width: 55px; }
table.data th.col-Category { width: 80px; }
table.data th.col-Status { width: 100px; }

table.data td a {
	text-decoration: none;
}

table.data tr {
	background: #f0f0f0;
}

table.data tr:first-child th:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}

table.data tr:first-child th:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}


table.data tr.alternate {
	background: #fafafa;
}

table.data a {
	text-align: right;
}

table.data td.actionLinks {
	text-align: center;
}

table.data td.actionLinks a {
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4px;
	padding: 3px 3px;
	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	color: #FFF;
	display: inline-block;
	min-width: 90px;
	background-color: #333333;
	margin: 0px 3px 3px 0px;
	text-align: center;
	/* text-transform: uppercase; */
	text-decoration: none;

}

table.data td.actionLinks a:hover {
	background-color: #ddddee;
}

table.data td.actionLinks a.selected {
	background-color: #ddddee;
	color: #000;
}

table.data td.smallLink a {

}

td.cellclick a {
	text-decoration: none; display: inline-block; text-align: left; width: 100%; height: 100%;
	overflow: hidden;
	max-height: 180px;
}

td div.hashyperlinks {
	overflow: hidden;
	max-height: 180px;
}

table.data td img {
	vertical-align: text-bottom;
}

div.simpledata {
	/* width: 100%; */
	float: left;
	margin: 5px 10px;
	padding: 0px;
	border-width: 0px;
	text-transform:uppercase;
}


div.simpledata div.simplecell {
	float: left;
	background: transparent;
	color: #666666;
	text-align: left;
	padding: 1px 10px 1px 0px;
	font-size: 9pt;
	line-height: 1em;
	border-width: 0px;
	min-height: 38px;
}

div.simpledata p.heading {
	padding: 1px;
	margin: 0px;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1em;
	border-width: 0px;
}

div.fieldContainerHeader {
	margin-bottom:8px;
}

div.fieldContainer {
	margin-bottom:8px;
}

/*Issue form*/



form.comment_form input[type="text"] {
	background: #F6F6F6;
	font-weight: bold;
	width: 50%;
}

form.comment_form textarea {
	/* width: 550px; */
	width: 75%;
	height: 150px;
	background: #F6F6F6;
}

form.comment_form div.submit {
	text-align: right;
}

span.required {
	font-size: 1em;
	color: #666666;
	/* vertical-align: super; */
}

form.ticket_form {
	padding: 10px;
	border:10px solid #e2e2e2;
	color: #595959;
	background:white;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
	margin: 10px auto;	
}

form.ticket_form label {
   display: block;
   color: #666666;
   font-weight: bold;
   font-size: 14px;
   /* text-transform: uppercase; */
   padding-right: 10px;
   /* float: left; */
   border-bottom: 1px solid #aaaaaa;
   margin-bottom: 5px;
   float: none;
}

form.ticket_form textarea {
	width: 100%;
	height: 150px;
}

form.ticket_form input[type="text"] {
	width: 100%;
}

form.ticket_form input.hasDatepicker {
	width: 100px;
}


form.ticket_form div.description {
	font-size: 0.75em;
	color: #666666;
	padding: 0 0 5px 0;
}


form.ticket_form span.errorNotification {
	display: inline;
	margin: 10px auto;
	text-align: center;
	border: 2px solid #E00000;
	background: #ecc4c4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	color: #E00000;
	font-weight:bold;
}


form.ticket_form div.submit {
	text-align: right;
}

form.ticket_form ul {
	padding: 2px;
	margin: 2px;
}
form.ticket_form ul li {
	list-style-type: none;
}
form.ticket_form ul li label {
	display: inline;
	font-weight: normal;
}


table.ticket_table {
	padding: 20px 20px;
	border:1px solid #e2e2e2;
	color: #666666;
	background:#D2D2D2;
	width: 940px;
	margin: 0 0 10px 0;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4px;
}

table.ticket_table td{
	border:1px solid #e2e2e2;
	padding: 10px;
}

table.ticket_table th {
	text-align: left;
	border:1px solid #e2e2e2;
  width: 200px;
}


table.ticket_table th div.description {
   color: #666666;
   font-size: 0.86em;
   font-weight: normal;
}

table.ticket_table td div.description {
   font-size: 90%;
   font-weight: normal;
   padding: 5px 0px;
}

table.ticket_table td a {
  cursor: pointer;
  color: #3584AA;
  font-weight: normal;
}

table.ticket_table td a:hover {
  background: #AAA;
  cursor: pointer;
  color: #286186;
}

table.ticket_table tr.links {
	text-align: right;
}

table.ticket_table tr.links td {
	border: 0;
}
table.ticket_table tr.links th {
	border: 0;
}

div.ticket_table {
	padding: 10px;
	border:10px solid #e2e2e2;
	color: #575756;
	background:white;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
	margin: 10px auto;
	font-size: 1.1em; 
	
	position: relative;
}

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

div.ticket_table ol {
	/* list-style-type: none; */
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

div.ticket_table img {
	vertical-align: middle;
}

div.ticket_table div.field {
   padding-bottom: 10px;
   position: relative;
}

div.ticket_table .description {
   display: block;
   clear: left;
}

div.ticket_table .actionButtons {
   /* float: right; */
   position: absolute;
   z-index: 10;     
   right: 0px;
   display: inline-block;
}

div.ticket_table .actionButtons a {
   padding: 0px 5px;
}

div.ticket_table a {
	text-decoration: none;	
}

div.ticket_table .actionButtons a img {
   vertical-align: middle;
}

div.ticket_table .links {
	text-align: right;
}

div.ticket_table .links {
	border: 0;
}

div.ticket_table span.showHistoryButton {
	display: none;
	position: absolute;
	top: -3px;
	padding-left: 5px;
}

div.ticket_table span.showHistoryButton:hover {
	cursor: pointer;
}

.field > table {
	border: 0px solid #666666;
	width: 100%;
}

.field > table th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 10px;
}

.field > table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 10px;
}

.field > table tr:nth-child(even) {background: #FFF}
.field > table tr:nth-child(odd) {background: #EEE}

div.title {
   color: #666666;
   font-weight: bold;
   font-size: 14px;
   /* text-transform: uppercase; */
   padding-right: 10px;
   /* float: left; */
   border-bottom: 1px solid #aaaaaa;
   margin-bottom: 5px;
   float: none;
}

div.over {
	border-bottom: 1px solid #aaaaaa;
	float: none;
}

div.expandedItems {
	padding: 10px;
	max-width: 100%;
}
div.expandedItems div.group {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	color: #666666;
}
div.expandedItems div.group p.title{
	margin: 0;
	padding:5px;
	background: #666666;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}
div.expandedItems div.group p.title a.close {
	float: right;
}
div.expandedItems div.group p.title a.close img {
	border: 0;
}
div.expandedItems div.group div.contents {
	padding: 5px;
}

div.SideBoxOfInfo {
	float: right;
	/* max-width: 190px; */
	padding: 5px;
	margin: 10px auto;
	border:5px solid #e2e2e2;
	color: #666666;
	background:white;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
}

div.SideBoxOfInfo div.title {
   color: #666666;
   font-weight: bold;
   font-size: 14px;
   text-transform: uppercase;
   padding-right: 10px;
   float: left;
}


div.SideBoxOfInfo div.over {
	border-bottom: 1px solid #e2e2e2;
	float: none;
}

div.SideBoxOfInfo div.group {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	color: #666666;
}

div.SideBoxOfInfo div.group p.title{
	margin: 0;
	padding:5px;
	background: #666666;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}

div.SideBoxOfInfo div.group p.title img {
	border: 0;
}

div.SideBoxOfInfo div.group p.title a.expand {
	font-weight: normal;
	color: white;
}

div.SideBoxOfInfo div.group div.contents {
	padding: 5px;
}

div.SideBoxOfInfo div.group div.contents ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

div.SideBoxOfInfo div.group div.contents ul li{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	font-size: 10pt;
}



div.SideBoxOfInfo div.group div.contents div.link_container{
	margin: 5px 0 0 0;
}

div.SideBoxOfInfo div.group div.contents a{
	margin:  0 5px 0 5px;
	padding: 0;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	outline: none;
	overflow: hidden;
	border-bottom: 1px dotted #333;
}

div.SideBoxOfInfo div.group div.contents a:hover{
	color: #666666;
	border-bottom: 1px dotted #666666;
}

div.SideBoxOfInfo div.group div.contents ul li a {
	font-weight: normal;
}

div.expandedItems div.group {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	color: #666666;
}

div.expandedItems div.group p.title{
	margin: 0;
	padding:5px;
	background: #666666;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}

div.expandedItems div.group div.contents a{
	margin:  0 5px 0 5px;
	padding: 0;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	outline: none;
	overflow: hidden;
	border-bottom: 1px dotted #333;
}

div.expandedItems div.group div.contents a:hover{
	color: #666666;
	border-bottom: 1px dotted #666666;
}

div.SideBoxOfInfo div.group div.contents table th {
	vertical-align: top;
	text-align: right;
	font-size: 10pt;
}
div.SideBoxOfInfo div.group div.contents table td {
	vertical-align: top;
	font-size: 10pt;
}
/** ----------------------  Comments  -------------------------- **/
div.comments {
	width: 100%;
	margin: 10px 0px;
	min-width: 300px;
}

div#eventcomments div.comment {
	margin-right: 270px;
}

div.comment {
	padding-bottom: 10px;
	min-width: 300px;
}

div.comment_curl {
	/*
	background-color: #e2e2e2;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-left-radius: 20px;
	*/
	background: url('/theme.ElastikWorks/images/comments_curlgrey.png') no-repeat;
	width: 36px;
	height: 21px;
	margin: -2px 0 0 20px;
}

div.comment_inside_wrap {
	background: white;
	border: 3px solid #e2e2e2;
	margin: 0px;
	padding: 0px;
	-moz-border-radius:10px; /* FF1+ */
	-webkit-border-radius:10px; /* Saf3+, Chrome */
	-moz-border-radius:10px; /* FF1+ */
	-webkit-border-radius:10px; /* Saf3+, Chrome */
	 border-radius: 10px; /* Opera 10.5, IE 9 */
	 color: #333;
	 font-size: 1em;
	 min-height: 100px;
}

div.comment_inside_wrap textarea {
	/* width: 360px; */
	max-width: 100%;
	height: 60px;
	min-height: 60px;
}

div.comment div.comment_inside_wrap img.avatar {
	/* float: left; */
	padding: 3px;
}

div.comment_inside_wrap textarea {
	height: 150px;
}

div.comment_inside_wrap h3 {
   padding: 10px 0 0 0;
   margin: 0;
}

div.comment_inside_wrap p {
	padding: 0px;
	margin: 0;
}

div.padded {
	padding: 10px;
}

div.comment_inside_wrap .date {
	/* width: 80px; */
	/* float: right; */
	color: #666666;
	font-weight: bold;
}

div.comment_inside_wrap .detailsbox {
	padding: 10px 0 0 10px;
	float: left;
	width: 140px;
	word-break: break-all;	
}

div.comment_inside_wrap .commentbox {
	padding-left: 10px;
	margin-left: 150px;
	border-left: 3px solid #e2e2e2;
	min-height: 140px;
}

div.comment_inside_wrap .actionLinks {
	float: right;
	padding-right: 10px;
}


div.comments div.details {
	color: #444;
	font-size:0.86em;
	margin: -10px 0 20px 50px;
}


.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

form.bounded_form {
	margin: 20px 20px;
	padding: 20px 20px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	width: 845px;
}

/* Routechart CSS */




table.DataReadOuts th {
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
}

input[type="submit"], input[type="button"] {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;	
	text-decoration: none;
	/* text-transform: uppercase; */
	display: inline;
	background-color: #333333;
	color: white;
	text-align: center;
	/* width: 100px; */
	cursor:pointer;
	margin: 0 5px 5px 5px;
	padding: 4px;	
}

input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #eb7818;
}

.statusSchema a {
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #666666;
	display: block;
	padding: 2px;
	border: none;
	margin: 2px;

}


form.adminForm {
	padding: 10px;
	border:10px solid #e2e2e2;
	color: #666666;
	background:white;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;

	margin: 10px auto;
}

form.adminForm div.title {
	margin-left: 2px;
	font-weight: bold;
	padding-bottom: 20px;
}

form.adminForm div.adminTable {

}

form.adminForm div.adminTable div.title {
   color: #666666;
   text-transform: uppercase;
   padding: 10px 10px 0px 0px;
   /* float: left; */
   border-bottom: 1px solid #e2e2e2;
   float: none;
}


form.adminForm div.adminTable a img {
	border: 0px;
}

form.adminForm div.adminTable {
		text-align: left;
}

form.adminForm div.adminTable input[type="text"]{
	width: 300px;
}

form.adminForm div.adminTable input[type="email"]{
	width: 300px;
}

form.adminForm div.adminTable textarea {
	width: 70%;
	height: 150px;
}

form.adminForm div.adminTable li{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

form.adminForm div.adminTable ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}


form.adminForm table.adminTable {
		width:100%;
}

form.adminForm table.adminTable td a img {
	border: 0px;
}

form.adminForm table.adminTable td {
		text-align: left;
	display: inline;
	float: left;
	clear: left;
	width: 100%;
}

form.adminForm table.adminTable td input[type="text"]{
	width: 300px;
}

form.adminForm table.adminTable td input[type="email"]{
	width: 300px;
}

form.adminForm table.adminTable td textarea {
	width: 100%;
	height: 150px;
}

form.adminForm table.adminTable td li{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

form.adminForm table.adminTable td ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}


form.adminForm table.adminTable tr {
	height: 40px;
}

form.adminForm div.submit {
	text-align: right;
}

.CurrentPlayListIndicator {
 color: #FFF;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#7D7D7D;
	display: block;
	padding:2px;
	margin: 0 0 0 0;
}

.cancelbutton {
	 color: #FFF;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#80161B;
	display: block;
	padding:2px;
	margin: 0 0 0 0;
	width:70px;
	text-align:center;
}

div.DataPaging {
	 margin: 20px;
	 font-weight: bold;
	 color: #666666;
	 font-size: 1em;
	 text-align: center;
}

div.DataPaging .prevbutton {
	color: #FFF;
	background-color: #333333;
	padding: 2px;
	text-decoration: none;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px;
	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;	
}

div.DataPaging .nextbutton {
	color: #FFF;
	background-color: #333333;
	padding: 2px;
	text-decoration: none;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px;
	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;		
}

div.DataPaging .lastbutton {
	color: #FFF;
	background-color: #eb7818;
	padding: 2px;
	text-decoration: none;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px;
	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;		
}

div.DataPaging .firstbutton {
	color: #FFF;
	background-color: #eb7818;
	padding: 2px;
	text-decoration: none;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px;

	border: 1px solid #555555;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;		
}

div.error {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	border: 2px solid #E00000;
	background: #ecc4c4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	color: #E00000;
}

table.statusSchema {
	width: 95%;
	margin: 30px 0px;
}
table.statusSchema th {
	padding: 2px 2px 10px 2px;
}
table.statusSchema td {
	width: 32%;
}
table.statusSchema td.incoming {
	padding: 10px;
	text-align: right;
}

table.statusSchema td.incoming div.transition {
	background: url('/theme.default/images/arrow.png') no-repeat;
	background-position: right;
}

table.statusSchema td.incoming div.transition > div {
	margin: 5px 60px 5px 5px;
}

table.statusSchema td.incoming div.transition > div.start {
	font-weight: bold;
}
table.statusSchema td.status {
	border: 1px solid black;
	text-align: center;
	padding: 0px;
	vertical-align: top;
}
table.statusSchema td.status div.Description {
	padding: 10px;
	color: #666;
}
table.statusSchema td.outgoing {
	padding: 10px;
}
table.statusSchema td.outgoing div.transition {
	background: url('/theme.default/images/arrow.png') no-repeat;
}

table.statusSchema td.outgoing div.transition > div {
	margin: 5px 5px 5px 60px;
}

table.statusSchema td.outgoing div.Description {
	color: #666;
	font-style: italic;
}
table.statusSchema td.status ul {
	margin: 0;
	padding: 10px;
}
table.statusSchema td.status ul li {
	display:inline;
	margin:5px;
	white-space:nowrap;
}

table.statusSchema td.status ul li a, table.statusSchema td.outgoing a, table.statusSchema td.incoming a {
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
	border: 1px solid #ddddee;
	border-top: 1px solid white;
	border-left: 1px solid white;
	background-color:#666666;
	padding:1px 2px 1px 2px;
	text-decoration:none;
	color:white;
	display:inline;
}

table.statusSchema td.status ul li a:hover, table.statusSchema td.outgoing a:hover, table.statusSchema td.incoming a:hover {
	background-color:#ddddee;
}

.NewProjectFormName {
		margin-bottom: 5px;
}

div.sortableItemsContainer div.sortableItemContainerHighlight {
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3-4 */
	border-radius: 2px;
	border: 2px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #eee;
	height: 40px;

}
div.sortableItemsContainer div.sortableItemContainer {
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3-4 */
	border-radius: 2px;
	border: 2px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: white;

}

div.sortableItemsContainer div.sortableItemContainer a.moveButon {
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px;
	padding: 2px 20px 2px 2px;
	border: none;
	color: black;
	display: inline;
	margin: 5px;
	background-color: #ccc;

}

table.data th.header {
	background-image: url(/theme.default/images/sort.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.data th.headerSortDown {
	background-image: url(/theme.default/images/sort-asc.png)!important;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.data th.headerSortUp {
	background-image: url(/theme.default/images/sort-desc.png)!important;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;	
}

img.avatar { border: 0; }

div.popUpClientProjectSelector {
	display: none;
	background: #fff;
	position: absolute;
	width: 500px;
	overflow: auto;
	border-radius: 5px 5px 5px 5px;
	z-index: 9999;
	top: 95px;
	left: 45%;
}

div.popUpClientProjectSelector a.close {
	background-image: url("/theme.default/images/close_button.png");
	display: block;
	height: 25px;
	margin: 5px;
	width: 60px;
	float: right;
}

div.popUpClientProjectSelector table.data {
	width: 99%;
	clear: both;
}

div.popUpClientProjectSelector table.data td.actionLinks a {
	width: 100px;
}




div.popUpClientProjectSelector div.popupheader {
	color: #FFF;
	float: left;
	margin-bottom: 25px;
	background-color: #666666;
	color: #FFF;
	height: 50px;
	width: 100%;
	border-bottom:3px solid #666666;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	border-radius-topleft:5px;
	border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

div.popUpClientProjectSelector div.popupheader a.close {
	margin: 10px;
	float: right;
	color: #FFF;
	text-decoration: underline;
}

div.popUpClientProjectSelector div.content {
	padding: 10px;
	padding-bottom: 20px;
}

div.popUpClientProjectSelector div.popupheader div.header {
	margin: 10px;
	font-weight: bold;
}


div.adminOptionsLinks {
	text-align: right;
	padding: 0px;
}

div.adminOptionsLinks a.adminOptions {
	font-size: 100%;
	margin: 4px 0;
	padding: 8px 4px 8px 30px;
	text-decoration: none;
	background-image: url("/theme.default/images/cogs3.png");
	background-position:  top left;
	background-repeat: no-repeat;
	background-color: transparent;
}


#ViewOptionsGroup {
	background: none repeat scroll 0 0 #f2efed;
	border: 2px solid #666666;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
	margin: 0% 5%;
	right: 10%;
	overflow: visible;
	padding: 10px;
	position: absolute;
	/* width: 400px; */
	z-index: 9999;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;

}

#ViewOptionsGroup a.Close {
	background-image: url("/theme.default/images/close_button.png");
	width: 60px;
	height: 25px;
	display: block;
	margin: 5px 5px 5px 5px;
	float: right;
}

#ViewOptionsGroup a.Close:hover{
	background-image: url("/theme.default/images/close_button_hover.png");
	cursor: pointer;
}

#SearchOptionsGroup {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 2px solid #666666;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
	margin: 0% 5%;
	right: 10%;
	overflow: visible;
	padding: 10px;
	position: absolute;
	/* width: 400px; */
	z-index: 9999;
}

#SearchOptionsGroup a.Close {
	background-image: url("/theme.default/images/close_button.png");
	width: 60px;
	height: 25px;
	display: block;
	margin: 5px 5px 5px 5px;
	float: right;
}

#SearchOptionsGroup a.Close:hover{
	background-image: url("/theme.default/images/close_button_hover.png");
	cursor: pointer;
}


#ActionOptionsGroup {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 2px solid #666666;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
	margin: 0% 5%;
	right: 10%;
	overflow: visible;
	padding: 10px;
	position: absolute;
	/* width: 400px; */
	z-index: 9999;
}

#ActionOptionsGroup a.Close {
	background-image: url("/theme.default/images/close_button.png");
	width: 60px;
	height: 25px;
	display: block;
	margin: 5px 5px 5px 5px;
	float: right;
}

#ActionOptionsGroup a.Close:hover{
	background-image: url("/theme.default/images/close_button_hover.png");
	cursor: pointer;
}

#SearchesOptionsGroup {
	background: none repeat scroll 0 0 #f2efed;
	border: 2px solid #666666;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
	margin: 0% 5%;
	right: 10%;
	overflow: visible;
	padding: 10px;
	position: absolute;
	/* width: 400px; */
	z-index: 9999;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;

}

#SearchesOptionsGroup a.Close {
	background-image: url("/theme.default/images/close_button.png");
	width: 60px;
	height: 25px;
	display: block;
	margin: 5px 5px 5px 5px;
	float: right;
}

#SearchesOptionsGroup a.Close:hover {
	background-image: url("/theme.default/images/close_button_hover.png");
	cursor: pointer;
}

.searchDropDowns {
	float: right;
	/* text-transform: uppercase; */
	background-color: white;
	margin: 0px;
	padding: 0px 10px;
	font-size: 100%;
}

.searchDropDowns a {
	display: block;
	text-decoration: none;
	color: #666666;
	outline: none;
	overflow: hidden;
	padding: 0px 20px 0px 0px;
	background-image: url("/theme.default/images/drop_down_icon.png");
	background-position: center right;
	background-repeat: no-repeat;
}

#WatcherBoxOfInfo {
	background-color: white;
	border: 2px solid #E2E2E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
	margin: 30px 5%;
	right: 15%;
	overflow: visible;
	padding: 10px;
	position: absolute;
	/* width: 400px; */
	z-index: 9999;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;

}

#StatusBoxOfInfoOld {
	background-color: white;
	border: 2px solid #E2E2E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
	margin: 30px 5%;
	right: 15%;
	overflow: visible;
	padding: 10px;
	position: absolute;
	/* width: 400px; */
	z-index: 9999;

	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;

}

#StatusBoxOfInfo {
	background-color: white;
	border: 2px solid #E2E2E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	z-index: 9999;
	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
	
	width:360px;
	min-height:100px;
	position:fixed;
	/* display: none; */
	top:50%;
	left:50%;
	margin-top:-150px; /* negative half the size of height */
	margin-left:-150px; /* negative half the size of width */
}

#StatusBoxOfInfoDynamic {
	background-color: white;
	border: 2px solid #E2E2E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	z-index: 9999;
	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
	
	width:360px;
	min-height:100px;
	position:fixed;
	/* display: none; */
	top:50%;
	left:50%;
	margin-top:-150px; /* negative half the size of height */
	margin-left:-150px; /* negative half the size of width */
}

#statusChanger {
	max-height: 400px;
	overflow-y: scroll;
}
    
#SearchSideBoxOfInfo {
	color: #666666;
	font-weight: bold;
	font-size: 1.6em;
}

#SearchSideBoxOfInfo a {
	display: block;
	float: left;
	width: 30px;
	margin: 0px 0px;
	text-align: center;
	padding: 4px 4px;
	line-height: 1em;
	text-decoration: none;
	color: #666666;
}

#SearchSideBoxOfInfo a.current{
	color: #666666;
}


.page-item .page-link {
	color: #666666;
	background-color: #fff;
	border-color: #666666;
}


.page-item.active .page-link {
	color: #fff;
	background-color: #eb7818;
	border-color: #eb7818;
}

p.gallery img {
	margin: 5px;
	border: 1px solid #666666;
}


div#accordion a.ui-state-default{
	background-color:  #666666;
	background-image: none;
	background-position: 870px -1px;
}

div#accordion a.ui-state-default:hover {
	background: #666666;
	background-image: none;
	cursor: pointer;
}

div#accordion a.ui-state-active {
	background-color: #666666;
	background-image: none;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font: 14px/18px 'Source Sans Pro', sans-serif!important;
}
/*
form.tdropzone.dz-clickable {
	border: 1px solid #eb7818;
	height: 30px;
	text-align: center;
	font-size: 20px;
	background-color: #eeeeee;
	padding-top: 10px;
	
}

form.tdropzone.dz-drag-hover {
	border: 1px solid #cccccc;
	height: 100px;
	text-align: center;
	font-size: 20px;
	background-color: #eb7818;
	padding-top: 10px;
}
*/


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #6c757d;
}