* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	/* color: #85859c; */
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #808080;
}

canvas{
    background-position: center;
    background-size: 100% 100%;
}

#container {
	margin: 0 auto;
	width: 1050px;
	border-color: #9e9ec3;
	border-width: 0px 0px 0px;
	border-style: solid;
	background-color: #ffffff;
}

/* Page Header */

#page_header {
	width: 1020px;
	height: 150px;
	color: #ffffff;
	overflow: hidden;
}

#page_header_left {
	width: 250px;
	height: 90px;
	color: #e1e1e1;
	overflow: hidden;
	float: left;
}

#page_header_right {
	width: 800px;
	height: 90px;
	color: #e1e1e1;
	overflow: hidden;
	/* float: right; */
}

#page_header_right .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}

#page_header_right h2 {
	text-align: right;
	font-size: 30px;
	padding-top: 20px;
	padding-right: 20px;
	color: #12147b;
}

#login_box {	
	width: 600px;
	height: 300px;
	margin: 25px auto 40px auto;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #e1e1e1;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#login_box h2 {
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 15px;
	color: #12147b;
}
#login_box h3 {
	text-align: center;
	font-size: 16px;
	padding-bottom: 15px;
	color: #12147b;
}
#login_box p {
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
	color: #12147b;
}
#login_box input {
	text-align: left;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	color: #12147b;
}
#login_box .button {
	margin: 20px 20px 20px 0px;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	color: #003366;
	width: 100px;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;
}

#login_box .button:hover {
	margin: 20px 20px 20px 0px;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	color: #efefef;
	width: 100px;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;
}

/* LOGIN BOX 2 IS A TEST FOR PUTTING AN IMAGE BEHIND THE LOGIN BOX */

#login_box_main {	
	width: 750px;
	height: 500px;
	margin: 25px auto 40px auto;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	/* background-color: #e1e1e1; */
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	border-radius: 25px;
  	background: url('/images/coverbike2.jpg');
  	background-position: center center;
  	background-repeat: none;
}

#login_box2 {	
	width: 500px;
	height: 325px;
	/* margin: 0px 246px 0px 0px; */
	margin: 85px auto auto auto;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: rgba(190, 190, 190, 0.85); 
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	border-radius: 25px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	
}


#login_box2 h2 {
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 15px;
	color: #12147b;
}
#login_box2 h3 {
	text-align: center;
	font-size: 16px;
	padding-bottom: 15px;
	color: #12147b;
}
#login_box2 p {
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
	color: #12147b;
}
#login_box2 input {
	text-align: left;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	color: #12147b;
}
#login_box2 .button {
	margin: 20px 20px 20px 0px;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	color: #003366;
	width: 100px;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;
}

#login_box2 .button:hover {
	margin: 20px 20px 20px 0px;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	color: #efefef;
	width: 100px;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;
}

/* END OF TEST LOGIN BOX 2 */

#sidebar {
	width: 220px;
	/* height: 100%; */
	/* height: 90px; */	
	background-color: #efefef;
	overflow: hidden;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* margin-right: 20px; */
	border: 1px;
}
#sidebar .button {
        display: inline-block;
        background-color: #55aaff;
        padding: 10px;
        margin-top: 10px;
        width: 200px;
        color: #ffffff;
        text-align: center;
        border: 4px double #0000ff;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
      }
      
#sidebar .button2 {
        display: inline-block;
        background-color: #55aaff;
        padding: 8px;
        margin-top: 10px;
        margin-left: 20px;
        width: 160px;
        color: #ffffff;
        text-align: center;
        border: 4px double #0000ff;
	border-radius: 10px; 
	font-size: 16px; 	
	cursor: pointer;
      }
      
#sidebar .button3 {
        display: inline-block;
        background-color: #0000ff;
        padding: 10px;
        margin-top: 10px;
        width: 200px;
        color: #ffffff;
        text-align: center;
        border: 4px double #0000ff;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
      }

#sidebar .button4 {
        display: inline-block;
        background-color: #0000ff;
        padding: 8px;
        margin-top: 10px;
        margin-left: 20px;
        width: 160px;
        color: #ffffff;
        text-align: center;
        border: 4px double #0000ff;
	border-radius: 10px; 
	font-size: 16px; 	
	cursor: pointer;
      }

#main_content {
	/* margin-right: 2px; */
	width: 800px;
	/*height: 100%; */
	text-align: left;
	background-color: #ffffff;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}

#main_content .pagenumbers {
	padding-top: 30px;
	margin-bottom: 2px;
	height: 20px;
	width: 750px;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 13px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#main_content .pagenumbers a{
	text-decoration: none;
}

#main_content h2 {
	font-family: tahoma, arial, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	overflow: hidden;	
	text-align: left;
}

#main_content h3 {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	overflow: hidden;	
	text-align: left;
}

#main_content p, ul {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;	
	text-align: left;
}

#main_content ul {
	margin: 20px;
	line-height: 15px;
}

#main_content h3 .button {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	color: #003366;
	width: 75px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;
}

#main_content h3 .button:hover {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	color: #efefef;
	width: 75px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;
}

#main_content h3 .errorlabel {
	float: right;
	padding-right: 30px;
	font-size: 14px;
	line-height: 14px;
	color: #ff0000;
}

#main_content .infolabel {
	font-size: 14px;
	line-height: 14px;
	color: #003366;
	font-weight: bold;
}

#main_content .button {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 22px;
	color: #003366;
	width: 100px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;
}

#main_content .button:hover {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 22px;
	color: #efefef;
	width: 100px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;
}

#main_content .button2 {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 22px;
	color: #003366;
	width: 145px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;
}

#main_content .button3 {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 22px;
	color: #003366;
	width: 200px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;
}

#main_content .button2:hover {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 22px;
	color: #efefef;
	width: 145px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;
}

#main_content .button3:hover {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 22px;
	color: #efefef;
	width: 200px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;
}

#main_content .sm_right_button {
	float: right;
	margin: 0px 0px 0px 30px;
	font-size: 13px;
	line-height: 16px;
	color: #003366;
	width: 170px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;
}

#main_content .sm_right_button:hover {
	float: right;
	margin: 0px 0px 0px 30px;
	font-size: 13px;
	line-height: 16px;
	color: #efefef;
	width: 170px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;
}

#main_content .DelButton {
	float: right;
	margin: 0px 0px 0px 30px;
	font-size: 13px;
	line-height: 16px;
	color: #003366;
	width: 100px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;	
}

#main_content .DelButton:hover {
	float: right;
	margin: 0px 0px 0px 30px;
	font-size: 13px;
	line-height: 16px;
	color: #efefef;
	width: 100px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;	
}

#main_content .ExtraButton {
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 16px;
	color: #003366;
	width: 130px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #003366;
	background-color: #efefef;	
}

#main_content .ExtraButton:hover {
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 16px;
	color: #efefef;
	width: 130px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-width: thin;
	border-color: #efefef;
	background-color: #003366;	
}

#main_content .errortextbox {
	background-color: #FFFFFF;
}

#main_content .errortextbox:focus {
	background-color: #FFCCCC;
}

#main_content .fakedisabled {
	background-color: #eeeeee;
	border: #ffffff;
}

#main_content .fakedisabled:focus {
	background-color: #eeeeee;
	border: #ffffff;
	outline: none;
}

#main_content .DropHere {
        display: inline-block;
        background-color: #ffffff;
        padding-left: 40px;
        padding-right: 40px;
        padding-top:20px;
        padding-bottom:20px;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px
        width: 160px;
        color: green;
        text-align: center;
        border: 4px dashed green;
	border-radius: 10px; 
	font-size: 16px; 	
	cursor: pointer;
}

#main_content td {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #003366;
	background-color: #e6f2ff;
}

#main_content td textarea{
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-size: 14px;
	font-family: tahoma, arial, sans-serif;
	line-height: 17px;
	color: #000000;
	background-color: #ffffff;
}

#main_content td a {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #003366;
	text-decoration: none;
}

#main_content td a:hover {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #12147B;
	text-decoration: none;
}

#main_content th {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 35px;
	color: #003366;
}

#main_content th a {
	margin: 0px 0px 0px 0px;
	padding-bottom: -5px;
	text-align: left;
	font-size: 14px;
	line-height: 35px;
	color: #003366;
	text-decoration: none;
}
#main_content th .button {
        display: inline-block;
        background-color: #55aaff;
	color: #003366;
        text-align: left;
        border: 0px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;	
	line-height: 35px;
}

#main_content th .button:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 14px;
	line-height: 35px;
	color: #FFFF00;
	text-decoration: none;
}

#ceDOL_container {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	color: #003366;
	/* background-color: #e6f2ff; */
}

#ceDOL_container td {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	color: #003366;
	background-color: #ffffff;
}

#user_content {
	width: 98%;
	text-align: left;
	font-size: 20px;
	line-height: 25px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#user_content p {
	margin-bottom: 20px;
}

#user_content h2 {
	font-family: tahoma, arial, sans-serif;
	font-size: 24px;
	margin-bottom: 5px;	
	text-align: left;
}

#user_content h3 {
	font-family: tahoma, arial, sans-serif;
	font-size: 22px;
	margin-bottom: 5px;
	overflow: hidden;	
	text-align: left;
}

#user_content td {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-size: 15px;
	line-height: 16px;
	color: #003366;
	
}

#user_content .button {
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 25px;
	color: #003366;
	width: 150px;
	height: 40px;
}

#user_content textarea{
	font-family: tahoma, arial, sans-serif;
	font-size: 15px;
	padding: 5px;
	}
	
#user_content input {
	font-family: tahoma, arial, sans-serif;
	font-size: 17px;
	padding: 5px;
	}
	
#user_content p.smaller {
	font-size: 12px;
	margin-bottom: 20px;
}

#main_content .ajax__fileupload_selectFileContainer {
	height: 35px;
	width: 120px;
}

#user_content .ajax__fileupload_selectFileContainer {
	height: 35px;
	width: 120px;
}

#main_content .ajax__fileupload_selectFileButton {
	font-size: 18px;
	width: 120px;
	height: 35px;
	padding-top: 5px;
}

#user_content .ajax__fileupload_selectFileButton {
	font-size: 18px;
	width: 120px;
	height: 35px;
	padding-top: 5px;
}

#user_content .ajax__fileupload_fileItemInfo .removeButton {
	font-size: 18px;
	width: 120px;
	height: 35px;
	padding-top: 10px;
}

#main_content .ajax__fileupload_fileItemInfo .removeButton {
	font-size: 18px;
	width: 120px;
	height: 35px;
	padding-top: 10px;
}

#user_content .ajax__fileupload_fileItemInfo .uploadButton {
	font-size: 18px;
	width: 120px;
	height: 35px;
	padding-top: 5px;
}

#main_content .ajax__fileupload_fileItemInfo .uploadButton {
	font-size: 18px;
	width: 120px;
	height: 35px;
	padding-top: 5px;
}

#main_content .ajax__fileupload_fileItemInfo {
	height: 40px;
}

#user_content .ajax__fileupload_fileItemInfo {
	height: 40px;
}

#user_content .ajax__fileupload_uploadbutton {
	height: 33px;
	width: 120px;
	font-size: 18px;	
	padding-top: 10px;
	margin-right: 5px;
}

#main_content .ajax__fileupload_uploadbutton {
	height: 33px;
	width: 120px;
	font-size: 18px;	
	padding-top: 10px;
	margin-right: 5px;
}

#main_content .ajax__fileupload_footer {
	height: 40px;
}

#user_content .ajax__fileupload_footer {
	height: 40px;
}

#main_content .ajax__fileupload_fileItemInfo {
	font-size: 12px;
}

#user_content .ajax__fileupload_fileItemInfo {
	font-size: 12px;
}

#upgrades .UpgradesTableShown {
	display: table-row;
}

#upgrades .UpgradesTableHidden {
	display: none;
}

.para_chooser input {
	display: block;
	float:left;
	margin-left: 0px;
}

.para_chooser label {
	display: block;
	position: relative;
	margin-left: 30px;
}

.clearboth {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#page_footer {
	text-align: center;
	background-color: #ffffff;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	padding-bottom:10px;
	padding-top:20px;
}