/*  css/admin/layout.css */

html, body { 
	background: #e2e2e2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: medium;
	text-align: center;
}

#header{ 
	border: #003865 1px solid;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	background: #f26b2a;
    color: #fff;
    text-shadow: 2px 2px 0px #02020373;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;

}

#header h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

#navbar { 
	background: #003865;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#navbar ul { 
	margin: 0;
	padding: 0;
}

#navbar li { 
	list-style-type: none;
	display: inline;
	padding-left: 4px;
	color: #003865;
}

#navbar a { 
	/* border-left: 2px #f26b2a solid;
	border-right: 2px #f26b2a solid;
	border-top: 2px #f26b2a solid; */
	background: #FFFFFF;
	padding: 5px 10px 0px 10px;
	color: #003865;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	
}

#navbar a:hover { 
	text-decoration: underline;
	color: #f26b2a;
	/* background: #f26b2a; */
}

#content { 
	/* border-right: #f26b2a 2px solid;
	border-left: #f26b2a 2px solid;
	border-bottom: #f26b2a 2px solid; */
	padding: 10px;
	background: #FFF;
	width: 740px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
    color: #444;
    box-shadow: 2px 7px 10px 1px #d4d4d4;
}

#content h2 { 
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0px;
    width: 600px;
    color: #003865;
    border-bottom: #003865 2px solid;
}

#content h3 { 
	margin-top: 3px;
	margin-bottom: 3px;
	color: #003865;
	font-variant:small-caps;
	font-size: 16px;
	font-weight: bold;
}

#content table { 
	margin-left: auto;
	margin-right: auto;
}

#content tr.one { 
}

#content tr.two { 
}

#content td { 
	text-align: left;
}

tbody {
    line-height: 1.5;
}

#footer { 
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: #DFDFDF;
	font-variant:small-caps;
}

#footer A { 
	color: #DFDFDF;
}



/*  css/admin/styles.css */

table.paginate { 
	font-size: 8pt;
	color: #AAA;
	opacity: .5;
	filter: alpha(opacity=50);
}

a { 
	color: #336699;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}



