/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:5px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#333355;
 }

 /* Boxes Styles */ 
 
DIV.CBOX {
	width:480px;
	padding:0;
	margin:15px;
	margin-top:10px;
	border:1px solid #dddddd;
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;
	}
	
DIV.CTITLE {
	height:20px;
	padding:4px;
	margin:0px;
	background-color:#687781;
	background-image: url(images/titlebg.gif);
	background-position: top left;
	background-repeat: repeat;
	border-bottom:1px dash #ddddee;
	color:white;font-size:8pt;font-weight:bold;
	text-shadow: 4px 4px black ;
	}
	
DIV.CSTUFF {
	padding:4px;
	margin:0px;
	background-color:white;
	background-image: url();
	background-position: top left;
	background-repeat: repeat;
	color:#333333;font-size:7pt;font-weight:normal;
	}
	
DIV {
	font-family: verdana, Helvetica, sans, Arial, sans-serif;
	font-size: 7pt;
	}
	
IMG.minipick {float:right;}
DIV.tright{float:right; padding:2px; border:1px dashed #aaaaaa;margin:10px;}
DIV.clipholder{padding:5px; border:1px dashed #aaaaaa;margin:10px;width:430;}
IMG {border:0px;margin:0px;}	
	
P {text-align:justify;}
P.DISCLAIMER {text-align:center;color:#888890;font-family:tahoma;padding:15px;}

	
A			{color:#777788;font-weight:bold;text-decoration:none;}
A:hover		{color:#777788;font-weight:bold;text-decoration:underline;}
A:active	{color:#777788;font-weight:bold;text-decoration:none;}
A:visited	{color:#777788;font-weight:bold;text-decoration:none;}

TABLE.phpshout_table {
	background-color:#FFFFFF; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#000000; /* Font colour in table */
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 1px dashed #D9D9D9;
	font-size:11px;
	}

TD.phpshout_posts {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding: 3px;
	}

TD.phpshout_2nd_posts {
	background-color: #FFFFFF;
	padding: 3px;
	}

TD.phpshout_form {
	padding:3px;
	}

INPUT.textfields {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 130px; /* Expand the text fields accordly with the width of your shoutbox */
	}

INPUT.buttons {
	background-color: #CCCCCC;
	color: #000000;
	border: 2px outset #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

P.error {
	color: #FF0033;
	font-weight: bold;
	}

A:LINK.phpshout_link { 
	text-decoration: none; 
	color: #000000; 
	}
A:VISITED.phpshout_link { 
	text-decoration: none; 
	color: #000000; 
	}
A:HOVER.phpshout_link { 
	text-decoration: underline; 
	color: #000000; 
	}

A:LINK img.smilies { 
	border: 0px solid #000000; 
	}
A:VISITED img.smilies { 
	border: 0px solid #000000; 
	}
A:HOVER img.smilies { 
	border: 0px solid #000000; 
	}