/* General SEaChat Tags */
HR
{
  color: #ffcc00;
}
.scmt
{
  border: none;
}
.sctd1
{
  border: thin solid #cccccc;
  font-size:13px;
  color: #ffcc00;
}
.sctd2
{
  border: thin solid #cccccc;
  font-size:13px;
}
.rrin
{
  border: none;
}
.rrbut
{
  border: thin solid #cccccc;
  font-size:12px;
  background-color: #000000;
  color: #ffcc00;
}
.SC_error_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	font-variant: small-caps;
} /* Title at the top of all error pages */ 

.SC_error_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
} /* Text of the error on Error pages */

/* Room Roster Specific Tags (used on room roster only)*/
.SC_RR_illegalview_body {
	background-color: white;
	font-family : Arial, Helvetica, sans-serif;
} /* body tag for when no default rmrost1.txt exists */

.SC_RR_roster_table {
	border : none;
} /* Main table for displaying rooms and occupants */

.SC_RR_allroompage_text {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
} /* Text below table for sending page to all rooms */

.SC_RR_page_A {
	font-family: Arial, Helvetica,ffcc00 sans-serif;
	font-size: 14px;
	font-weight : bold;
} /* "P" Anchor for sending a page */

.SC_RR_roomname_cell {
  	color: #ffcc00;
  	border: thin solid #cccccc;
} /* TD Cell that contains the Room Name */
.SC_RR_roomname_title {
	color: #ffcc00;
	font-size: 20px;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
} /* Room Title */

.SC_RR_roominfo_A {
	color: #ffcc00;
	font : bold 14px Arial, Helvetica, sans-serif;
} /* Optional Info Anchor for Room */

.SC_RR_roommax_text {
    color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} /* Max occupancy text for Room */

.SC_RR_roomdesc_text {
	color: #ffcc00;
   	margin-top: 0; 
   	margin-bottom: 0;
   	font-family: Arial, Helvetica, sans-serif; 
   	font-size: 12px; 
} /* Room description text */

.SC_RR_roomclosed_cell {
	color: white;
	font-size: 20px;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
} /* TD Cell used when the Room is Closed */
	 
.SC_RR_player_cell {
	border: thin solid #cccccc;
} /* TD Cell for a player in the room */

.SC_RR_playername_A {
    	text-decoration: none;
    	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} /* Name of Player if using an email anchor, anchor tag */

.SC_RR_playername_A:Hover {
    text-decoration: none;
    color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} /* Name of Player if using an email anchor, anchor tag */


.SC_RR_playername_no_A {
    color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} /* Name of Player if not using an email */

.SC_RR_playertitle_text {
    	color: #CCCCCC;
	margin-top: 0; 
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} /* Optional Title shown below player name */

/* Room Title Tags (in Message Frames)*/

.SC_roomtitle_title { 	
	font-size: 20px;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold; 
	} /* The room title */
	
.SC_roomtitle_info_A {
	font : bold 14px Arial, Helvetica, sans-serif;
} /* Optional Info Anchor Tag for room */
	 
.SC_roomtitle_text {
   margin-top: 0; 
   margin-bottom: 0;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
} /* Optional text about the room */


/* Standard Message Classes */
.SC_greeting_message { 
   font-weight: bold; 
   font-size: 18px; 
   color: #0000C0 
}
.SC_parting_message { 
   font-weight: bold; 
   font-size: 18px; 
   color: #0000C0 
}
.SC_boot_user_message { 
   font-weight: bold; 
   font-size: 18px; 
   color: #C00000 
}
.SC_ban_IP_message { 
   font-weight: bold; 
   font-size: 18px; 
   color: #C00000 
}
.SC_disable_user_message { 
   font-weight: bold; 
   font-size: 18px; 
   color: #C00000 
}
.SC_pager_message { 
   color: #FF0000 
}
.SC_private_pager_message { 
   color: #FF0000 
}
.SC_private_message { 
   color: #FF0000;
   font-size: 12px;
}
.SC_dice_roll_message { 
   color: #0000FF 
}
.SC_rock_paper_scissors_message { 
   color: #0000FF 
}
.SC_rock_paper_scissors_bomb_message { 
   color: #0000FF 
}
.SC_report_created_message { 
   font-weight: bold; 
   font-size: 18px; 
   color: #0000C0 
}


/* Submit Form Tags (in Message Frames)*/
.SC_submit_table {
	border : none;
} /* Main table in the Submit frame */

.SC_submit_button_cell {border: thin solid #cccccc; } /* TD Cell that contains the buttons across the top of the table */
.SC_submit_message_cell {border: thin solid #cccccc;  } /* TD Cell that contains the message text box */
.SC_submit_plist_cell {border: thin solid #cccccc;  } /* TD Cell that contains all logged on users */

.SC_submit_clear_button {   border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00;} /* Button for clearing or refreshing the Submit Frame */
.SC_submit_email_button {   border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00;} /* Button for setting the player email */
.SC_submit_loggoff_button {  border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00; } /* Button for logging off */
.SC_submit_boot_button {   border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00;} /* Button for Booting off a player */
.SC_submit_ban_button {   border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00;} /* Button for Banning an IP address */
.SC_submit_disable_button {  border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00; } /* Button for disabling a player ID */
.SC_submit_message_button {  border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00; } /* Send Message button */
.SC_submit_plist_button {  border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00; } /* Optional button to refresh the player list */

.SC_submit_cb_as_system { } /* Checkbox for Anonymous message */
.SC_submit_cb_plist { } /* CheckBoxes for players in the list*/

.SC_submit_ta_message {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
} /* Message TextArea Box */

.SC_submit_form_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
} /* Text for emotion pack and/or anonymous check boxes etc, anything below the text box */
	
.SC_submit_plist_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #ffcc00;
} /* Note at top of Cell that tells what mode you are in (private messages allowed or not) */
	 
.SC_submit_plist_small_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #ffcc00;
} /* Sub Note */

.SC_submit_playername_A {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
    color: #ffcc00;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */
.SC_submit_playername_A:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
    color: #AD00AD;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */
.SC_submit_playername_A:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
    color: #AD00AD;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */
.SC_submit_playername_A:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */


.SC_submit_me_playername_A {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
   font-weight: bold;
    color: #ffcc00;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */

.SC_submit_me_playername_A:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
   font-weight: bold;
    color: #AD00AD;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */

.SC_submit_me_playername_A:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
   font-weight: bold;
    color: #AD00AD;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */

.SC_submit_me_playername_A:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
   font-weight: bold;
    color: #ffcc00;
    text-decoration: none;
}  /* player name in the list that have a email anchor, anchor tag */


.SC_submit_playername_no_A { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
    color: #cccccc;
} /* player name in the list that don't have an email anchor */
	
.SC_submit_me_playername_no_A { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
   font-weight: bold;
    color: #cccccc;
} /* player name in the list that don't have an email anchor */

/* Displaying Messages Tags (in Message Frame and Admin Reports Tools)*/
.SC_message_refresh_button { } /* Refresh button on Message Display frame when refresh rate is 0 */

.SC_message_table {
	border : 0px;
} /* Table Messages are displayed in */
.SC_new_message_table {
	border : 0px;
   background-color : #f0f0f0;
} /* Table New Messages are displayed in when new bar is enabled*/

.SC_message_info_cell { } /* TD Cell that contains the sender info of the message */
.SC_new_message_info_cell { } /* TD Cell that contains the sender info of the new message when new bar enabled*/
.SC_message_sentfrom_player { 
   margin-top: 0; 
   margin-bottom: 0; 
   font-weight : bold;
   font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
} /* Do Not change font color on this class it is set in the admin tool, sender name */

.SC_message_sentfrom_ID {
	margin-top: 0; 
   margin-bottom: 0; 
   font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #006600;
} /* Optional ID and IP text displayed bellow the player name */

.SC_message_sentfrom_time { 
	margin-top: 0; 
   margin-bottom: 0; 
   font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #006600;
	} /* time info displayed bellow the player name */
	
.SC_message_text_cell {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
} /* TD Cell that contains the actual message */

.SC_new_message_text_cell {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
} /* TD Cell that contains the actual new message when new bar enabled*/

/* Dice Pack Tags (in Message Frames)*/
.SC_DP_validation_text { 
	margin-top: 0; 
	margin-bottom: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
} /* text that appears below the time in the message */

.SC_submit_dice_cell {\
   border: thin solid #cccccc;
   color: #ffcc00;
  text-align: center;
} /* TD cell in the submit frame */

.SC_submit_in_dice_num { } /* Input box for number of dice */
.SC_submit_in_dice_type { } /* Input box for type of dice */
.SC_submit_dice_button 
{ border: thin solid #cccccc;
  font-size:12px;
  background-color: black;
  color: #ffcc00;
  
} /* Send Dice button in Submit Frame */
.SC_submit_RPS_button { } /* Send RPS button */
.SC_submit_RPSB_button { } /* Send RPSB button */

/* Report Pack Tags (in Message Frames and Admin Reports Tool, Report Pack Required)*/
.SC_submit_report_button { } /* button for reports on submit frame */
.SC_RP_title { } /* title used at the top for the report */
.SC_RP_info_text { } /* details about the report before messages are listed */

/* Emotion Pack Specific Tags (in Message Frames and Admin Reports Tool, Emotion Pack Required)*/
.SC_EP_cb_bold { } /* checkbox for bold emotion pack form */
.SC_EP_cb_italic { } /* checkbox for italic emotion pack form */
.SC_EP_sel_size { } /* drop down for size emotion pack form */
.SC_EP_sel_color { } /* drop down for color emotion pack form */
.SC_EP_sel_template { } /* drop down for template emotion pack form */

.SC_EP_B {
	font : bold;
} /* #B,Bold Checkbox */

.SC_EP_I {
	font : italic;
} /* #I,Italic Checkbox */

.SC_EP_U {
	text-decoration : underline;
} /* #U */

.SC_EP_url_A {
} /* #L */

.SC_EP_mail_A {
} /* #M */
	 
.SC_EP_fontsize_smaller { font-size : 12px;} /* #S1,Smaller Size Drop Down -- smaller than SC_EP_fontsize_small */	 
.SC_EP_fontsize_small {font-size : 13px; } /* #S2,Small Size Drop Down -- smaller than SC_EP_fontsize_normal */ 
.SC_EP_fontsize_normal {font-size : 14px; } /* #S,#S3,Normal Size Drop Down -- Should be the default message size (same as SC_message_text_cell) */
.SC_EP_fontsize_big { font-size : 18px;} /* #S4,Big Size Drop Down -- bigger than SC_EP_fontsize_normal */
.SC_EP_fontsize_bigger { font-size : 22px;} /* #S5,Bigger Size Drop Down -- bigger than SC_EP_fontsize_big */

/* Pager Specific Tags (used on pager only, pager pack required)*/
.SC_PG_pagersuccess_text { } /* Text shown when sending a pager message succeeds */
.SC_PG_sendpage_title { } /* Title on the Pager page */
.SC_PG_pagerform_table { } /* Table for entering page info */
.SC_PG_pagerfield_text { } /* TD cells for text (display name, account name, password) */
.SC_PG_pagerfield_input { } /* TD cells for input fields (display name, account name, password) */
.SC_PG_pagerfield_message { } /* TD cell for message text area */ 
.SC_PG_submit_form_text {color: #ffcc00; } /* Text bellow the message text box (emotion pack form) */
.SC_PG_ta_message { } /* Text area for message */
.SC_PG_in_dname { } /* Input box for Display Name */
.SC_PG_in_aname { } /* Input box for account name */
.SC_PG_in_pass { } /* Password box for password */
.SC_PG_bt_send { } /* Send Button */

/* Signon Error or Warning Tags (Frameless Mode entry page) */
.SC_frameless_A { } /* Anchor tag when entering Frameless mode */

