
#main
{
	width: 100%;
}

#header
{
    position: relative;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	text-align: left;
}

#header #logo
{
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 69px;
    cursor: pointer;
    background: #fff url(Epsilon/img/logo.png) no-repeat 0 0;
}

#header
	.header-nav
{
	float: right;
	text-align: right;
	margin: 18px 8px 0 0;
}


#header
	.culture-chooser
{
    text-align: right;
    overflow: hidden;
}

#header
	.culture-chooser
	    table
{
    float: right;
}

#header
	.culture-chooser img
{
    margin: 0 2px;
}

#header
	.second-nav
{
    margin: 2px 0;
    clear: both;
}

#nav
{
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	text-align: left;
}

#breadcrumbs
{
    padding: 8px 6px;
}
#main {
    background-color: #fff;
}
#content
{
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}



#content.full
{
    width: auto;
    padding: 5px 8px;
}

#content .middle-column
{
    width: auto;
    padding: 5px 20px;
    margin: 0 225px;
}

#content .left-column
{
    float: left;
    width: 225px;
}

#content .right-column
{
    float: right;
    width: 225px;
}


#content.v2 .middle-column { margin: 0 ;}
#content.v2 .middle-column.with-left { margin-left:245px;}
#content.v2 .middle-column.with-rigth  { margin-right:225px;}
#content.v2 p{ margin: 0;}
	




/* Footer */
#footer
{
	clear: both;
	width: 100%;
    color: #333;
    font-size: 1em;
	height: 150px;
	margin: 15px 0 0 0;
	border-top: 1px solid #eaeaea;
	background-color: #f6f6f6;
}

#footer
    #inner-footer
{
	margin: 12px auto;
	width: 992px;
}

#footer
    #inner-footer
        .socials {
    text-align: right;
}

#footer
    #inner-footer
        .socials .social
{
    display: block;
    float: right;
    padding: 0.5em 0.2em;
}

#footer
    #inner-footer
        .left
{
    float: left;
    width: 30%;
}

#footer
    #inner-footer
        .middle
{
    float: left;
    width: 40%;
}

#footer
    #inner-footer
        .right
{
    float: left;
    width: 30%;
}

#footer
    #inner-footer
        .full
{
    clear: both;
    width: 100%;
}




table.grid-front
{ 
    margin: 6px 0 0 0;
    border: 1px solid #eee;
    border-collapse: collapse;
}

table.grid-front .Item,
table.grid-front tr:nth-child(even) 
{ background-color: #eee; }

table.grid-front .AlternatingItem,
table.grid-front tr:nth-child(odd) 
{ background-color: white; }

table.grid-front .Item td,
table.grid-front .AlternatingItem td
{
    font-size: 0.95em;
    padding: 3px 5px 2px 2px;
}

table.grid-front .SelectedItem
{
	background-color: #ddd;
}

table.grid-front .Header td,
table.grid-front .Footer td,
table.grid-front .Header th,
table.grid-front .Footer th
{
    color : #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 5px 2px 3px; 	
    vertical-align: middle;
    background-color: #92877b;
}

table.grid-front a {text-decoration : none}



ul.menu
{
    margin: 0;
    padding: 20px 0 0 0;
    list-style-type: none;
    list-style-position: outside;
}

ul.menu li
{
    list-style: none;
}

ul.menu li.selected {
    border-left: 2px solid #DD4B39;
}

/* -- Module Styles -- */

.epsilon-box
{
    padding: 6px 8px;
    margin: 0 0 12px 0;
}

.border-box
{
    padding: 6px 8px;
    border: 1px solid #eaeaea;
    margin: 0 0 12px 0;
}

.gray-box
{
	border: 1px solid #eaeaea;
	background-color: #f6f6f6;
}

.side-brown
{
    margin: 0 0 8px 0;
}

.side-brown h2
{
    color: #fff;
    font-weight: bold;
    padding: 0.3em 0 0.3em 1.6em;
    background: #92877b url(Epsilon/img/icons/side-brown.png) no-repeat 6px 4px;
}


.inner-side-brown
{
    padding: 4px 6px;
}

.side-one-border
{
    margin: 0 0 8px 0;
}

.side-one-border  h2
{
    color: #92877b;
    font-weight: bold;
    padding: 5px 0 5px 8px;
    border-bottom: 1px solid #AAA;
}

.inner-side-one-border
{
    padding: 4px 6px;
}

/* -- Text styles -- */

.PurpleTitle
{
    color: #503C70;
    font-size: 1em;
    font-weight: bold
}

.EPWithTitle .Title
{
    margin:5px;
}






