/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	color: black;
	margin: 0;
	padding: 0;
	outline: 0;
	width: 100%;
	/*font-weight: inherit;*/
	/*font-style: inherit;*/
	/*font-size: 100%;*/
	/*font-family: inherit;*/
	/*vertical-align: baseline;*/
/*}*/

html, body {
	font-family: Verdana, Tahoma, Arial, Serif;
	margin: 0;
	padding: 0;
	outline: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

div, p, span {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

pre {
	text-align: left;
}

form, fieldset {
	margin: 0;
	padding: 0;
}

img {
	position: relative;
}

a img {
	border: 0px;
}

input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #D8D9DB;
	color: #5A5A5A;
	font: 15px/normal Tahoma, Arial, sans-serif;
	/*padding: 2px;*/
	overflow: hidden;
}

input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	border: 1px solid #949694;
}

input:disabled, select:disabled, textarea:disabled {
	background: #FFFFFF;
	color: #A4A6A4;
}

textarea {
	overflow: auto;
}

option {
	border-left: 0px solid;
	border-right: 0 solid;
	padding: 0 0 0 5px;
}

button {
	color: #5A5A5A;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}


/* HTML5 elements */
article, aside, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	margin: 0;
	padding: 0;
	color: #5F5F5F;
}

ol, ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

ol li.dot {
	font-size: 12px;
	/*background: url('../img/menu/bullet-list.gif') no-repeat 9px 7px;*/
	padding: 3px 19px 3px 7px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

td {
	padding: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
	background-image: url('../img/openquote1.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font: 16px/18px italic Times, serif;
	font-style: italic;
	text-align: left;
	width: 100%;
	padding-top: 18px;
	margin: 5px 0 5px 5px;
	text-indent: 23px;
	
}

blockquote span {
	display: block;
	background-image: url('../img/closequote2.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 18px;
}

blockquote p {
	display: block;
	text-indent: 0;
	font-size: 13px;
}

a, a:visited {
	color: #3F89C3;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:hover img {
	text-decoration: none;
}

a:hover > img {
	text-decoration: none;
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}



html {
	overflow-x: auto;
}

body {
	/*background: url('../img/menu/body-menu-repeat.jpg') repeat-x;*/
	width: 100%;
}

section {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	
	/*background: #0000FF;*/
}

.gradient {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#C6D2FF') , alpha(opacity:100); /* for IE */
	
	background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.5),  rgba(51, 102, 255, 0.3)); /* for firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(51, 102, 255, 0.3))); /* for chrome & safari*/
}
.gradient-gray {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC') , alpha(opacity:100); /* for IE */
	
	background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.5),  rgba(100, 100, 100, 0.3)); /* for firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(100, 100, 100, 0.3))); /* for chrome & safari*/
}

center {
	margin: 0 auto;
	/*height: 100%;*/
	width: 95%;
}

header {
	/*background-color: #FF0000;*/
	font-family: impact;
	position: relative;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	z-index: 5;
}

.menu-background {
	background: url('../img/menu/menu-bg.jpg') no-repeat scroll 50% 0 transparent;
	font-size: 12px;
	height: 75px;
	width: 100%;
}
.rtc-logo {
	font-size: 18px;
	height: 70px;
	width: 100%;
	z-index: 5;
}

div#logo {
	background-color: white;
	font-family: 'Century Gothic', Verdana, Tahoma;
	/*font-smooth: antialiased;*/
	font-weight: bold;
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 960px;
}

#nav {
	background-image: url('../img/menu/menu-bg.jpg');
	position: relative;
	height: 40px;
	z-index: 2;
	margin-top: 5px;
	
	-moz-box-shadow: 0px 3px 0px #333333;
	-webkit-box-shadow: 0px 3px 5px #333333;
	box-shadow: 0px 3px 5px #333333;
}

nav {
	font-size: 13px;
	position: relative;
	margin: 0px auto;
	width: 960px;
	z-index: 2;
}

nav ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 3;
}

nav li {
	float: left;
	position: relative;
	margin: 0 0 8px 0;
	z-index: 4;
}

nav ul li.topfirst,
nav .topfirst a, 
nav .topfirst a:visited {
	/*width: 137px;*/
	width: 162px;
}

nav ul li,
nav a, 
nav a:visited {
	/*width: 137px;*/
	/*width: 155px; 6 menus */
	width: 133px; /* 7 menus */
}

nav ul ul {
	display: block;
	margin: 0 0 0 5px;
	
	position: absolute;
	top: 50px;
	left: -45px;
	height: 0;
	
	visibility: hidden;
}

nav ul ul li {
	background: white;
	/*border: 0 1px 0 0 solid #EEE;*/
	border:1px solid #808080;
	border-top:0;
	float: left;
	padding: 0;
	margin: 0;
	
	width: 255px;
	/*height: 200px;*/
	height: 185px;
	
	-moz-box-shadow: 0px 3px 3px #333333;
	-webkit-box-shadow: 0px 3px 3px #333333;
	box-shadow: 0px 3px 3px #333333;
}
nav ul ul li.s {
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
}
nav ul ul li.e {
	border-radius: 0 0 10px 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 0 0 10px 0;
}
nav ul ul li.se {
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

nav ul ul li p {
	padding: 5px 2px 1px 5px;
	line-height: 1.5em;
}

nav a, 
nav a:visited {
	display: block;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	
	color: #EAEAEA;
	/*width: 137px;*/
	/*width: 155px;*/
	height: 50px;
	
	background: transparent;
	line-height: 40px;
	font-weight: bold;
	z-index: 5;
}

nav ul ul a, 
nav ul ul a:visited {
	color: #3F89C3;
	font-weight: normal;
	
	display: inline;
	height: 50px;
	/*width: 155px;*/
	
	`line-height: 1em;
	line-height: 12px;
	/*border-width:0 1px 1px 1px;*/
}

nav h2 {
	``padding-top: 9px;
}

nav h2 a,
nav h2 a:visited {
	font-size: 15px;
	color: black;
	padding: 10px;
}

nav p.pp {
	padding: 0 0 0 20px;
	margin: 3px;
}


nav a:hover, nav a:focus {
	text-decoration: none;
}
nav :hover > a, 
nav ul ul :hover > a {
	color: #99CCFF;
	background: transparent;
}

nav ul :hover > a.arrow {
	background-image: url('../img/menu/menu-arrow.png');
	background-repeat: no-repeat;
	background-position: center 28px;
}

nav ul ul a:hover {
	color: #3F89C3;
	text-decoration: underline;
}
nav ul ul :hover > a {
	color: #3F89C3;
}

nav ul li:hover ul, 
nav ul a:hover ul {
	visibility: visible;
}

* html nav a, 
* html nav a:visited {
	width: 150px;
	w\idth: 150px;
}

* html nav ul ul {
	top: 75px;
	t\op: 76px;
}

* html nav ul ul a, 
* html nav ul ul a:visited {
	width: 155px;
	w\idth: 128px;
}


/*article {
	position: relative;
	border: 2px solid #ccc;
	border: 1px solid #ccc;
	width: 100%;
	
	background: #FFFFFF;
	filter: alpha(opacity=80);
	background: rgba(255, 255, 255, 0.8);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 0;
	
	overflow: hidden;
	text-overflow: ellipsis;
}*/

article div {
	
}


article h1, article h2, article h3, article h4, article h5, article h6 {
	padding-left: 5px;
}

article p {
	font-family: /*'Century Gothic', */Verdana, 'Lucida Sans Unicode', sans-serif;
	padding: 10px; /*2010-10-11 AP:fixes footer*/
	/*text-align: justify;
	text-justify: newspaper;*/
}

footer {
	/*
	border-top: 3px solid #CCCCCC;
	padding: 5px 0 0 0;
	margin: 30px 0 0 0;
	*/
	color: #8F8F8F;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0px;
	
	height: 35px;
	width: 100%;
	position: relative;
	clear: both;
}

#_404 {
	background-image: url('../img/404.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	height: 425px;
	width: 600px;
	line-height: 20px;
	margin: 0 auto;
}

#_404 h2, #_404 h3 {
	padding-top: 20px;
}

#_404 p {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	text-indent: 15px;
}

#splash,
#splash-nojs,
#news,
#topics article {
	border: 1px solid #C0C0C0;
	font-size: 14px;
	margin-bottom: 15px;
	z-index: 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 1px 2px 5px #333333;
	-moz-box-shadow: 1px 2px 5px #333333;
	-webkit-box-shadow: 1px 2px 5px #333333;
}

#splash,
#splash-nojs {
	background: white;
	/*border: 1px solid orange;*/
	font-family: Verdana, Tahoma;
	/*height: 360px;*/
	height: 300px;
	position: relative;
	z-index: 1;
}
#splash .ani,
#splash-nojs .ani {
	display: block;
	/*height: 360px;*/
	height: 300px;
	width: 100%;
	z-index: 0;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#splash .wrd,
#splash-nojs .wrd {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	/*height: 360px;*/
	height: 300px;
	width: 100%;
	z-index: 0;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#splash .navbar {
	border-top: #000000 solid 1px;
	color: white;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 30px;
	height: 35px; 
	width: 100%;
	z-index: 2;
	
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

#news {
	color: #3F89C3;
	height: 35px;
}
#news a,
#news a:visited {
	color: #3F89C3;
}
#news div {
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 35px;
	line-height: 32px;
	text-align: left;
}
#news .prev,
#news .next {
	border: 0; 
	background-color: transparent;
	height: 18px;
	width: 18px;
}
#news .prev {
	margin: 0 0 0 5px;
}
#news .next {
	margin: 0 5px 0 3px;
}

#topics {
	display: block;
	height: 210px;
	position: relative;
}
#topics article {
	/*border: 1px solid #800080;*/
	font-size: 13px;
	float: left;
	width: 308px;
	height: 210px;
	
	/*
	filter: alpha(opacity=80);
	background: rgba(128, 0, 128, 0.8);
	*/
}
#topics article div.inner-content {
	width: 308px;
	height: 200px;
	z-index: 1;
	
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
article.m {
	margin: 0 15px 0 15px;
}

#sitemap {
	font-size: 12px;
}

#sitemap ol,
#sitemap ul {
	line-height: 14px;
}

#main_header {
	font-size: 14px;
}

.markthis {
	font-weight: bold;
	color: #4F73A3;
}

.round7 {
	display: block;
	border: 1px solid #328CBE;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	box-shadow: 1px 3px 5px #425B91;
	-moz-box-shadow: 1px 3px 5px #425B91;
	-webkit-box-shadow: 1px 3px 5px #425B91;
}

div.round7 {
	background-color: #425B91;
	color: #FFFFFF;
	float: left;
	height: 190px;
	width: 210px;
}

.round7 p {
	font-size: 14px;
}

#main-content {
	
}

#main-content h3 {
	font-size: 15px;
}

#main-content p {
	font-size: 13px;
}

#basic-content {
	color: #FFFFFF;
	background-image:url('../img/basic_gradient.png');
	background-repeat:repeat-y;
	
	height: 190px;
	width: 300px;
	float: right;
	text-align: left;
	
	position: relative;
	padding: 5px 0;
	padding-left: 50px;
	z-index: 1;
	
	border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
}

#basic-content.green {
	background-image:url('../img/basic_gradient-g.png');
}

#basic-content.red {
	background-image:url('../img/basic_gradient-r.png');
}

#basic-content.lightblue {
	background-image:url('../img/basic_gradient-lb.png');
}

#basic-content h3 {
	font-size: 15px;
}

#basic-content p {
	font-size: 13px;
}

#featured-container {
	font-size: 13px;
	text-align: left;
	line-height: 1px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #CFCFCF;
}

#featured {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #CFCFCF;

	min-height: 100px;
	padding: 15px;
	position: relative;
}

#featured img {
	box-shadow: 1px 2px 5px #333333;
	-moz-box-shadow: 1px 2px 5px #333333;
	-webkit-box-shadow: 1px 2px 5px #333333;
}

#featured .content {
	position: relative;
	left: 10px;
}

#featured .content a {
	color: #000;
}

#featured .link {
	position: absolute;
	right: 0;
	bottom: 0;
}

#released-container {
	font-size: 13px;
	text-align: left;
	line-height: 1px;
	border-top: 1px dotted #CFCFCF;
}

#released {
	border-bottom: 1px dotted #CFCFCF;

	min-height: 75px;
	padding: 15px;
	position: relative;
}

#released .content {
	padding-left: 10px;
	text-indent: 7px;
}

#released .content a {
	color: #000;
}

#released .link {
	position: absolute;
	right: 0;
	bottom: 0;
}

.actnow {
	border: 1px solid #C0C0C0;
	background-image: url('../img/products/lightblue-easing.gif');
	background-repeat: repeat-x; 
	font-size: 12px;
	margin-bottom: 20px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.actnow h2, .actnow h3 {
	font-size: 15px;
}

.actnow img {
	padding-top: 3px;
}

.actnow p {
	line-height: 20px;
}

.bluegreen-button {
	position: relative;
	text-align: center;
	margin: 10px;
	padding-bottom: 0;
}

.bluegreen-button a {
	border: 1px solid #8EB45F;
	border: 1px solid #659D24;
	background-image: url('../img/products/actnow-bg.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	line-height: 15px;
	padding: 3px 5px 5px 5px;
	min-width: 50px;
}

.bluegreen-button a:hover {
	border: 1px solid #328CBE;
	background-image: url('../img/products/actnow-bg-on.jpg');
	text-decoration: none;
	cursor: pointer;
}
/*
.bluegreen-button:hover > a {
	text-decoration: none;
	color: #425B91;
}
*/

#detailed-container {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

#detailed {
	/*padding-top: 20px;*/
}

#detailed h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}

#detailed div h4 {
	background-color: #5171A2;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
}

#detailed p {
	display: block;
	padding: 5px 10px 15px 10px;
	/*text-indent: 10px;*/
	text-align: justify;
}

#detailed img.details {
	display: block;
	margin: 10px 10px 5px 10px;
	
}

#detailed ul,
#detailed ol{
	padding-top: 5px;
	margin-left: 20px;
	margin-bottom: 12px;
}

#detailed ul li {
	margin-left: 20px; /*7 + -(.dot.margin-left)*/
	margin-top: 2px;
	margin-bottom: 2px;
}

#detailed ol li {
	margin-left: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#detailed ul li .dot {
	position: absolute;
	margin-top: -2px;
	margin-left: -13px;
}

#vlign-top  td {
	position: relative;
	vertical-align: top;
}


#hardware-partner td {
	padding-bottom: 75px;
}
#hardware-partner article {
	padding-left: 75px;
}


#clients td {
	padding: 5px 0 25px 0;
	text-align: center;
	vertical-align: middle;
}


.youtubevideo {
	display: none;
}

.videos td {
	border-bottom: 1px dotted #CFCFCF;
	padding: 10px 0 10px 0;
}

.item_title {
	font-size: 15px;
	color: #444;
	padding: 8px 0 2px 0;
}

div#emailed {
	position: fixed;
	left: 33%;
	top: 200px;
	border: 1px solid #265490;
	background: #3B87DD;
	color: #FFF;
	width: 320px;
	height: 220px;
	text-align: center;
	z-index: 2;
}
div.rounded {
	font-weight: bold;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*
#login {
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	font-family: Century Gothic, Georgia, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	position: absolute;
	width: 100%;
	top: 15px;
	right: 0;
	z-index:5;
}

#login td {
	font-weight: inherit;
	font-style: inherit;
	border: 1px solid red;
}

#login table {
	position:absolute;
	right: 0;
	z-index:5;
}

#login input {
	background: transparent;
	color: #D8D9DB;
}

#overlay {
	height: 100%;
	display: none;
	position: fixed;
	width: 100%;
}

#main {
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 95%;
}

#content {
	height: 82%;
}

#main_foot {
	position: relative;
	text-align: center;
}

#header {
	font-weight: normal;
	font-size: 20pt;
	text-align: left;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
*/

/*
h1 {
	color:#000000;
	font-family: Cambria, serif;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	padding:0;
	margin:0;
}

h2 {
	color:#000000;
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	padding:0;
	margin:0;
}
*/


/*
.category {
font-family: Georgia, "Times New Roman", Times, serif;
margin:10px;
margin-left:0px;
margin-bottom:20px;
}

.tag {
font-family: Georgia, "Times New Roman", Times, serif;

padding:10px;
}

.category a {
font-size:14px;
padding:10px;
color:#333333;
text-decoration:none;
}

.category a:hover{ 
background-color:#FFFF33
}
*/


#info {background:#f8f8f8; border:0;}

table button,
table input,
table select,
table textarea,
table div {
	/*color: #5A5A5A;*/
	line-height: 20px;
	_line-height: 17px;
}

table button {
	background: url('/pms/img/bigbutton-blue.gif');
	border: solid #95CBF9;
	font-weight: bold;
	color: white;
	text-shadow: #115FA8 0px 1px 1px;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	cursor: pointer;
	display: block;
}

table .buttonbox,
table .inputbox,
table .selectbox,
table .textbox,
table .viewtextbox {
	float: left; /* IE HACK: fixes box from expanding in javascript actions */
	position: relative;
	/*margin: 0px 0px -1px -4px;
	padding: 1px 2px 2px 4px;*/
	margin: 1px 0px 1px 0px;
	padding: 0px 2px 2px 2px;
	width: 100%;
}

/* button for debug & systems */
table .buttonbox {
	/*padding: 0px 13px 1px 13px;
	margin: 3px 0 -10px 0;*/
	_padding-bottom: 0px;
	margin: -1px 0 0 0;
	/*_padding: 0px 5px 0px 3px;
	_margin: -17px 0 -10px 0;*/
}

table .viewtextbox {
	height: 280px;
	overflow: auto;
}

table .selectbox {
	margin-top: -1px;
	padding: 0px 0px 0px 1px;
}

table .textbox {
	padding: 2px 0px 0px 4px;
}


#datehack,
#datehack .inputbox,
#datehack .selectbox {
	float: none; /* hack for date columns */
}

#fakefiletext.inputbox {
	width: 340px;
	_height: 23px;
	_padding-top: 2px;
}

#fakefilebrowse.button {
	margin: 0;
	_padding: 0;
}

