/*Global*/
ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li
{
    background-image: url(ul_bullet.gif);
    background-repeat: no-repeat;
    background-position:left center;
    padding-left: .6em;
}

h1
{
    font-size:11px;
    font-family:Verdana;
    font-weight:bold;
    color:#0389fc;
    text-decoration:none;
    border-bottom:1px solid #a0a0a0;
}

h2
{
    font-size:12px;
    font-family:Verdana;
    font-weight:bold;
    color:black;
    text-decoration:none;
    margin:5px 0px;
}

p
{
    font-size:12px;
    font-family:Verdana;
    color:black;
    text-decoration:none;
    margin:5px 0px;
    text-align:justify;
}

a
{
    font-size:11px;
    font-family:Verdana;
    font-weight:bold;
    color:#0389fc;
    text-decoration:none;
}

a img
{
    border: none;
}

.floatfix
{
    clear:both;
}

body
{
    text-align:center;
    font-size:12px;
    font-family:Verdana;
}

table
{
    font-size: 1em; 
}
/*Page*/

#PageArea
{
    width:1000px;
    margin:auto;
}

#PageArea #PageArea-table
{
    width:1000px;
}

#PageArea #PageArea-table td
{    
    vertical-align:top;
}

#PageHeader
{
    text-align:left;
    padding:15px;
    position:relative;
    height:70px;
    background-position:bottom center;
    background-repeat:no-repeat;
    background-image:url(PHead_bg_line.gif);
}

#PageArea-Left
{
    position:relative;
    width:200px;
    left:-2px;
}

#PageArea-Content
{
    width:660px;
    margin:0px 15px;

}

#PageArea-Right
{
    width:100px;
    text-align:center;
    padding-top:15px;
}

.banners
{
   text-align:center;   
}

.banners img
{
    margin:0px auto 10px;
    border:1px solid #A0A0A0;
    
}
#PageArea-Left .banners img
{
    width:140px;
}

/*Main Menu*/
#MMenu
{
    width:200px;
}

#MMenu .MMenu-Item
{
    width:200px;
    background-position:bottom center;
    background-repeat:no-repeat;
    background-image:url(MMenu_bg_line.gif);
    margin:5px 0px 0px;
    font-size:14px;
    border:none;
}

#MMenu .MMenu-Item a
{
    display:block;
    padding:0px 15px 10px 15px;
    font-size:11px;
    font-family:Verdana;
    font-weight:bold;
    color:#0389fc;
    text-decoration:none;
    text-transform:uppercase;
}


#MMenu .MMenu-Item a:hover
{    
    color:red;
}

#MMenu ul
{
    margin:0px 10px 0px 20px;
}

#MMenu ul a
{   
    text-decoration:none;
    font-size:12px;
    font-family:Verdana;
    color:#959595;
    font-weight:normal;
}

#MMenu ul li.selected a
{
    font-weight:bold;
}


/*News List*/
.NewsList
{
    width:100%;
}

.NewsList .NewsList-Item
{
    border-bottom:1px dashed #0389fc;
    width:100%;
    margin:15px 0px;
}

.NewsList .NewsList-Item td
{
    height:110px;
}

.NewsList .NewsList-Item.actual
{
    border-bottom:1px dashed red;
}

.NewsList .NewsList-Item.actual h2
{
    color:red;
}

.NewsList .NewsList-Item.actual a
{
    color:red;
}

.NewsList .NewsList-Item-Right
{
    text-align:right;
}

.NewsList .NewsList-Item-Left
{
    text-align:left;
}


.NewsList .NewsList-Item img
{    
    height:110px;
    width:110px;
    margin:5px 0px 5px 10px;    
}

/*SubSadalasList*/
ul.SubSadalasList
{
  float: left;
  margin: 5px 5px;
  padding: 0px;
  list-style: none;
  width:100%;
}

ul.SubSadalasList li
{
  float: left;
  width: 200px;
}

ul.SubSadalasList li a
{
    color:#959595;
    font-family:Verdana;
    font-size:10px;
    text-decoration:none;
}

/*ArhitektiList*/
.ArhitektiList
{
    width:100%;
    text-align:center;
    border-collapse:collapse;
}

.ArhitektiList th
{
    border-bottom:1px solid #a0a0a0
}

.ArhitektiList tr.odd, .ArhitektiList tr.odd td
{
    /*background-color:#E4F6FF*/
    border-bottom:1px dashed #0389fc;
}

.ArhitektiList tr.even, .ArhitektiList tr.even td
{
    border-bottom:1px dashed #0389fc;
    /*background-color:#FFFFFF*/
}

#ArhitektiForm
{
    margin:20px;
}
#ArhitektiForm .ArhitektiForm-search
{
    width:70%;
}

/*GG Item*/
.GGItem .GGItem-ImageArea
{
    text-align:center;
}
.GGItem .GGItem-ImageArea img
{
    height:100px;
    margin:10px;
}

.GGHead
{
    font-size:14px;
    font-weight:bold;
    border:none;
}

.NewsList .NewsList-Item.GGList img
{
    height:auto;
    width:60px;
}

.NewsList .NewsList-Item.GGList td
{
    height:auto;
}

/*LASProfiliList*/
.LASProfiliHead
{
    font-size:14px;
    font-weight:bold;
    border:none;
}
.LASProfiliList
{
    width:100%;
    text-align:center;
    border-collapse:collapse;
}

.LASProfiliList th
{
    text-align:left;
    border-top:2px solid #bababa;
    border-bottom:2px solid #bababa;
}

.LASProfiliList tr.odd, .LASProfiliList tr.odd td
{
    /*background-color:#E4F6FF*/
    border-bottom:1px dashed #0389fc;
    height:50px;
}

.LASProfiliList tr.even, .LASProfiliList tr.even td
{
    border-bottom:1px dashed #0389fc;
    /*background-color:#FFFFFF*/
    height:50px;
}
#PageArea #PageArea-table .LASProfiliList td
{
    vertical-align:middle;
    text-align:left;
}

.LASProfiliList img
{
    height:50px;
    width:50px;
    margin:5px 0px;
}

p.LASProfiliList-EmptyInfo
{
    margin:20px 20px auto 100px;
}
#LASProfiliForm
{
    margin:5px 0px;
}
#LASProfiliForm .LASProfiliForm-SearchLink
{
    color:#959595;
}
#LASProfiliForm .LASProfiliForm-SearchLink.selected
{
    color:#000000;
}
#LASProfiliForm .LASProfiliForm-search
{
    margin:0px 10px 0px 50px;
    width:170px;
}

.LASProfils-MiniProfils
{
    text-align:right;
    
}

.LASProfils-MiniProfils h1
{
    border:none;
}

.LASProfils-MiniProfils h1 a
{
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}

.LASProfils-MiniProfils p
{
    text-align:right;
}

.LASProfils-MiniProfils img
{
    width:180px;
    border:1px solid #A0A0A0;
}

.LASProfils-Foot a
{
    display:block;
    border-top:1px dashed #0389fc;
    padding-top:5px;
    margin:5px 0px 0px;
}

.LASProfils-Head a
{
    display:block;
    border-bottom:1px dashed #0389fc;
    padding-bottom:5px;
    margin:0px 0px 5px;
}

.LASProfils-FirstProject
{
    text-align:left;
}
.LASProfils-FirstProject img
{
    height:300px;
    margin:auto;
    border:1px solid #A0A0A0;
}

.LASProfils-Sadala
{
    margin:10px 0px;
}

.LASProfils-Sadala h1
{
    border-bottom:1px dashed #0389fc;
}

.NewsList .NewsList-Item.LASProfils td
{
    height:auto;
}

.NewsList .NewsList-Item.LASProfils .NewsList-Item-Left img
{
    height:40px;
    margin:5px;
    width:40px;
}

.LASProjekts .LASProjekts-Head h1
{
    color:black;
    border:none;
    font-size:12px;
}

.LASProjekts .LASProjekts-Head a
{
    display:block;
    border-bottom:1px dashed #0389fc;
    padding-bottom:5px;
    margin:0px 0px 5px;
}
.LASProjekts-Head p
{
    margin:10px 0px;
}

.LASProjekts-Foot a
{
    display:block;
    border-top:1px dashed #0389fc;
    padding-top:5px;
    margin:5px 0px 0px;
}

.LASProjekts-ImageArea
{
    text-align:left;
}
.LASProjekts-ImageArea img
{
    height:80px;
    margin:5px;
    border:1px solid #A0A0A0;
}