html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

#wait_table {
	border: none;
}
#waiting{
	width:100%;
	height: 100%;
	background: black;
	position: fixed;
	opacity: 0.7;
}
.for_print_only{
	position:absolute;
	visibility: hidden;
}
#wait_table tr{	
	border: none;
	background-color: #C7D1D8;
}

#wait_message{
	margin-left: 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

form legend {
	display: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

ol,ul {
	list-style: none;
}

hr {
	display: none;
	visibility: hidden;
}

body {
	background: #c7d1d8;
	color: #2a3a48;
	font: 13px "Lucida Grande", "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialised;
	-webkit-user-select: none;
}

a {
	color: #4794c4;
	text-decoration: none;
}

a:hover {
	color: #2a5e88;
}

select {
	width: auto;
}

p,label {
	margin: 4px;
	margin-left: 0;
}

body>header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-moz-height: 20px;
	-webkit-height: 40px;
}

body>nav {
	position: absolute;
	top: 40px;
	left: 0;
	width: 220px;
	bottom: 0;
	box-sizing: border-box;
}

body>section {
	background-color: #c7d1d8;
	position: absolute;
	top: 40px;
	left: 220px;
	right: 0;
	bottom: 0;
}

#main>article {
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	overflow: none;
}



body>nav {
	padding: 10px 0 0;
	background: #e1e7ec;
	border-right: 1px solid #606d78;
}

body .dashboard {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 5px 5px 25px;	
}

body .dashboard a {
	color: #6f8193;
	cursor: default;
}

body h4 {
	cursor: default;
}

#modules input {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

#modules>li {
	position: relative;
	padding: 10px 5px 5px 25px;
}

#modules>li .options {
	position: absolute;
	top: 7px;
	right: 5px;
}

#modules>li .options button {
	border: none;
}

#modules>li .loader {
	top: 8px;
	right: 6px;
}

#modules>li li {
	position: relative;
	padding: 0 0 0 25px;
	background: url(/assets/images/icons/folder.png) 1px 1px no-repeat;
}

#modules>li li a {
	display: block;
	color: #2a3a48;
	padding: 2px;
}

#modules>li li input[type=text] {
	padding: 2px 1px;
}

#modules>li li .delete {
	opacity: 0.1;
}

#modules>li li .loader {
	top: 2px;
	right: 2px;
}

#modules>li li:hover a {
	color: #000;
}

#modules>li li:hover .delete {
	opacity: 1;
}

#modules>li .toggle {
	content: " ";
	position: absolute;
	left: 8px;
	top: 12px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background: url(/assets/images/icons/drawer.folder.png) 0 0 no-repeat;
}

#modules>li>h4 {
	display: block;
	margin: 0 0 5px;
	padding: 0 1px;
	position: relative;
	color: #6f8193;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

#modules>li>input {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

#modules>li.closed>ul {
	display: none;
}

#modules>li.closed .toggle {
	background-position: 0 -20px;
}

body>header {
	box-sizing: border-box;
	padding: 10px;
	z-index: 9;
	background: #445868;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#445868),
		to(#2a3a48) );
	background-image: -moz-linear-gradient(top, #445868, #2a3a48);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.8), inset 0 1px 0
		rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.8);
}

#logo {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
}

#logo span {
	color: #5daad5;
}

#user {
	position: absolute;
	right: 10px;
	top: 10px;
}

#user>* {
	display: inline-block;
}

#user dt {
	color: #fff;
}

#user dt span {
	opacity: .5;
	font-size: 11px;
}

#user dd a,#user dd button {
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid #192937;
	background: rgba(187, 255, 255, 0.19999999999999996);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 255, 255,
		0.19999999999999996) ), to(rgba(187, 255, 255, 0) ) );
	background-image: -moz-linear-gradient(top, rgba(187, 255, 255, 0.19999999999999996),
		rgba(187, 255, 255, 0) );
	background-color: #2a3a48;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0
		rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	color: #c7d1d8;
	cursor: pointer;
}

.customTable{
	border-collapse: collapse;
}


.customTable td,th,tr {
	background-color: #E1E7EC;
	border: 1px solid #666666;
	padding: 8px;	
}

#user dd a:hover,#user dd button:hover {
	background: rgba(187, 255, 255, 0.30000000000000004);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 255, 255,
		0.30000000000000004) ), to(rgba(187, 255, 255, 0) ) );
	background-image: -moz-linear-gradient(top, rgba(187, 255, 255, 0.30000000000000004),
		rgba(187, 255, 255, 0) );
	background-color: #2a3a48;
	color: #ffffff;
}

.div_order_error {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #DA0F00;
	font-size: 13px;
	background: #ffcccc
}

.div_error {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #DA0F00;
	font-size: 13px;
	background: #ffcccc
}

.div_success {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #518D5B;
	font-size: 13px;
	background: #8DF09E;
}

#paginator ul{
	list-style:none;	
}

#paginator ul li a {
	text-decoration: underline;
	padding:1px 5px 2px 5px;
	color: 	
}

#paginator ul li {
	float:left;
	margin-left:10px;
}
#first_name_div{
	position:absolute;
	margin-top:-30px;	
	left:auto;
	right:0;
	padding-right:60px;	
	width: 350px;
}
#second_name_div{
	position:absolute;
	margin-top:-30px;
	left:auto;
	right:0;
	padding-right:60px;	
	width: 350px;
}
#user_name_div{
	position:absolute;
	margin-top:-30px;
	left:auto;
	right:0;
	padding-right:60px;
	width: 350px;
}

#tutor_name_div {
	/*
	position:absolute;
	margin-top:-16px;
	left:auto;
	right:0;
	padding-right:60px;	
	width: 350px;
	*/
}

.underline {
text-decoration: underline;
}

.invisible-table{
	background:none;
	border: none;
}
.invisible-table tr{
	background:none;
	border: none;
}
.invisible-table td{
	background:none;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	text-align: center;
}


.hyperlink
{
	margin-left: 20%;	
}


