/* ---------- Default Tag Styles ---------- */

big
{
	font-size: 12px;
}

body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0; 
	margin-bottom: 0; 
	padding: 0;
	background-image:url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	font-family: Arial;
	color: #333333;
}

h1
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

hr
{
 	color: #660000; 
	width: 80%; 
	height: 1px;
	background-color: #660000;
	border: 0px;	
}

img
{
	border: 0px;
}

p
{
	font-family: Arial;
	font-size: 12px;
}

table
{
	border: 0px;
}

tr
{
	font-size: 11px;
}

ul
{
	list-style-type: square;
	color: #660000;
}


/* ---------- Link Styles ---------- */

a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}
a:hover 
{
	color: #660000;
	text-decoration: underline;
}

a.blktxt:link, a.blktxt:visited, a.blktxt:hover
{
	color: #000000;
	text-decoration: underline;
}

a.details
{
	cursor: pointer;
	font-weight:bold;
	color: #FFFFFF;
}

a.footer:link, a.footer:visited
{
	color: #444444;
	text-decoration:underline
}
a.footer:hover
{
	color: #660000;
	text-decoration:underline
}

a.nav:link, a.nav:visited
{
	color: #333333;
	text-decoration: none;
}
a.nav:hover
{
	color: #660000;
	text-decoration: none;
}

a.portlink:link, a.portlink:visited
{
	color: #333333;
	text-decoration: underline;
}
a.portlink:hover
{
	color: #660000;
	text-decoration: underline;
}

a.price
{
	cursor: pointer;
	font-weight:bold;
	color: #930E00;
}

a.textuniq:link, a.textuniq:visited, a.textuniq:hover
{
	color: #660000;
	text-decoration: underline;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:hover
{
	color: #ffffff;
	text-decoration: underline;
}	

/* ---------- Custom Class Styles ---------- */

.ast
{
	color: #990000;
	font-size: 13px;
}

.bdrtbl
{
	border: 1px solid black;
}

.bgline
{
	width: 2px;
	text-align: center;
	background-image:url('images/bgline.gif');
	background-repeat: repeat-y;
}

.blackhr
{
 	color: #333333; 
	width: 90%; 
	height: 1px;
	background-color: #333333;
	border: 0px;	
	text-align: left;
}

.btmline
{
	border-bottom: 1px solid #666666;
}

.errormsg
{
	color: #990000;
	background-color: #cccccc;
}

.footerbg
{
	height: 24px;
	background-color:#dddddd;
	color: #444444;
}

.footerbtm
{
	font-size: 10px;
	vertical-align: bottom;
	color: #666666;
	background-image:url('images/footerbg.jpg');
	background-position: bottom left;
  	background-repeat: no-repeat;
}

.foottxt
{
	font-weight: bold;
} 

.graytxt
{
	color: #333333;
}

.homecont
{
	font-size: 12px;
	text-align: center;
}

.homecont1
{
	font-size: 11px;
	text-align: left;
}

.imgbdr
{
	border: #000033 1px solid;
}

.leftdate
{
	width: 198px;
	height: 50px;
	text-align: center;
	background-image:url('images/LeftDate.jpg');
}

.leftport
{
	text-align: center;
	width: 150px;
	height: 110px;
	font-weight: bold;
} 

.maincont
{
	vertical-align: top;
} 


.maintbl
{
	text-align: center;
	vertical-align: top;
	border: #ffffff 0px solid;
} 


.navbg
{
	width: 780px;
	height: 31px;
	font-size: 13px;
	background-color: #f1f1f1;
	background-image:url('http://www.inetuniq.com/images/navbg.gif');
	background-repeat: none;
}

.portbdr
{
	border: #333333 1px solid;
}

.portlink
{
	font-family: Arial;
	font-size: 13px;
}

.portmain
{
	text-align: center;
	vertical-align: top;
}

.portsidecol
{
	font-size: 12px;
} 

.redhdr
{
	color: #ffffff;
	background-color: #800000;
	width: 565px;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.redtxt
{
	color: #660000;
	font-weight: bold;
}

.sidecol
{
	text-align: center;
	background-color: #f5f5f5;
	width: 185px;
} 

.sidehr
{
 	color: #999999; 
	width: 90%; 
	height: 1px;
	background-color: #999999;
	border: 0px;	
}

.tech
{
	color: #333333;
	vertical-align: top;
}

.topcopy
{
	color: #ffffff;
	background-color: #990000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	width: 186px;
	height: 134px;
}


/* ---------- Custom ID Styles ---------- */

#articles a
{
    	text-decoration: underline;
}


/* ---------- Sortable tables ---------- */

table.sortable a.sortheader 
{
    	background-color: #eee;
    	color: #666666;
    	font-weight: bold;
    	text-decoration: none;
    	display: block;
}

table.sortable span.sortarrow 
{
    	color: black;
    	text-decoration: none;
}





