@CHARSET "UTF-8";

.pg3ws_body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana;
}

.pg3ws_events_table {
  font-family: Verdana;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #a4a4a4;
}

.pg3ws_events_list_table {
	width: 100%;
	color: #FFFFFF;
	font-size: 11px;
}

.pg3ws_events_list_table tr:hover {
	background-color: #333333;
}

.pg3ws_events_list_table th {
	color: #c2b46b;
	text-align: left;
	border-top: 2px solid #856323;
	border-bottom: 2px solid #856323;
}

.pg3ws_events_list_table td {
	padding: 2px;
	color: #FFFFFF;
}

.pg3ws_event_details_row {
	display: none;
}

tr.pg3ws_event_details_row:hover {
	background-color: transparent;
}

.pg3ws_event_details {
	background-color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}

.pg3ws_event_details_table {
	width: 100%;
	border: 2px solid #a4a4a4;
	padding: 5px;
	background-color: #444444;
}

.pg3ws_event_details_table tr:hover {
	background-color: transparent;
}

.pg3ws_event_details_table th {
	border: 0px;
}

.pg3ws_event_details_subtable tr:hover {
	background-color: transparent;
}

.pg3ws_event_details_subtable td {
	vertical-align: top;
}

.pg3ws_event_details_subscriptions_table {
	width: 100%;
	border: 2px solid #a4a4a4;
	background-color: #444444;
}

.pg3ws_event_details_subscriptions_table tr:hover {
	background-color: #333333;
}

.pg3ws_event_details_subscriptions_table th {
	border: 0px;
	text-align: center;
	border-bottom: 1px solid #856323;
}

.pg3ws_event_details_classnroles_table {
	width: 100%;
	border: 2px solid #a4a4a4;
	background-color: #444444;
}

.pg3ws_event_details_classnroles_table th {
	border: 0px;
	text-align: center;
	border-bottom: 1px solid #856323;
}

.pg3ws_event_details_classnroles_table td {
	border: 2px solid #666666;
}

.pg3ws_event_details_classnroles_table tr:hover {
	background-color: #333333;
}

.pg3ws_event_details_classnroles_table_header td {
  font-size: 11px;
	color: #c2b46b;
	text-align: center;
}

.pg3ws_event_details_classnroles_table_seperator td {
	background-color: #66666;
}

.WS_TH {
  background-image: none;
  background-color: transparent;
  text-align: left;
  height: 14px;
 	color: #c2b46b;
  font-size: 11px;
  font-weight: bolder; 
}

.WS_EventHeader {
  height: 14px;
  text-align: left;
 	color: #ffffff;
  font-size: 11px; 
}

.gem3_alert {
  font-size: 12px;
}

.ws_menu {
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    border: 3px;
    border-color: rgb(100,100,100);
    border-style: solid;
}
.ws_menu_cell {
  text-align: center;
  text-decoration: none;
  padding:5px;
  background-color: rgb(75,75,75);
  color: white;
}

.ws_menu_cell:hover{
    background-color: white;
    color: black;
    cursor : pointer;   
}

.no_subs {
  color: white;
}

.pending_subs {
  color: #00FFFF;
}

.titular_subs {
  color: #00FF00;
}

.substitute_subs {
  color:#FFD919;
}

.replacement_subs {
  color: #0080FF;
}

.not_coming_subs {
  color: #CCA36B;
}