@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Carme);
body {
	font-size:14px;
	font-family: 'Carme', sans-serif;
	color:#000;
}
h1 {
	font-family: 'Questrial', sans-serif;
	font-size:30px;
	border-bottom:1px solid #dcdcdb;
}
h2 {
	font-size:20px;
	text-align:center;
}

a:link, a:visited, a:active {
	color: #666;
}
a.author:link, a.author:visited, a.author:active {
	color: #666;
	background:none;
}
body div#sub_right div ul li a{
	color: #666;
	background:none;
}
body div#main_right p a {
	color: #666;
	background:none;
}
#solutions_left {
	float:left;
	width: 30%;
	padding-right:20px;
}
#solutions_right {
	float:left;
	width: 60%;
}
#main_left {
	float:left;
	width: 20%;
	padding-right:20px;
}
#main_right {
	float:left;
	width: 70%;
}
#sub_left {
	float:left;
	width: 20%;
	padding-right:20px;
}
#sub_right {
	float:left;
	width: 70%;
}
input {
	font-size:16px;
}
input[type=text] {
	height:20px;
	font-size:16px;
}
.mytable td {
  padding: 10px;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  font-family: 'Carme', sans-serif;
}

li.item {
	line-height:20px;
	margin-left:-50px;
	list-style: none;
	padding-bottom:5px;
}
li.item a:link,a:visited,a:active {
	color:#fff;
	background-color:#666;
	text-decoration: none;
	padding: 10px 40px 10px 40px;
	display: block;
	width:150px;
}
li.item a:hover {
	background-color:#09F;
}
/* Info messages */
.error, .warning, .ok, .info {
    margin-bottom: 1.5em;
    padding: 1em 1.5em 1em 5.5em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #444;
}
.error    {background: #fbe3e4 url(error.png) 2.2em center no-repeat; border-color: #e0011b; font:normal 12px/18px;}
.error a  {color: #d12f19}

.warning    {background: #fff6bf url(warning.png) 2.2em center no-repeat; border-color: #ffd324; font:normal 12px/18px;}
.warning a  {color: #817134}

.ok   {background: #e9ffdd url(ok.png) 2.2em center no-repeat; border-color: #72c868; font:normal 12px/18px;}
.ok a {color: #529214}

.info   {background: #e2ecee url(info.png) 2.2em center no-repeat; border-color: #9ddae6; font:normal 12px/18px;}
.info a {color: #2d7ba2}
