/* Hidden Pane */

div#hpane
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 0px;
	overflow: hidden;    /*IE*/
}

div.hidden_h
{
	visibility: hidden;
	height: 0px;
	overflow: hidden;   /*IE*/
}

/* TODO: FIX EIIE BUG */
div.hidden_h_head p.title
{
	/*height: 20px;*/
	/*line-height: 20px;*/
	/*padding-left: 5px;*/
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

div.hidden_h a.min
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
div.hidden_h a.min:hover
{
	text-decoration: underline;
}







div.hidden_h#msg p.title
{
}
div.hidden_h#msg p.body
{
    font-size: .9em;
    color: green;
    font-weight: bold;
}
div.hidden_h#err p.title
{
}
div.hidden_h#err p.body
{
    color: red;
    font-size: .9em;
    font-weight: bold;
}




/* Transcript */

div#trans

{
	height: 256px;
	text-align: center;
	overflow: hidden;
    font-size: .9em;
}

div#trans p.action
{
    font-style: italic;
    text-align: left;
    margin-bottom: 15px;
}

div#trans p.char
{
    /*text-decoration: underline;*/
    font-weight: bold;
    margin-bottom: 5px;
}

div#trans p.dialogue
{
    margin-left: 20px;
    text-align: left;
    width: 80%;
    margin-bottom: 15px;
}

div#trans p.blinks
{
    text-align: left;
}

div#trans p.blinks a
{
    color: gray;
/*    text-decoration: none;*/
}



div#charprofile1
{
    line-height: 15px;
}


div#credits h4
{
    font-size: 12px;
    font-weight: bold;
    display: inline;
}



div#email
{
/*	background-color: blue;*/
}

div#email div.email_opt
{
	margin-bottom: 5px;
}

div#email div#email_lft
{
	width: 300px;
	float: left;
	display: inline;
	/*background-color: white;*/
}

div#email p.comingsoon
{
    /*color: red;*/
    font-size:10px;
    /*margin-top: 40px;*/
    font-weight: bold;
}

div#email div.email_opt#email_from
{
}

div#email div.email_opt#email_to input.act
{
	position: relative;
	top: 3px;
	/*background-color: green;*/
}

/*TODO: fix this*/
* html div#email div.email_opt#email_to input.act
{
	z-index: 0;
	position: fixed;
	top: 0px;
}

div#email div.email_opt textarea#email_msg
{
	background: url(../img/back.gif);
	border: 0;
	width: 200px;
	height: 60px;
}

div#email div.email_opt#email_sendlist
{
}

div#email div.email_opt#email_sendlist select
{
	border: none;
	width: 200px;
}

div#email div.email_opt p.email_set
{
	float: left;
	display: inline;
	width: 60px;
	text-align: right;
	/*background-color: green;*/
	height: 20px;
	line-height: 19px;
	margin-right: 5px;
}

div#email div.email_opt input
{
	padding-top: 2px;
	height: 19px;
	/*background-color: lightblue;*/
	border: 0;
	border-bottom: 1px solid black;

}

div#email div.email_opt#email_buttons
{
	margin-top: 10px;
	margin-left: 10px;
}


div#dlep h1
{
	font-size: 11px;
	font-weight: bold;
	color: gray;
}

div#dlep div.dlopt
{
/*	background-color: red;*/
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

div#dlep div.dlopt img
{
	border: none;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#dlep div.dlopt h3.dltext,h4.dltext
{
	font-size: 16px;
	width: 100px;
	display: block;
	text-align: center;
}

div#dlep div.dlopt h4.dltext
{
	font-size: 14px;
}


/* Char Profile */

/* Characters */

div#chars
{
    margin-left: 10px;
    margin-top: 10px;
}

div#chars div.char
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline;
}

div#chars div.char a
{
	text-decoration: none;
	color: black;
}

div#chars div.char img
{
	border: 0px;
    width: 40px;
    height: 40px;
}

div#chars div.char h3
{
	text-align: left;
	font-size: 12px;
    width: 80px;
    /*background-color: green;*/
    margin-right: 0px;
    margin-bottom: 5px;
}

p.profiletext
{
	text-align: justify;
	font-size: .9em;
}

img.profileimg
{
	float: left;
	display: inline;
	padding-bottom: 10px;
	padding-right: 10px;
	
}
