/*
//********************************************************
//** REPO INDEXER                                        *
//********************************************************
//** Written by Patkos Csaba - MandrivaUsers Romania     *
//** patkoscsaba [aT] gmail <dot> com                    *
//********************************************************
//** This is free softare and comes with no waranty      *
//** This softare is licensed under GPLv3				 *
//** You can read the license in attached .txt file      *
//********************************************************
*/


body {
	background-color: #fcfcfc;
	color: #22529b;
	font-family: arial, serif;
	font-size: 12px;
}

table,tr {
	border: none;
	width: 100%;
}

td , .submit{
	border: solid #000000;
	border-width: 1px;
	width: 33%;
	text-align: center;
	background-color: #22529b;
	font-family: arial, serif;
	color: #fcfcfc;
}

a:link,a:visited,a:active,a:hover {
	text-decoration: none;
	color: #fcfcfc;
	font-weight: bolder;
	font-family: arial, serif;
	font-size: 12px;
}

a.list,h2,h3 {
	text-decoration: none;
	color: #22529b;
	font-weight: bolder;
	font-family: arial, serif;
	font-size: 14px;
}

a:hover {
	color: #ffe200;
}

td.list {
	background-color: #fcfcfc;
	border: none;
	font-size: 14px;
	text-align: left;
	color: #22529b;
	width: auto;
}

h2 {
	font-size: 20px;
	margin-bottom: 2px;
}

h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

hr {
	margin-top: 2px;
}

div.packageDetails {
font-size:14px;
margin-left:50px;
margin-top:10px;
margin-bottom:15px;
}

a.moreLink {
	color:#22529b;
	text-decoration:underline;
	font-size:8px;
}

input[type=text] {
	background-color: #fcfcfc;
	color: #22529b;
	font-family: arial, serif;
	font-size: 12px;
	height: 20px;
	border: 1px solid #000000;
}
