body {
	font-family: Verdana, sans-serif;
	background: #2693ff;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 12px;
}

img {
	border: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
	display: none;
}

h2 {
	padding: 0px;
	margin: 0px;
	display: none;
}

h3 {
	font-size: 32px;
	color: #4da6ff;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	padding: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	word-wrap: break-word;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	word-wrap: break-word;
}

a:link {
	text-decoration: none;
	color: #0265b1;
}

a:visited {
	text-decoration: none;
	color: #0265b1;
}

a:hover,a:active {
	text-decoration: underline;
	color: #0000FF;
}

li {
	list-style-type: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/*------------------------------ LAYOUT ------------------------------*/
#container {
	background: #bfdfff;
	text-align: left;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	padding-bottom: 10px;
	margin: auto;
	width: 900px;
}

#header {
	width: 900px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#content {
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	width: 660px;
}

#navigation {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 20px;
}

#footer {
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin: auto;
	width: 900px;
}

/*-------------------- FOOTER DETAILS -----*/
#footer a:link,#footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover,#footer a:active {
	text-decoration: underline;
	color: #ffffff;
}

.leftAligned {
	float: left;
}

.rightAligned {
	float: right;
	text-align: right;
}

.iconAndText {
	line-height: 20px;
	float: left;
}

.footerIcon {
	fill: #ffffff;
	float: left;
	height: 20px;
	width: 20px;
	padding-left: 1px;
	padding-right: 5px;
}

.floatSpace {
	height: 1px;;
	width: 20px;
	float: left;
}

/*-------------------- HEADER DETAILS -----*/
#textlogo {
	font-size: 268px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	padding: 0px;
	margin: auto;
	top: -148px;
	left: -22px;
	height: 96px;
}

#logo {
	position: relative;
	margin: auto;
	width: 900px;
}

.svglogo {
	width: 900px;
	background-color: #FFBB44;
}

#logobar {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 96px;
	left: 0px;
	height: 10px;
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	background-color: #A1A1A1;
}

#header_space {
	height: 106px;
}

#logo_fullwidth {
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 106px;
	width: 100%;
	padding: 0px;
	margin: auto;
	z-index: -1;
	background-color: #FFBB44;
}

/*------------------------------ CONTENT ------------------------------*/
.message {
	background-color: #99ccff;
	border-color: #4da6ff;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.table_basic {
	width: 100%;
	border-collapse: collapse;
	border-color: #DDDDDD;
	border-width: 0px;
	border-style: solid;
}

.table_basic tr {
	height: 24px;
	border-color: #AAAAAA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
}

.table_basic th {
	background-color: #EEEEEE;
	color: #777777;
	text-align: left;
}

.td_enabled {
	background-color: #FFFFFF;
	color: #00d016;
	font-weight: bold;
}

.td_disabled {
	background-color: #FFFFFF;
	color: #f70700;
	font-weight: bold;
}

.boxWithIcon {
	background-color: #EEEEEE;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-radius: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
}

.boxWithIcon a {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 6px;
	vertical-align: middle;
}

.boxWithIcon a:hover {
	background-color: #DDDDDD;
}

.boxWithIcon_icon {
	width: 24px;
	height: 24px;
	float: left;
}

.boxWithIcon_icon svg {
	fill: #555555;
	height: 24px;
	width: 24px;
}

.boxWithIcon_iconText {
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.member_row {
	vertical-align: middle;
	background-color: #eeeeee;
	border-color: #999999;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	width: auto;
	overflow: auto;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
}

.member_name {
	float: left;
	width: 170px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.member_email {
	float: left;
	width: 430px;
	word-wrap: break-word;
	padding-top: 2px;
	padding-bottom: 2px;
}

.member_delete {
	float: left;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}

.member_delete svg {
	fill: #555555;
	height: 20px;
	width: 20px;
}

.event_list {
	border-color: #73b9ff;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	margin-left: 20px;
	width: 580px;
}

.event_container {
	background: #eeeeee;
	border-radius: 5px;
	border-color: #99ccff;
	border-width: 1px;
	border-style: solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.event_content {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.event_name {
	width: 390px;
	margin-left: 20px;
}

.event_toolbar {
	height: 8px;
	clear: both;
}

.event_toolbar_iconarea {
	background: #eeeeee;
	padding-left: 3px;
	padding-right: 0px;
	float: right;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tool_icon {
	fill: #555555;
	float: left;
	width: 32px;
	height: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.event_status {
	width: 40px;
	text-align: right;
	vertical-align: top;
}

.textinput_post {
	font-size: 13px;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.textinput {
	font-size: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.grid_only {
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.grid_only td {
	padding: 0px;
	margin: 0px;
}

.post_row {
	border-color: #999999;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	width: auto;
	overflow: auto;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	margin: 0px;
}

.post_accept {
	background-color: #e3ffe6;
}

.post_decline {
	background-color: #ffe4e3;
}

.post_information {
	background-color: #fff8e3;
}

.post_outdated {
	background-color: #DDDDDD;
}

.post_outdated span {
	color: #777777;
	text-decoration: line-through; 
}

.post_name {
	float: left;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.post_comment {
	float: left;
	width: 480px;
	word-wrap: break-word;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post_delete {
	float: left;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}

.post_delete svg {
	fill: #555555;
	height: 20px;
	width: 20px;
}

.box_standard {
	overflow-x: hidden;
	overflow-y: hidden;
	border-color: #99ccff;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-bottom: 10px;
}

.bg_content {
	background-color: #ffffff;
}

.bg_info {
	background-color: #f2f9ff;
}

.bg_delete {
	background-color: #ffaaaa;
	border-color: #ff4444 !important;
	text-align: center !important;
}

.qrcode {
	width: 185px;
	height: 165px;
	float: left;
}

.qrcodetext {
	float: left;
	width: 450px;
}

/*------------------------------ NAVIGATION ------------------------------*/
#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style-type: none;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#navigation ul a {
	color: #0265b1;
	display: block;
}

#navigation ul a:hover {
	color: #0265b1;
	text-decoration: none;
	background-color: #f2f9ff;
}

#navigation img {
	vertical-align: middle;
}

.navi_title {
	font-size: 32px;
	font-weight: bold;
	color: #006dda;
	padding: 0px;
	padding-bottom: 10px;
}

.navi_content {
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #e6f2ff;
	border-color: #bfdfff;
	border-width: 0px;
	border-style: solid;
}

.navi_channel_container {
	margin-bottom: 10px;
	background-color: #e6f2ff;
	border-color: #bfdfff;
	border-width: 0px;
	border-style: solid;
}

.navi_channel_title {
	font-size: 16px;
	font-weight: bold;
	word-wrap: break-word;
}

.navi_channel_title a {
	display: block;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #73b9ff;
}

.navi_channel_title a:hover {
	text-decoration: none;
	background-color: #4da6ff;
}

.navi_channel_delete {
	border-color: #bfdfff;
	border-width: 0px;
	border-top-width: 1px;
	border-style: solid;
}

.navi_createchannel {
	font-size: 16px;
	background-color: #ffe6b9;
	border-color: #ffffff;
	border-width: 0px;
	border-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-bottom: 10px;
}

.navi_createchannel a {
	display: block;
}

.navi_icon {
	height: 32px;
	width: 32px;
	padding-left: 6px;
	float: left;
}

.navi_icon svg {
	fill: #555555;
	height: 32px;
	width: 32px;
}

.navi_icon_small {
	height: 32px;
	width: 26px;
	padding-top: 7px;
	padding-left: 12px;
	float: left;
}

.navi_icon_small svg {
	fill: #555555;
	height: 20px;
	width: 20px;
}

.navi_icontext {
	padding-top: 5px;
	padding-left: 10px;
	line-height: 32px;
}

.feature_item {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bigicon {
	fill: #555555;
	float: left;
	height: 64px;
	width: 64px;
	padding-right: 10px;
}

.icontext {
	
}

.bigiconsvg {
	width: 64px;
	height: 64px;
}