.logo {
	min-height: 157px;
	text-align: center;
}

h2{
	font-family: "Arial";
	color: #4c4c4c;
}

h3 {
	padding:0px;
	font-family: "Arial";
	color: #4c4c4c;
}

h4 {
	padding:0px;
	font-family: "Arial";
	color: #4c4c4c;
}

h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #2979a9;
	text-decoration:none;
}

a:hover {
	color: #37a0df;
	text-decoration: underline;
}

img {
	border: 0px;
}

input {
	padding: 5px;
	background: url(./../images/input_bg.png) repeat-x;
	border: 1px;
	border-style:solid;
	border-color: #77b7de;
	margin-bottom: 5px;
	vertical-align: top;
}

textarea {
	padding: 3px;
	width: 300px;
	height: 100px;
	background: url(./../images/input_bg.png) repeat-x;
	border: 1px;
	border-style:solid;
	border-color: #77b7de;
	margin-bottom: 5px;
	vertical-align: top;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

input[type="radio"]{
	vertical-align: middle;
	background: none;
	border: none;
}

input[type="checkbox"]{
	vertical-align: middle;
	border: 1px solid: gray;
	border: none;
}

input:hover {
	border-color: black;
}

hr {
	border-color: #3496d2;
}

.special_table {
	border: 1px solid #3496d2;
	background-color: #888888;
	color: black;
}

.button {
	height: 27px;
	margin: 0px;
	background: url(./../images/input_bg.png) repeat;
	border: 1px;	
	border-style:solid;
	border-color: #000000;
	color: black;
	padding: 5px 7px 5px 30px;
}

.input_box {
	height: 101px;
	text-align: center;	
}

.search {
	width: 300px;
	height: 30px;
}

.navigation a {
	color: white;
text-decoration: none;
}

.navigation li {
	list-style: none;
	float: left;
	height: 30px;
	min-width: 60px;
	margin-left: 2px;
	background-color: #888;
	text-align: center;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: "Arial";
	border-bottom: 2px solid #3496d2;
}

.navigation li:hover {
	background-color: #aeadad;
}

.errors {
	background: url(../images/icons/error_icon.png) no-repeat;
	color: red;
	padding-left: 20px;
}

.success {
	background: url(../images/icons/success_icon.png) no-repeat;
	color: green;
	padding-left: 20px;	
}

.content {
	margin-top: 10px;
	padding: 5px;
	border-top: 1px solid #2773a1;
	position: relative;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}

.submit {
	height: 38px;
}


.login {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	
}

.menu_item {
	display: inline-block;
	border: 1px;
	border-style: solid;
	border-color:  #cd0912;
	border-bottom: none;
	height: 30px;
	padding: 5px;	
}

.slide {
	border: 1px;
	border-style: solid;
	border-color:  #cd0912;
	border-right: none;
	padding: 5px;
}

.admin_user_list {
	height: 20px;
	border: 1px;
	border-style: solid;
	border-color: #b3b3b3;
	background-color: #f2f2f2;
	margin: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.admin_user_list:hover {	
	background-color: #8fbfdd;
}

.admin_option {
	float: right;
}

a .logout {
	margin-left: 150px;
	background-color: #7c3a3d;
}

.notification {
	background: url(../images/icons/alert.png) no-repeat;
	padding-left: 25px;
	paddong-bottom: 1px;
	padding-right: 1px;
	color: orange;
	width: 380px;
}

.article {
	border: 1px solid #713030;
	padding: 1px;
	margin-bottom: 10px;
	background-color: #eaeaea;
}


.hightlight {
	background-color: yellow;
}

.scroll {
	width: auto;
	height: 500px;
	overflow-y: scroll;
}

.check {
	background: url(../images/icons/check.png) no-repeat;
	padding-left: 20px;
	vertical-align: bottom;
	cursor: pointer;
}
.uncheck {
	background: url(../images/icons/uncheck.png) no-repeat;
	padding-left: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.basket {
	width: 300px;
	position:absolute;
}

.scroll-basket {
	height: 150px;
	overflow-y: scroll;
	overflow-x:hidden;
}

.about_notification {
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/icons/info.png) no-repeat;
	background-color: #d5e5ee;
	width: 400px;
	border: 1px solid #b9cdda;
}

.howto {
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #e7e7e7;
	width: 50%;
	border: 1px solid #b9cdda;
}

.queue {
	position: fixed;
	right: 0px;
	top: 0px;
	min-width: 150px;
	color: #4c4c4c;
	border: 1px solid #2773a1;
	padding: 15px;
	background: url(../images/input_bg.png) repeat-x;
	margin: 5px;
	background-color: white;
}

.special_hover {
	cursor: pointer;
	background: url(../images/icons/use.png)no-repeat;
	min-width:20px;
	min-height: 20px;
	padding-left: 20px;
	vertical-align: bottom;
}

.special_hover:hover {
	background: url(../images/icons/use_hover.png)no-repeat;
}

.small_item {
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #d5e5ee;
	border: 1px solid #b9cdda;
	color: #4C4C4C;
	font-size: 10px;
}

.small_item:hover {
	background-color: #ebf7fd;
}

.small_fieldset {
	width: 200px;
	background: url(../images/content_bg.png) repeat-x;
}

.tooltip {
	display: none;
}

.detailed_item {
	height: 95px;
	width: 275px;
	padding: 3px;
	margin: 7px;
	background: url(../images/content_bg.png) repeat-x;
	float: left;
}

.image {
	width: 200px;
	height: 100px;
	border: 1px solid #b9cdda;
	float: left;
	position: relative;
	padding: 3px;
	margin: 4px;
	background: url(../images/content_bg.png) repeat-x;
}

.reminder {
	position: fixed;
	top: 0px;
	right: 0px;
	border: 1px solid #c00d13;
	background: url(../images/content_bg.png) repeat-x;
	padding: 7px;
	margin: 15px;
}

.noSelect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.new_button {
	height: 27px;
	margin: 3px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background: url(../images/icons/add.png) no-repeat left;
	padding: 5px 7px 5px 15px;
}

.company_options {
	margin: 15px;
	padding: 5px;
}

.c_details {
	display: inline-block;
	padding: 5px;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: white;
}

.left {
	float: left;
	display: inline-block;
	height: 350px;
	overflow: hidden;
	overflow-y: scroll;
}

.right {
	float: right;
	display: inline-block;
}

.selected {
	background-color: #8fbfdd;
}

.disabled {
	cursor: default;
	color: gray;
}

.disabled:hover {
	text-decoration: none;
	color: gray;
}

.hidden {
	display: none;
}

.item {
	float: left;
	display: block;
	width: 33%;
	max-width: 34%;
}

.cp {
	float: left;
}

.cp_scroll {
	height: 150px;
	overflow:hidden;
	overflow-y: scroll;
	border: 1px solid #d4d4d4;
	background: url('./../images/content_bg.png') repeat-x;
	padding: 3px;
}

.cp_name {
	font-size: 15px;
	color: #1b4d69;
}

.marked {
	background-color: #cf681c;
}

.right{
	float:right;
}

.hot{
	background: url(./../images/icons/recent.png) no-repeat;	
	background-color:#93cb31;
}

.todo_list_item {	
	border: 1px;
	border-style: solid;
	border-color: #b3b3b3;
	margin: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	padding-left: 20px;
}

.todo {
	background-color: #24729a;
	padding: 2px;
}

.appointment {
	background-color: #9a2c24;
	padding: 2px;
}
