/** Colors **/
.blue {
	color: #6B7E8F
}

.grey {
	color: #CCCCCC
}

/** Body Elements **/
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1A262F;
	font: 9px Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color: #CCCCCC;
}

a:link {
	color: #6B7E8F;
	text-decoration: none;
}

a:visited {
	color: #6B7E8F;
	text-decoration: none;
}

a:active {
	color: #6B7E8F;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/** Table Elements **/
.project-content {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.project-image {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

.alt-project-content {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/** Heading Elements **/
h1,h2,h3,h4,h5 {
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

/** Extra **/
.notactive {
	text-decoration: line-through;
}

/** Navagation **/
#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#bread {
	background: #2A353E;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 4px;
	font-size: 10px;
	color: #cccccc;
	padding: 3px;
	margin-bottom: 2px;
}

/** Form Inputs **/
textarea,select,input,object {
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #353F48;
}

/** Content **/
p {
	margin: 0px;
	padding: 0px;
	top: auto;
}

#container {
	width: 850px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	word-spacing: 1px;
}

#title {
	width: 850px;
	height: 60px;
	overflow: hidden;
}

#clear {
	clear: both;
}
#content {
	background: #28333C;
	height: auto;
	margin-top: 4px;
	margin-left: 14px;
	margin-right: 14px;
	padding: 10px;
}

#footer {
	background: #28333C;
	margin-top: 0px;
	height: 14px;
	margin-left: 14px;
	margin-right: 14px;
	overflow: auto;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#footer_round {
	z-index: 2;
}

/** Loginbar **/
#login {
	margin-right: 8px;
	font-size: 10px;
	color: #CCCCCC;
	visibility: visible;
}

#login ul li { /*margin-right: 8px;*/
	font-size: 10px;
	color: #CCCCCC;
	visibility: visible;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#login ul li:before {
	content: "| ";
}

#login ul li.first:before {
	content: " ";
}