		html {
			font-size:75%;
		}
		body {
			background:#ffffff url(/themes/sipschool_tr/img/bgfade.png) repeat-x;
		}
		img {
			border:0px;
		}
		#wrapper {
			width:1000px;
			height:100%;
			margin:0px auto;
			overflow:auto;
		}
		#left a {
			text-decoration:none;
		}
		h1 {
			font-size:1.4em;
			margin:20px 0px;
		}
		hr {
			border:0px;
			border-bottom:1px dashed #999999;
		}
		.client {
			padding:8px;
		}
		table th,table td {
			padding:6px;
		}
		.loggedin {
			padding:2px;
		}
		#login {
			font-size:75%;
			height:123px;
		}
		#login label {
			width:80px;
		}
		#login input[type=text],#login input[type=password] {
			width:100px;
			font-size:0.9em;
		}
		#coursetabs {
			font-size:85%;
		}
		legend {
			font-size:120%;
			font-weight:bold;
		}
		.input {
			display:block;
			padding:4px;
			clear:both;
		}
		.input label {
			float:left;
			width:150px;
		}
		.input input, .input select {
			width:200px;
			padding:2px 0px 2px 6px;
			float:left;
		}
		.formadvice {
			float:left;
			color:#cc0000;
			font-size:90%;
		}
		.button {
			text-decoration:none;
			padding:4px;
		}
		.strapline {
			float:left;
			font-size:150%;
			font-weight:bold;
			padding-top:8px;
			text-align:center;
			height:82px;
			width:359px;
		}
		.actions {
			display:block;
			border-top:1px dashed #cccccc;
			margin-top:20px;
			padding-bottom:10px;
		}
		#main {
		 position:relative;
		 overflow:auto;
		 padding:4px;
		}
		#left {
			float:left;
			width:202px;
			padding:6px;
		}
		.content {
			float:right;
			display:block;
			overflow:auto;
			width:748px;
		}
		#footer {
			clear:both;
			display:block;
			padding:6px;
			margin:4px;
			font-size:90%;
			text-align:right;
		}