.new_ticket 	{ color : #1B6A9A;		text-align: center; margin-top: 0.5em; margin-bottom: 0.5em; font-weight: bold; 	FONT-SIZE: 16px; }
.new_ticket_box { border-style: solid; border-width: 1px 1px 1px 1px; border-color: #C2C2E7; margin: 5px; padding: 5px; background-color: #eef; }
a.ntl:link 		{	COLOR: #f00;	TEXT-DECORATION: none;	font-weight: bold; 	FONT-SIZE: 16px; }
a.ntl:visited 	{	COLOR: #f00;	TEXT-DECORATION: none;	font-weight: bold; 	FONT-SIZE: 16px; }
a.ntl:active 	{	COLOR: #f00;	TEXT-DECORATION: none;	font-weight: bold; 	FONT-SIZE: 16px; }
a.ntl:hover 	{	COLOR: #222; 	TEXT-DECORATION: underline;	font-weight: bold; 	FONT-SIZE: 16px; }

.ula_box {
    width:95%;
    text-align: left;
    height: 500px;
    overflow-x: scroll;
    padding: 10px;
}

.ula_box h2 {
    border: 0;
}

.status_button {
    display:inline-block;
    white-space: nowrap;
    -moz-border-radius: 3px; 
    border-radius: 3px;     
    position:relative;
    padding:2px 10px;
    margin: 0px;
    border: solid 1px #333;
    background-color: #3D54F7;
    font-size: 13pt;
}

a.status_button:link 		{	color:#fff; }
a.status_button:visited 	{	color:#fff; }
a.status_button:active 		{	color:#fff; }
a.status_button:hover 		{	color:#fff; }



.global_system_message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    position: relative;
    display: block;
    width:94%;
    margin: 2% auto;
    border-radius: 10px;
    border:4px solid #F9AC35;
    padding:40px 25px;
    background-color: #fff;
    z-index: 0;
}

.global_system_message p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
}

.global_system_message h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: #000;
    background-color: #fff;
    border:0px;
}

