html, body {
    height: 92%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.box_around_me{
	border: #ccc solid 2px;
	padding: 0px 20px;
	background-color: #eee;
}
.table_list_small{
	font-size: 8pt;
}
#topbar_black {
	text-align: left;
	margin: 0;
	padding: 0.6em 0.5em 0.4em;
	background-color: #000;
	color: #000;
	font-weight: normal;
	font-size: 1.75em;
	border-bottom: 8px solid #CCC;
}
#topbar_black_address{
	float: right;
	text-align: right;
	margin-top: -100px;
	margin-right: 40px;
	padding-right: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	z-index: 10;
}
#topbar_black_exitbutton{
	float: right;
	text-align: right;
	margin-top: -100px;
	padding-right: 4px;
	z-index: 11;
	width: 32px;
}
#topbar_sub_navigation{
	float: right;
	text-align: right;
	margin: -12px 0px 10px 0px;
	padding: 3px;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	z-index: 12;
	border: #ddd solid 2px;
	background-color: #eee;
}
#myContainer {
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #fff;
	width: 100%;
	height: 100%;
}
#myInsider{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding: 0px 0px 10px 0px;
}
.textbox0001 {
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textbox_msgpad {
	width:220pt;
	height: 30px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textbox_msgpad_138 {
	width:138pt;
	height: 30px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textbox_msgpad_320 {
	width:320pt;
	height: 30px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textarea_msgpad {
	width:220pt;
	height: 80px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textarea_msgpad_320 {
	width:320pt;
	height: 472px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textarea_msgpad_420 {
	width:320pt;
	height: 320px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.select_msgpad {
	width:226pt;
	height: 36px;
	font-size: 14pt;
	background-color:#F5F6F7;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.select_msgpad_190 {
	width:144pt;
	height: 36px;
	font-size: 14pt;
	background-color:#F5F6F7;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.select_msgpad_tiny {
	width:80pt;
	height: 18px;
	font-size: 6pt;
	background-color:#F5F6F7;
	color: #999999;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.button_msgpad {
	background: url('../images/bg_form_submit.png') no-repeat;
	border: #ddd solid 1px;
	padding-left: 50px;
	margin-top: 10px;
	width: 300px;
	height: 24pt;
	color: #DE5F00;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	cursor:pointer;
}
.button_msgpad_plain {
	background: url('../images/bg_form_submit_plain.png') no-repeat;
	border: #ddd solid 1px;
	padding-left: 20px;
	margin-top: 10px;
	width: 190px;
	height: 24pt;
	color: #DE5F00;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	cursor:pointer;
}
.label_msgpad {
	color: #666666;
	font-weight: bold;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
.label_msgpad_username {
	color: #666666;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/bg_form_label_username.png') no-repeat left top;
}
.label_msgpad_password {
	color: #666666;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/bg_form_label_password.png') no-repeat left top;
}
.label_msgpad_action {
	color: #666666;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/btn_next.png') no-repeat left top;
}
.label_msgpad_comments {
	color: #666666;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/bg_form_label_comments.png') no-repeat left top;
}
#myShadowbox_msgpad{
	background: url('../images/bg_rmp.jpg') no-repeat center top;
	margin: 0 auto;
	width: 486px;
	height: 600px;
	padding: 20px 20px 20px 20px;
}
#rogLightBoxBG {
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	z-index: 100;
	display: none;
	background-color: #f00;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	// first - opacity for new ie browsers
	filter: alpha(opacity=50);						// second - opacity for other ie browsers
	-moz-opacity:0.5;							//opacity for other browsers
 }
#rogLightBoxCenterer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 102;
	margin: 0;
	padding: 0;
	display: none;
	text-align: center;
}
#rogLightBoxContent {
	width: 640px;
	height: 560px;
	margin: 120px auto;
	padding: 12px;
	background-color: #fff;
	border: #ccc solid 10px;
}
#rogLightBoxButtonBox {
	float: right;
	margin: 90px 0px 0px 10px;
	padding: 5px;
	z-index: 103;
	background-color: #eee;
	border: #ccc solid 2px;
}
#Layer_PrivateKEEPOUT{
	display: none;
	visibility: hidden;
}
#Layer_SearchTICKET{
	display: none;
	visibility: hidden;
}
#Layer_SearchCOMPANY{
	display: none;
	visibility: hidden;
}
#Layer_TicketENTRY{
	display: none;
	visibility: hidden;
}
#Layer_TicketADDED{
	display: none;
	visibility: hidden;
	
}

/********** ROG SEARCH BOX **********/
#rogLightSearchBoxBG {
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	z-index: 100;
	display: none;
	background-color: #000;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	// first - opacity for new ie browsers
	filter: alpha(opacity=50);						// second - opacity for other ie browsers
	-moz-opacity:0.5;							//opacity for other browsers
 }
#rogLightSearchBoxCenterer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 102;
	margin: 0;
	padding: 0;
	display: none;
	text-align: center;
}
#rogLightSearchBoxContent {
	width: 94%;
	height: 80%;
	margin: 120px auto;
	padding: 12px;
	background-color: #fff;
	border: #000 solid 6px;
}
#rogLightSearchBoxButtonBox {
	float: right;
	text-align: right;
	margin-top: -60px;
	padding-right: 4px;
	z-index: 11;
	width: 32px;
}
