body,p,tr,td	{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	color: black;
}

.para {
    padding: 10px;
}

.error {
    color: red;
    border: 1px red solid;
    padding: 6px;
    text-align: center;
}

.success {
    color: darkgreen;
    border: 1px green solid;
    padding: 6px;
    text-align: center;
    background-color: #d7ffce;
}

.company {
    font-weight: bold;
}

.sideBar {
    padding: 5px;
}

.sideBox {
    width: 150px;
    padding-left: 10px;
}

.sideTitle {
}

.sideLink {
    padding: 3px;
    color: white;
}

.sideSubLink {
    text-indent: 3px;
    font-size: 11px;
}

.portContainer {
	background-color: #dedede;
	border: 1px dotted #cccccc;
	padding: 6px;
}

.portName {
	text-indent: 0px;
	border: 1px solid #aaaaaa;
	background-color: white;
	padding: 2px;
}

.portImage {
	padding: 2px;
}

.content {
	background-color: #dddddd;
	border:1px solid #aaaaaa;
	padding: 15px;
}

.vocab {
	color: #000099;
	font-weight: bold;
	text-indent: -10px;
}

.vocab_section {
	background-color: #efefef;
	border: 1px dotted #cccccc;
	padding: 15px;
	text-indent: 10px;
}

hr {
	color: white;
}

a:link		{ color: #000066; text-decoration: none; }
a:visited	{ color: #000066; text-decoration: none; }
a:active	{ color: #000066; text-decoration: none; }
a:hover		{ color: #2d7dd0; }

a.side:link		{ color: #0000cc; text-decoration: none; }
a.side:visited	{ color: #0000cc; text-decoration: none; }
a.side:active	{ color: #0000cc; text-decoration: none; }
a.side:hover		{ color: #2d7dd0; }

#bg_image {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
}

input {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11px;
    color: darkblue;
}
