body, form, p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

body {
  overflow: inherit ;
  background:url("image/bg_back.jpg") 0 0 repeat-x;
}


.linkTabela A:link
{
    text-decoration: none;
    color: #000000;
    font-family: Arial, Verdana, geneva, sans-serif;
    font-size: 14px;
}

.linkTabela A:visited
{
    text-decoration: none;
    color: #000000;
    font-family: Arial, Verdana, geneva, sans-serif;
    font-size: 14px;
}

.linkTabela A:active
{
    text-decoration: none;
    color: #000000;
    font-family: Arial, Verdana, geneva, sans-serif;
    font-size: 14px;
}

.linkTabela A:hover
{
    text-decoration: underline;
    color: #000000;
    font-family: Arial, Verdana, geneva, sans-serif; 
    font-size: 14px;
}

.linkMenu A:link
{
    text-decoration: underline;
    color: #182B49;
    font-family: Arial, Verdana, geneva, sans-serif;
    font-size: 7pt;
}

.linkMenu A:visited
{
    text-decoration: underline;
    color: #182B49;
    font-family: Arial, Verdana, geneva, sans-serif;
    font-size: 7pt;
}

.linkMenu A:active
{
    text-decoration: underline;
    color: #182B49;
    font-family: Arial, Verdana, geneva, sans-serif;
    font-size: 7pt;
}

.linkMenu A:hover
{
    text-decoration: underline;
    color: #182B49;
    font-family: Arial, Verdana, geneva, sans-serif; 
    font-size: 7pt;
    font-weight: bold;
}
/*
a: link {text-decoration: none; color:Yellow;	font-family: Arial, Verdana, geneva, sans-serif;font-size: 14px;color: #ffffff;}
a: visited {text-decoration: none; color: Yellow;	font-family: Arial, Verdana, geneva, sans-serif;font-size: 14px;color: #ffffff;}
a: active {text-decoration: none; color: Yellow;	font-family: Arial, Verdana, geneva, sans-serif;font-size: 14px;color: #ffffff;}
a: hover {text-decoration: underline; color: Yellow;	font-family: Arial, Verdana, geneva, sans-serif;font-size: 14px;color: #ffffff;}
*/

img {
  border-style: none;
  border: 0;
}

td {
  vertical-align: top;
}


#TopPanelContainer {
  height: 90px;
  background: transparent url("image/background_tile.gif") 0 0 repeat-x;
  padding: 26px 0 0 0;
}

#TopPanelContainerBot {
  height: 90px;
  background: transparent url("image/background_tile_bot.gif") 0 0 repeat-x;
  padding: 26px 0 0 0;
}

#BottomPanelContainer {
  height: 1.8em;
  background: #182b49;
}

#BottomPanelContainer .Panel,
#TopPanelContainer .Panel,
#TopPanelContainerBot .Panel
{
  width: 780px;
  margin: 0 auto;
}

#BottomPanelContainer .Panel * {
  color: #182b49 ; /* #dfe0ee; */
  font-size: 0.9em;
  vertical-align: middle;
}
#BottomPanelContainer .Panel {
  padding-top: 3px;
}

#TopPanelTitle,
#SiteSearch,
#FootNav {
  float: right;
  color: #182b49;/* #dfe0ee; */
  display: inline;
}

#SiteSearch input {
  font-size: 0.9em;
  color: #182b49;
  vertical-align: bottom;
  margin-left: 8px;
}

#InnerPanel {
  margin: 0 auto 0px auto;
  border: 10px solid #fff;
}

#Main {
  width: 900px;
}

#LeftBar,
#Content {
  vertical-align: top;
}

#LeftBar
{
   width: 191px;
}

.AcroImage
{
   padding: 5px 0 4px 0;
}

#Content
{
   margin: 0;
   padding: 0;
   border: none;
   font-size: 1.03em;
}

#SearchBlock 
{
   padding: 8px 0 5px 0;
   margin: 0 10px 10px 10px;
}
#SearchBlock 
{
   padding-bottom: 30px;
}

#SearchBlock input.Text
{
   height: 14px;
   width: 100px;
}

#SearchBlock .FormLabel
{
   font-size: 1em;
   line-height: 1.6em;
   font-weight: bold;
   vertical-align: middle;
   margin: 0 0 6px 0;
}

#Content {
   width: 780px;
   height: 350px;
   color :Blue;
   background-color:Green;
}

.ContentRow {
   width: 100%;
   clear: both;
}

.ContentRow td.Left,
.ContentRow td.Right {
   width: 284px;
}

.ContentRow td.LeftLarge,
.ContentRow td.RightLarge {
	width: 380px;
}

.ContentRow td.LeftSmall,
.ContentRow td.RightSmall,
.ContentRow td.Centre
{
	width: 188px;
}

.ContentRow td.Left,
.ContentRow td.LeftLarge,
.ContentRow td.LeftSmall,
.ContentRow td.Centre
{
   border-right: solid 4px #fff;
}

div.Grey1Main textarea
{
   width: 700px;
   height: 185px;
}

.CmsContent .ContentRow div.Grey1Main,
.CmsContent .ContentRow div.Grey2Main,
.CmsContent .ContentRow div.Grey3Main
{
   border-top: solid 4px #fff;
}

.ContentTable
{
	width: 100%;
}

.ContentTable td
{
	border-bottom: 2px solid #C3C5C6;
	color: #182b49;
	font-weight: bold;
}

.ContentTable td.Right
{
	padding-right: 50px;
	text-align: right;
}

.ContentTable td.Bottom
{
	border-bottom: none;
}

.ContentTable h3
{
	margin-bottom: 0;
}

.HomePageHeading,
.PageHeading
{
   width: 265px;
   vertical-align: top;
}

.ContentRow .Grey1Main
{
   padding: 6px 8px;
}

.ContentRow .CapcaMain
{
   padding: 6px 8px;
}


/*************************************
      FONTS
*************************************/

body, input, select, textarea
{
   font-family: Arial, Helvetica, sans-serif;
}

body
{
   font-size: 70.01%;
}

p, li, td, input, select, textarea
{
   font-size: 1.0em;
}


.TextLeft
{
   text-align: left;
}
.TextRight
{
   text-align: right;
}
.TextCenter
{
   text-align: center;
}

.underline
{
   text-decoration: underline;
}

.sPage
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em;
   font-weight: normal;    
   color: #000000;
}

.PPTable
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 13px;
   font-weight: normal;    
   color: #ff0000;
}

/*************************************
      COLOURS
*************************************/

body {
  background-color: #182b49 ;/* #dfe0ee; */
}

#Content
{
   background-color: #e3e6f2;
}

div.Grey1Main hr
{
   color: #fff;
   background-color: #fff;
}

.Grey1Main
 {
   background-color: #e3e6f2;
}

/*********************************************************
      HEADINGS
*********************************************************/

.Grey1Main .PageHeading h2
{
   color: #fff;
}

.Grey1Main h2
{
   color: #182b49;
}

.Grey1Main h2.light,
.Grey1Main h3.light
{
   color: #fff;
}


TabelaGlava
{
 font-size: 1.5em;
 line-height: 1.1em;
 font-weight : normal;
 margin-top : 5px;
 padding-top: 0;  
 background-color: Gray;
}

/*********************************************************
      MISCELLANEOUS
*********************************************************/

b,
strong,
.strong {
  font-weight: 700;
}

.WhiteText
{
  color: #fff !important;
}

.RedText,
.errorText {
	color: #FF0000 !important;
	font-weight: 700;
}

.InputWidth {
  width: 200px;
}

table.Captcha
{
	width: 160px;
	height: 40px;
	background-color:#FF9900;
	border: solid 10px #000000;
}

table.Captcha td
{
	padding: 5px 5px 5px 5px;
}

CaptchaStil
{
    font-family : Tahoma,Verdana,Arial ;
    font-size: 0.5em;
    	color: #182b49;
	font-weight: 700;
}


.Grey1Main p.NewsDateHead
{
	font-size: 1.1em;
	color: #182b49;
	font-weight: 700;
	padding-bottom: 10px;
}

.inline
{
  float:right;
  margin-top: 8px;
  margin-right: 5px;
}

td .Label
{
	font-weight: 700;
}

.timetablesList {
	padding: 5px 0 5px 0;
}

.timetablesList a {
	color: #182b49;
	font-weight: 700;
	font-size: 1.1em;
	text-decoration: none !important;
	
}
.timetablesList a:hover {
	text-decoration: underline !important;
	color: #182b49;
}
.timetablesList a:visited {
	color: #182b49;
}
.timetablesList p {
	padding-bottom: 5px;
}

.PageControls {
	margin: 12px 0 8px 0;
}
.PageControls img {
	margin: 0 6px;
	vertical-align: middle;
}
.SearchResult {
	border-top: 1px solid #fff; 
	margin: 5px 0; 
	padding: 5px 0;
}


div.WhiteSpacer {
  border-top: solid 4px #fff;
}

div.TitleBlue {
  width: 100%;
  background: #182b49;
  border-top: solid 4px #fff;
}
div.TitleBlue img {
  margin: 6px 0 6px 6px;
}


table.marketing
{
	color: #fff;
}

table.shadowTable
{
	margin:0;
	padding:0;
	table-layout:auto;
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: transparent;
}

.bottomLeft
{ 
	background-image:url('image/bottomLeft.png');
	background-repeat: no-repeat;
	background-position: right top;
	width:9px;
	height:9px	
}

.bottom
{ 
	border:none;	
	padding:0px;	
	background-image:url('image/bottom.png');
	background-repeat: repeat-x;
	background-position: right top;
	height:9px	
}

.right
{ 
	border:none;	
	padding:0px;		
	background-image:url('image/right.png');
	/* background-repeat: y-repeat; */
	background-position: left top;
	width:9px	
}

.bottomRight
{ 
	border:none;
	padding:0px;		
	background-image:url('image/bottomRight.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px;
	height:9px;	
	border-collapse:collapse	
}

.topRight
{ 
	border:none;	
	padding:0px;		
	background-image:url('image/topRight.png');	
	background-repeat: no-repeat;
	background-position: left bottom;
	width:9px;
	height:9px;	
}

.topRightAndRight
{ 
	position:relative;
	left:0;
	top:0;
	border:none;	
	padding:0px;		
	background-image:url('image/topRightAndRight.png');	
	background-repeat: no-repeat;
	background-position: left top;
	width:9px;
}

.textOfShadowTable
{
	border:1px dotted black;
	position:relative;
	left: 0px;
	top: 0px;	
	padding: 10px;
	background: #ffc;
	width:auto;	
}

.TitleDesc 
{
	font-family: Arial, Verdana, geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #3d8d02; 
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 15px;
}

.X 
{
	font-family: Arial, Verdana, geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #00ff00; 
	text-align: left;
	padding-bottom: 30px;
	padding-top: 30px;
	background-image:url('image/topRightAndRight.png');	
	background-repeat: repeat-y ;
}

.TitleDescSad 
{
	font-family: Arial, Verdana, geneva, sans-serif;
	font-size: 12px;
	color: #2e6803;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}



