@charset "utf-8";
/*General CSS  Declarations for PTVirtual.com*/

/*----------------Top Level Elements*/

html, body
{
	padding:0 0 0 0;
	margin:0 0 5px 0;
}
body
{
	background: #07456c url(../pub/images/wrapperbg2.jpg) top left repeat-x;
	border:none;
	color:#000000;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:70%; 
	line-height:1.2em;
	text-align:center;
}

p {padding: 5px; margin:0px;}

br {clear:none;}

/*----------------Links*/
a {background: none !important; display:inline; line-height:normal;}
a:link {color: #000000;  line-height:normal;}
a:visited {color: #000000;  line-height:normal;}
a:hover {color:#981010;  line-height:normal;}
a:active {color:#CCCCCC;  line-height:normal;}

/*-----------------Lists*/
ul {}
li {}
li ul {}

/*-----------------Headers*/
h1,h2,h3,h4,h5,h6 { display: block; font-family:tahoma, arial, helvetica, sans-serif; color:#000; background:none; }

h1	{ font-size: 1.5em; line-height:1.6em; padding-bottom:2px; margin:0px; color:#981010;}
h2	{ font-size: 1.3em; font-weight:bold; margin:0px; }
h3	{ font-size: 1.25em; font-style:italic; margin:0px; }
h4	{ font-size: 1.25em; margin:0px; color:#981010;}
h5	{ font-size: 1em; margin:0px;}
h6	{ font-size: 1em; font-style:italic; margin:0px;}

/*-----------------Form Elements*/
form { margin: 0; padding: 0; }
select, option, input, textarea
{
	font-size:0.95em;
	font-family:tahoma, arial, helvetica, sans-serif;
	color:#000;
	background-color:#FFF !important;/*overrides the google toolbar yellow box effect*/ 
}
textarea { overflow: auto; }

/*-----------------Images*/
img {border:none;}

/*-----------------Tables*/
th {text-align:left;}



/*------------------------------------------------CLASSES*/
/*Generally Applicable*/
.noBg {background:none !important;}

/*for Calendar*/
.calSumDate , .calSumEvent {
	text-align:left;
}
.calSumDate {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	color:#981010; 
	font-weight:bold;
}
.calSumEvent {
	font-size:1.2em;
	color:#000;
	margin:0px 0px 0px 15px;
	line-height:1.2em;
}
.calSumLocation {
	font-size:1em;
	color:#000;
	margin:0px 0px 0px 15px;
	line-height:1.1em;
}
