/* 
About Computers...
modified: March 5, 2008
thanks bluerobot.com
*/
body { 
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: black;
	background-color: #eeeeee;
}

h1 { 
	margin: 0px 0px 5px 0px; /* top right bottom left */
	padding: 0px;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #2d4e73;
}
h2 {
	margin: 15px 0px 10px 0px;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 140%;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

/* Form definitions */
input, textarea, select {
	font-size: 10px;
	background-color: white;
	padding-left: 4px;
}

p { 
	line-height: 140%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#content>p { margin: 0px; }
#content>p+p { text-indent: 15px; }
td>p { margin: 0px; }
td>p+p { text-indent: 15px; }

a { 
	color: #0099cc;
	font-weight: bold;
	text-decoration: none;
}
a:link { color: #0099cc; }
a:visited { color: #0077aa; }
a:hover { color: #555555; }

/* List definitions */
ul {
	list-style: disc;
}
li {
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
/* li { */
/* 	margin: 8px 0px 0px 0px; */
/* 	font-size: 11px; */
/* 	line-height: 140%; */
/* 	font-weight: bold; */
/* } */
.sub ul {
	list-style: disc inside;
}
.sub li {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
}
.listsub {
	/* font-size: 10px; */
	line-height: 140%;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#header { 
	margin: 0px 0px 10px 0px;
	padding: 17px 0px 0px 20px;
	height: 33px;
	border-style: solid;
	border-color: gray;
	border-width: 0px 0px 1px 0px ;
	line-height: 11px;
	background-color: #2d4e73;
	/* ugly brilliant Tantek Celik hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
}
/* be nice to Opera 5 */
body>#header { height: 14px; }

#content { 
	margin: 0px 50px 0px 220px;
	padding: 8px;
}
#acName { 
	margin: 0px 0px 0px 220px;
	padding: 0px;
	font: 34px verdana,sans-serif;
	font-weight: bold;
	font-style: italic;
}
#email { 
	margin: 0px 0px 0px 220px;
	padding: 10px;
	font-size: 10px;
}
#menu { 
	position: absolute;
	top: 50px;
	left: 15px;
	width: 160px;
	padding: 10px;
	background-color: #dddddd;
	border: 1px dotted #999999;
	line-height: 180%;
	/* ugly brilliant Tantek Celik hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
}
/* be nice to Opera 5 */
body>#menu { width: 160px; }
a.menu { 
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
}
a.menu:link { color: #0099cc; }
a.menu:visited { color: #0077aa; }
a.menu:hover { 
	background-color: #eeeeee; 
	padding: 3px 3px 3px 0px;
}

/* be nice to Opera 5 */
body>#sub_menu { width: 160px; }
a.sub_menu {
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-size: 9px;
	left: 15px;
	margin: 0px 0px 0px 10px;
}
a.sub_menu:link { color: #0099cc; }
a.sub_menu:visited { color: #0077aa; }
a.sub_menu:hover { 
	background-color: #eeeeee; 
	padding: 3px 3px 3px 0px;
}

#copyright {
	color: #999999;
	font-size: 8px;
}

#footer {
	font-size: 9px;
	text-align: center;
	margin: 5px 0px 20px 0px;
}
.reqmark {
	color: #cc0000;
	font-size: 9px;
}
.redline {
	color: #ff3333;
	font-size: 10px;
	line-height: 120%;
}

/* Table definitions */
td { vertical-align: top; }

.cb_left {
	font-size: 10px;
	border-color: black;
	border-width: 1px 0px 1px 1px;
	border-style: solid none solid solid;
	padding: 4px 0px 6px 3px;
	line-height: 140%;
}
.cb_left_right {
	font-size: 10px;
	border-color: black; 
	border-width: 1px 1px 1px 1px; 
	border-style: solid solid solid solid;
	padding: 4px 0px 6px 3px;
	line-height: 140%;
}
.cb_right {
	border-color: black; 
	border-width: 1px 1px 1px 0px; 
	border-style: solid solid solid none;
}

/* Colored dots in menu edit list */
.green_dot {
	color: #00ff00;
	background-image: url(http://www.aboutcomputers.com/media/images/maint/green_dot.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	height: 10px;
	width: 10px;
	border: 1px #ffffff solid;
	cursor: pointer;
}

.yellow_dot {
	color: #ffff00;
	background-image: url(http://www.aboutcomputers.com/media/images/maint/yellow_dot.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	height: 10px;
	width: 10px;
	border: 1px #ffffff solid;
	cursor: pointer;
}

.red_dot {
	color: #ff0000;
	background-image: url(http://www.aboutcomputers.com/media/images/maint/red_dot.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	height: 10px;
	width: 10px;
	border: 1px #ffffff solid;
	cursor: pointer;
}
