/* Default */

/* html tags */
body
{
	background-color: white;
	color: black;
	font-family: arial;
	font-size: 10pt;
}

table
{
	background-color: white;
	color: black;
	font-family: arial;
	font-size: 10pt;
}
/*
p.autoTitle:first-line
{
	border: 1px solid auto;
	font-size: 110%;
	font-weight: bold;
	background-color: #9999FF;
}
*/
p.box
{
	position: relative;
	border-bottom: 1px solid auto;
	border-left: 1px solid auto;
	border-right: 1px solid auto;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	/*padding: 4px;*/
	width: 600px;
}

p
{/*
	position: relative;
	width: 600px;
	height: auto;*/
	/*
	border: 1px solid auto;
	*/
}

a
{
	color: black;
}

a.programs
{
	color: black;
	font-weight: bold;
}

a.navbar
{
	color: black;
	text-decoration: none;
}

a.box
{
	color: black;
	text-decoration: none;
	/*border: 1px solid auto;*/
	border-bottom: 1px solid auto;
	border-left: 1px solid auto;
	border-right: 1px solid auto;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	/*padding: 4px;*/
	width: 600px;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: black;
}

a:active
{
	color: red;
}

/* custom id */

#telnet7Header
{
	position: absolute;
	top: 0px;
	background-image: url('../images/t7header.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 130px;
}

#adBlocker
{
	position: absolute;
	top: 0px;
	background-image: url('../images/ad_blocker.png');
	background-repeat: no-repeat;
	width: 98%;
	height: 100px;
	overflow: hidden;
}

#pageHeader
{
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1.5px solid auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
}

/* class */

.header
{

	position: relative;
	background-color: auto;
	font-size: 105%;
	font-weight: bold;
	width: 600px;
	color: auto;
	padding-bottom: 10px;
}


.description
{

}

.requirements
{

}

.screenshot
{

}

.download
{

}

.links
{

}

.box
{
	border-bottom: 1px solid auto;
	border-left: 1px solid auto;
	border-right: 1px solid auto;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	/*padding: 4px;*/
	width: 600px;
}

.boxCover
{
	position: relative;
	/*
	padding: 10px;
	border-bottom: 1px solid auto;
	border-left: 1px solid auto;
	border-right: 1px solid auto;
	*/
	/*border: 1px solid auto;*/
	border-top: 1px solid auto;
	width: 600px;
	height: auto;
}

.programsText
{
	font-size: smaller;
	font-weight: normal;
}

.normalTextHeader
{
	position: relative;
	top: 0px;
	left: 200px;
	font-family: arial;
	background-color: auto;
	font-size: 12px;
	font-weight: bold;
	width: 600px;
	color: auto;
}

.normalText
{
	position: relative;
	top: 0px;
	left: 200px;
	font-family: arial;
	font-size: 11px;
	width: 600px;
	height: auto;
	padding-bottom: 20px;
}

.indexLinksHeader
{
	color: auto;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid auto;
	margin-top: 20px;
	width: 100px;
	padding-left: 2px;
}

.indexLinks
{
	position: absolute;
	top: 130px;
	left: 20px;
	font-family: arial;
	font-size: 11px;
	width: auto;
	height: auto;
}

.linksHeader
{
	color: auto;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid auto;
	margin-top: 20px;
	width: 100px;
	#padding-left: 2px;
}


.links
{
	/*
	position: relative;
	top: 200px;
	left: 20px;
	*/
	font-size: 80%;
	/*
	border-top: 1px solid auto;
	border-bottom: 1px solid auto;
	border-left: 1px solid auto;
	border-right: 1px solid auto;
	*/
	padding: 10px;
	width: auto;
	height: auto;
}


.programsHeaderBox
{

	position: relative;
	/*
	top: 200px;
	left: 20px;
	*/
	font-size: 80%;
	border-top: 1px solid auto;
	border-bottom: 1px solid auto;
	border-left: 1px solid auto;
	border-right: 1px solid auto;
	padding: 10px;
	width: 200px;
	height: auto;
}


.container
{

}

.rightContainer
{
	position: absolute;
	top: 150px;
	left: 200px;
}

.navbarContainer
{
	position: absolute;
	top: 50px;
	left: 20px;
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
}