@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
}
.noticeBoardBack {
	background-image: url(images/noticeboard_back.jpg);
	background-repeat: no-repeat;
}
.JudgmentsOrdersBoard {
	background-image: url(images/JudgmentsOrdersBoard.jpg);
	background-repeat: no-repeat;
}
.notifications {
	background-image: url(images/notifications.jpg);
	background-repeat: no-repeat;
}
.mainBackMiddle {
	background-image: url(images/backMainMiddle.gif);
	background-repeat: repeat-y;
}.mainBackBottom {
	background-image: url(images/backMainBottom.gif);
	background-repeat: no-repeat;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.footerDisc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align:justify;
}

.menuBarBack {
	background-image: url(images/menuBarBack.jpg);
	background-repeat: repeat-x;
}
.box1top {
	background-image: url(images/box1top.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
}
.box1topBlank {
	background-image: url(images/box1topBlank.gif);
	background-repeat: no-repeat;
	background-position: -3px top;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: capitalize;
}
.box1middleback {
	background-image: url(images/box1middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	left: auto;
}
.box1bottomback {
	background-image: url(images/box1bottom.gif);
	background-repeat: no-repeat;
	background-position: 2px bottom;
}
.topBar {
	background-image: url(images/backOriginal.jpg);
	background-repeat: repeat;
	height: 110px;
	width: 100%;	
}

.box3 {
	margin:auto;padding:0px;
	width:65%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}.box3 table{
	width:65%;
	height:100%;
	margin:auto;padding:0px;
}.box3 tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.box3 table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.box3 table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}.box3 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.box3 tr:hover td{
	
}
.box3 tr:nth-child(odd){ background-color:#e5e5e5; }
.box3 tr:nth-child(even)    { background-color:#ffffff; }.box3 td{
	vertical-align:middle;
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.box3 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.box3 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.box3 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.box3 tr:first-child td{


	background-color:#cccccc;
	border:0px solid #000000;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}

.box3 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.box3 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.box2 {
	margin:auto;padding:0px;
	width:65%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}.box2 table{
	width:65%;
	height:100%;
	margin:auto;padding:0px;
}.box2 tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.box2 table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.box2 table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}.box2 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.box2 tr:hover td{
	
}
.box2 tr:nth-child(odd){ background-color:#e5e5e5; }
.box2 tr:nth-child(even)    { background-color:#ffffff; }.box2 td{
	vertical-align:middle;
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	
}.box2 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.box2 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.box2 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.box2 tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:19px;
	font-family:Arial;
	font-weight:bold;
	
}
.box2 tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.box2 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.box2 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.sbutton
{
background-color:#666666;
border:none;
font-style:normal;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	
}

#header {
	
	padding:10px;
}
#content {
	padding-bottom: 140px; /* Height of the footer element */
}
#footer {
	
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
}
a.hyperlinkfonts:link {color:#000000;text-decoration:underline;}
a.hyperlinkfonts:visited {color:#0000FF;text-decoration:underline;}
a.hyperlinkfonts:hover {text-decoration:underline;}
a.external:link {color:#000000;text-decoration:underline;}
a.external:visited {color:#0000FF;text-decoration:underline;}
a.external:hover {text-decoration:underline;}

.external{
	padding-right:15px;
       background:url("images/external.png") no-repeat right top;
	background-size: 0.8em;
       text-decoration:none;
}

#block_container
{
   
}
#bloc1, #bloc2
{
    display:inline;
}

ul#breadcrumbs{         
            list-style:none;
            /* optional */
            margin:0px;
            padding:1px 2px 10px 5px;
            
            
            height:30px;
            border-radius:5px;
           
            -moz-box-shadow:0 0 3px 0 #000;
        }
        ul#breadcrumbs li{
            float:left;
            background:#93ce68 url(bg.png)no-repeat right;
            height:30px;
            padding:0 23px 0 10px;
            text-align:center;
            text-decoration:none;
            color:#000;
            line-height:32px;
        }
        ul#breadcrumbs li.active{
            background:url(bg.png)no-repeat right;
            color:#000;
        }
        ul#breadcrumbs li a{
            display:block;
            text-decoration:none;
            color:#fff;
            line-height:32px;
            text-shadow:0 0 2px #222;
        }
        ul#breadcrumbs li a:hover{
            color:#a2ff00;
        }