/**
 *
 * Created by NEWEBG team
 * www.newebg.com
 * 28/July/2008
 *
 * Modified 9/December/2009
 *
 */

/* ~~~~~ general ~~~~~ */
html, body { width:100%; height:100%; margin:0; padding:0; }
body { text-align:left; background-color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#BBBBBB; }

img { border:0; vertical-align:top; }
.hidden { display:none; }

p {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;*/
	padding:0;
	margin-bottom:0;
	margin-top:0;
}


/* ~~~~~ layout settings ~~~~~ */
div { vertical-align:baseline; display:block; border:0; margin:0; padding:0; }
#v1wrapper { width:100%; height:100%; min-height:800px; position:absolute; }
#v1wrapper #flashcontent { top:0; bottom:0; width:100%; height:100%; min-height:800px; position:absolute; overflow:auto; text-align:center; }

/* ~~~~~ links ~~~~~ */
a { color:#CC3333; font-weight:normal; display:inline; text-decoration:none; }
a:hover { color:#CC3333; font-weight:normal; display:inline; text-decoration:none; }

/* ~~~~~ forms ~~~~~ */
input { border:1px solid #333; color:#000000; font-size:9px; height:13px; padding-left:3px; }

