/*
	For Open Source Web Design
	QuickLinks Design 
	By Morgan (Marco Jiménez - marjimgu - CRC)
*/
a{
	background-color : transparent;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : right;
	text-decoration : none;
}

a:hover{
	background-color : transparent;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : right;
	text-decoration : underline;
}

body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 0 0 0;
}

ol {
	display : compact;
	font-size : 12px;
	list-style : lower-roman outside;
	margin-bottom : 0;
	margin-top : 0;
	white-space : nowrap;
}

ul {
	display : compact;
	font-size : 12px;
	list-style : circle outside;
	margin-bottom : 0;
	margin-top : 0;
	white-space : nowrap;
}

.bkglightgray{
	background-color : #F5F5F5;
}

.databox{
	background-color : #999999;
	border : 1px solid #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.footerbox{
	background : transparent;
	border : 1px solid #008000;
	color : #008000;
	font-size : 12px;
	font-weight : bold;
	text-align : right;
}

.headerbox{
	background-color : #D2E6D2;
	border : 1px dotted #008000;
}

.menuitems{
	background-color : transparent;
	color : #9999CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : right;
}

.titlebox{
	background-color:#0E3192;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

#addtodo{
	background-color : #D2E6D2;
	border : 1px solid #008000;
	color : #008000;
}

#headertitle {
	background-color : transparent;
	color : #008000;
	font : normal bold 20px "Courier New", Courier, monospace;
}

#informationtext{
	text-align : justify;
	text-decoration : none;
	text-indent : 10px;
}

#removetodo{
	background-color : #D2E6D2;
	border : 1px solid #008000;
	color : #008000;
}

#todotext{
	border : 1px solid #008000;
}
