body {
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background-color:#f6f4ed;
}

.top {
	margin-top:20px;
}
h1 {
	font-size: 18px;
	background-color: #7eb0cb;
	color: #fff !important;
	font-weight: 300;
	/* text-transform: uppercase; */
	padding: 9px;
	background-color: #4f5467;
	text-align: center;
	color: #fff;
	padding: 11px 0px;
	margin: 0px;
}
.container .logo {
	width: 80px;
	display: inline-block;
	margin-bottom: -1px;
}
.side_bar {
	width: 20%;
	float: left;
}
.main {
	/* width: 78%; */
	/* float: right; */
	background: #fff;
	padding: 25px;
	margin-bottom: 15px;
}
.side_bar ul.first {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.side_bar ul.first li.fi {
	background-color: #7EB3CE;
	margin-bottom: 5px;
	padding: 7px;
	color: #fff;
	font-size: 13px;
}
.side_bar ul.first li.fi:hover {
	background-color: #178DCA;
}
ul.second {
	padding: 0 0px 0px 15px;
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
	color: #7EB3CE;
}
.clear {
	clear:both;
}
.top_nav {
	float: right;
	font-size: 12px;
	color: #666;
}

.headtitle {
	background-color: #535976;
	color: #fff;
	font-size: 14px;
	padding: 6px;
}
.headnotice {
	background-color: #EF3D6F;
	color: #fff;
	font-size: 13px;
	padding: 6px;
	font-weight:200;
	margin-top: 15px;
	margin-bottom:5px;
}
.notice {
	font-size: 12px;
	word-wrap: break-word;
}
.formlist {
	background-color: #999;
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
	padding: 5px;
	position: relative;
}
.formlist img {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.formlist:hover {
	background-color:#be1343;
}
.main h5 {
	font-size: 15px;
	margin: 24px 0px 10px 0px;
	font-weight: 600;
}
.main p {
	margin: 0 0 15px 0px;
	font-size: 13px;
}
.main input[type='text'], .main input[type='password'] {
	width: 98%;
	border: none;
	height: 26px;
	box-shadow: 0px 0px 1px #36B7BA;
	padding-left: 2%;
}
.main textarea {
	width: 97.5%;
	border: none;
	box-shadow: 0px 0px 1px #5d6381;
	height: 90px;
	resize: vertical;
	padding-left: 2%;
	padding-top: 1%;
}
.main select {
	width: 100%;
	border: none;
	height: 25px;
	box-shadow: 0px 0px 1px #36B7BA;
	text-transform: capitalize;
}
.main span {
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
.main input[type="submit"] {
	height: 30px;
	background-color: #ef3d6f;
	margin-bottom: 5px;
	padding: 7px;
	color: #fff;
	font-size: 13px;
	border: none;
	line-height: 18px;
}
.main input[type="submit"]:hover {
	background-color:#be1343;
	cursor:pointer;
}
.alert {
	background-color: #94bfd7;
	color: #fff;
	font-size: 13px;
	padding: 4px;
	margin-top: 5px;
}
.spacer {
	height:30px;
}
.astyle:hover {
	text-decoration:underline;
}
.floatleft {
	float: left;
	width: 50%;
}
.floatright {
	float: right;
	width: 50%;
}
.fright {
	float:right;
}
.main.hrun h5 {
	border-bottom: 1px solid #5a5e72;
	padding-bottom: 4px;
}
.norm {
	display: inline-block;
	font-size: 13px;
}
.op_boxes .boxes {
	background-color: #ef3d6f;
	width: 24.2%;
	height: 173px;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.op_boxes .boxes:hover {
	background-color: #be1343;
}
.op_boxes .boxes:nth-child(4n) {
	margin-right: 0;
}
.op_boxes .boxes .fa {
	margin-top: 45px;
	font-size: 40px;
	margin-bottom: 10px;
}
.op_boxes {
	margin-top: 10px;
}
.toptext {
	display: inline-table;
	color: #EF3D6F;
	margin-left: 10px;
	font-weight: 600;
	font-size: 15px;
}
table.usrstable {
	width: 100%;
	text-align: left;
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.usrstable input[type='password'] {
	width: 60%;
}
table.usrstable th {
	background: #36B7BA;
	color: #fff;
	padding: 10px;
}
table.usrstable tr:nth-child(2n) {
	background-color: #ddd;
	padding: 10px;
}
.addnotice {
	background-color: #36B7BA;
	color: #fff;
	padding: 7px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 15px;
}
.noticeform textarea {
	float: left;
	width: 85%;
	height: 65px;
}
.noticeform input[type="submit"] {
	float: right;
	width: 12%;
	height: 75px;
}
.noticeform {
	display:none;
}
.addnotice:hover {
	cursor:pointer;
	background-color: #07979A;
}
.del {
	float: right;
	background-color: #7EB3CE;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top:10px;
}
.del:hover {
	background-color:#178DCA;
	cursor:pointer;
}
.link {
	text-decoration:underline;
}
.space {
	margin-top: 45px;
}
.top_nav a:hover {
	text-decoration: underline;
}
table.styletable {
	width: 100%;
	font-size: 12px;
	border-spacing:0;
}
table.styletable th {
	background-color: #EF3D6F;
	color: #fff;
	font-weight: 400;
	padding: 3px;
	text-align:left;
}
table.styletable td {
	padding: 3px;
}
table.styletable tr:nth-child(2n + 3) {
	background-color: #36B7BA;
	color: #fff;
}
