﻿
@import url("../css/p7tp_02.css");

.in-blue-normal
{
	color: #006699;
}
.in-blue-bold
{
	color: #006699;
	font-weight: bold;
}
.in-blue-smalltext
{
	font-size: 1.1em;
	color: #006699;
}
.in-blue-largetext
{
	color: #006699;
}

.in-greeen-normal
{
	color: #009933;
}
.in-greeen-bold
{
	color: #009933;
	font-weight: bold;
}
.in-green-smalltext
{
	font-size: 1.1em;
	color: #009933;
}
.in-green-largetext
{
	font-size: 14px;
	color: #009933;
}

.smallfont
{
	font-size: 1.1em;
}
.in-call-text
{
	color: #f96d20;
	font-weight: bold;
}


/*Bullets */
.bullet1 ul
{
	padding: 0;
	color: #000000;
}
.bullet1 li
{
	margin-left: 25px;
	list-style-image: url(../main-images/bullet1.gif);
	padding-bottom: 3px;
	color: #000000;
}
.bullet2 ul
{
	padding: 0;
	color: #000000;
}
.bullet2 li
{
	margin-left: 25px;
	list-style-image: url(../main-images/bullet2.gif);
	padding-bottom: 3px;
	color: #000000;
}
blockquote
{
	color: #000;
	font-size: 10px;
}

/*Images */
.in-floatleft
{
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}
.in-floatright
{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 10px;
}

-- > .maincolWide
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 20px;
	background-color: #fff;
	height: auto;
	width: 700px;
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.in-maincol
{
	position: relative;
	float: left;
	margin: 0;
	padding-left: 10px;
	background-color: #fff;
	height: auto;
	width: 530px;
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}


/* Side Menu */

#side
{
	padding: 15px 0 0 0;
	margin: 0;
	background-color: #fff;
	width: 192px;
}

#side li a
{
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#side li a:link, #side li a:visited
{
	color: #666666;
	display: block;
	background: url(../properties/images/menu_bg.gif);
	padding: 8px 0 0 20px;
}

#side li a:hover
{
	color: #FF0000;
	background: url(../properties/images/menu_bg.gif) 0 -32px;
	padding: 8px 0 0 20px;
}

#side #current a
{
	color: #000;
	background: url(../properties/images/menu_bg.gif) 0 -32px;
	padding: 8px 0 0 20px;
}

#side #current a span
{
	background-position: 100%;
	color: #0099CC;
}



/* Table*/

table
{
	border-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E7;
	color: #000;
}

caption
{
	font-weight: bold;
	background: #50ADEA url(../main-images/corner.gif) no-repeat right top;
	border-bottom: 2px solid #1975d7;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
}

td, th
{
	padding: 4px;
}

thead th
{
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform: uppercase;
}

tbody th
{
	font-weight: bold;
}

tbody tr
{
	background-color: #FFF;
	text-align: left;
}
tbody tr.odd
{
	background: #f9f9f9;
	border-top: 1px solid #FFF;
}

tbody th a:link, tbody th a:visited
{
	color: #96D030;
	padding: 3px 0px 0px 18px;
}
tbody th a:hover
{
	color: #FF8601;
}

tbody tr td
{
	background: #FFF;
	border: 1px solid #FFF;
}

tbody tr.odd td
{
	background: #f9f9f9;
	border-top: 1px solid #FFF;
}

table td a:link, table td a:visited
{
	color: #1975D7;
	text-decoration: none;
}

table td a:hover
{
	color: #50ADEA;
	border-bottom: 2px solid #8FD5FF;
	text-decoration: none;
}


table a[title^="Download"]
{
	padding: 20px 0px 0px 15px;
}

tfoot th, tfoot td
{
	background-color: #E7E7E7;
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #CCC;
	border-top: 1px solid #DFDFDF;
}
.style15
{
	color: #006699;
	font-size: 14px;
	font-weight: bold;
}
.style16
{
	font-size: 14px;
	color: #009933;
	font-weight: bold;
}
