/* This CSS Document was created purely for "Carpe Noctem"
   Carpe Noctem is a project website for "Inleiding tot webtechnologie"
   This was created by:
   		Gert Van Gool
		LUC #0421638
		Student of 1 bachelor ICT
   
   This file contains the rest of the looks
   */

/* basic body look */
body
{
	background-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
}

/* setting border of all images to 0px; */
img
{
    border: 0px solid #999999;
}

/* redefining link's */
a
{
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover
{
	text-decoration: none;
	color: #CCCCCC;
}
a:visited
{
    text-decoration: underline;
    color: #CCCCCC;
}


/* adding styles for acronyms */
acronym
{
    border-bottom: 1px dotted #FFFFFF;
}


/* redefining table and used header (h1, h2, h3)*/
table
{
    width: 99%;
}

td
{
	vertical-align: top;
}

th, h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
	font-weight: bold;
}

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	
	font-weight: bolder;
}

h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
	font-weight: normal;
}

/* look of the blog */
.blog_title
{
    font-weight: bold;
}

.blog_body
{
    text-align: left;
}

.blog_postDate
{
    font-style: italic;
}

.blog_right
{
    text-align: right;
}


/* setting looks for the forms */
input, select, textarea, button
{
    background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	color: #666666;
	margin: 2px 2px 2px 2px;
}


/* other classes */
.error
{
    color: #FF3333;
    font-weight: bold;
}

.register
{
    text-align: right;
    vertical-align:top;
}

.skip
{
    display: none;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.underline
{
    text-decoration: underline;
}

.spacer, .spacer_table
{
    height: 15px;
}

.noBullet
{
    list-style: none;
    text-align: left;
    display: inline;
    padding: 10px 0px 10px 0px;
}