@media screen {

#layout_login_bar {
	position:float;
	/*background-color: #ddd;*/
	display:table;
	width:99%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	border-bottom: 2px solid #0066CC;
	font-size: 70%;
}

#layout_permissions {
	position:float;
	display:table-cell;
	width:40%;
	float:left;
}

#layout_programmer {
	position:float;
	display:table-cell;
	width:30%;
	float:left
}

#layout_help {
	position:float;
	display:table-cell;
	width:30%;
	float:right;
}

#help {
    width:96%;
    /*border: 1px solid #000000;*/
    margin-top: 5px;
    padding-left: 2%;
}

#helpbox {
    height:100%;
    width:100%;
}

#layout_column_container_2 {
	background-color: #fff;
	display:table;
    float: left;
	width:100%;
	top:0px;
    /*overflow:hidden;*/
    position:relative;
}

#layout_column_container {
	background-color: #eee;
	display:table;
    float: left;
	position:relative;
    right: 82%;
	width:100%;
	/*top:0px;
    padding-right:0%;*/
	border-right: 2px solid #0066CC;
	/*border-bottom: 2px solid #0066CC;*/

}

#layout_column_left {
	display:table-cell;
	/*background-color: #fff;*/
	float:left;
	width:18%;
    position:relative;
    left:82%;
    overflow: hidden;
}

#layout_sidebar {
	position:float;
    padding-left: 2%;
    font-size:100%;
}

#layout_menu_button {
	display:none;
	width: 0px;
}

#layout_photo {
    display:block;
    width:100%;
    padding:2%;
    text-align: center;
}
	
	#clock {
		display:block;
		width:100%;
		text-align: center;
	}

#layout_framework {
    /*padding: 5%;*/
    text-align: center;
    width: 100%;
}

#layout_search {
    display:block;
}

#layout_column_right {
	background-color: #fff;
	display:table-cell;
	float:left;
	width:82%;
    position:relative;
    left:82.3%;

    /*overflow: hidden;*/
}

#layout_content {
	clear:both;
	position:float;
	padding-left:1%;
	/*padding: 1%;*/
    width: 98%;
	font-size: 80%;
}

#layout_footer {
	float:left;
	/*background-color:#aff;*/
	width:100%;
	border-top:10px solid:#FFF;
}

#layout_email_links {
	/*background-color:#0ff;*/
}

#layout_beta_output {
	/*background-color:#f0f;*/
}
	
	.small_text {
		font-size:50%;
	}


.menu_category_expanded_0, .menu_category_expanded_1, .menu_category_expanded_2, .menu_category_expanded_3 {
    width:98%;
    float:left;
    font-size:100%;
    font-weight:bold;
}

.menu_category_expanded_0 {
}

.menu_category_expanded_1 {
    padding-left: 5%;
}

.menu_category_expanded_2 {
    padding-left: 10%;
}

.menu_category_expanded_3 {
    padding-left: 15%;
}

.menu_category_contracted_0, .menu_category_contracted_1, .menu_category_contracted_2, .menu_category_contracted_3 {
    width:98%;
    float:left;
    font-size:100%;
    font-weight:bold;
}

.menu_category_contracted_0 {
}

.menu_category_contracted_1 {
    padding-left: 5%;
}

.menu_category_contracted_2 {
    padding-left: 10%;
}

.menu_category_contracted_3 {
    padding-left: 15%;
}


.menu_item_0, .menu_item_1, .menu_item_2, .menu_item_3 {
    font-size:100%;
    font-weight:normal;
}

.menu_item_0 {
}

.menu_item_1 {
    padding-left: 5%;
}

.menu_item_2 {
    padding-left: 10%;
}

.menu_item_3 {
    padding-left: 15%;
}
	
	.full_width {
		/*display: table;*/
		width: 100%;
	}
	
	#entry_athlete_details {
		float: left;
		width: 33%;
	}
	
	#print_errors {
		width: 100%;
		position: relative;
		clear:both;
		/*display:table;*/

	}

div.error {
	float: right;
	position: relative;
	clear:both;
	border: 1px solid red;
	padding: 3px;
	background: #FFFFCC;
	color: #AA0000;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
	width: 30%;
}

div.success {
	border: 1px solid green;
	padding: 3px;
	background: #EEFFEE;
	color: green;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
	width: 30%;
	float: right;
	position: relative;
}

}
