/* 
================================
Leonidas Kallipolitis
ATC 2009 - SYNC3 Project
================================
*/

body
{
 background-color: #FFFAF3;
}

.imageBackground
{
  background: white;
}

.menuBackground
{
  background: transparent;
  vertical-align:bottom;
}

.menutopcorner
{
  background-image : url(images/round_corner_top.gif);
  background-repeat: no-repeat;
  background-position:right;
  height: 100px;
}

.topbackground
{
 background-image : url(images/background.gif);
 background-repeat: no-repeat;
 background-position: left;
}

.middlebackground
{
 background-image : url(images/background_patbig.gif);
  background-repeat: repeat-x;
}

.menuimages
{
 background-image : url(images/menu_images.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 height: 100px;
}

.footer
{
 background: white;
 height:40px;
 vertical-align: bottom;
}

/* -- End rest of site Montage --*/

a.sync3HomeImageLink
{
    width: 244px;
    height: 100px;
    display: block;
    background-image: url(images/sync3_logo.gif);
    background-repeat: no-repeat;
    background-position:center;
}

a.atcImageLink
{
    margin-bottom: 0px;
    margin-right: 5px;
    width: 96px;
    height: 20px;
    display: block;
    background-image: url(images/atcLogo.png);
    background-repeat: no-repeat;
    float: right;
}

a.atcImageLink:hover
{
    background-image: url(images/atcLogo.png);
    background-repeat: no-repeat;
}

a.atcImageLink-gif
{
    margin-bottom: 0px;
    margin-right: 5px;
    width: 96px;
    height: 20px;
    display: block;
    background-image: url(images/atcLogo.gif);
    background-repeat: no-repeat;
    float: right;
}

a.atcImageLink-gif:hover
{
    background-image: url(images/atcLogo.gif);
    background-repeat: no-repeat;
}

.ContentPane
{
    width: 100%;
    padding-left: 5px;
    padding-right: 10px;
    background-color:White;
}

.panetop
{
    padding-top: 10px;
    padding-left: 60px;
    background-color:White;
    height: 100%;
    width: 100%;
}

.searchPane
{
    padding-top:10px;
    padding-right:6px;
    background:white;
    height: 44px;
}

.privatePane
{
    padding-right:6px;
    background: white;
    text-align: center;
    width:300px;
    height: 34px; 
}

.paneleft
{
    width: 200px;
    padding-left: 2px;
    padding-top: 3px;
}
.paneright
{
    padding-right: 6px;
    padding-top: 3px;
    background-color:White;
    height: 330px;
}

.europe
{
    padding-right: 6px;
    background-color:White;
    background-image: url(images/eu-flag.gif);
    background-position:left;
    background-repeat:no-repeat;
    text-align: center;
    vertical-align:bottom;
    font-weight:bold;
    font-size: 10px;
    color: #172F75;
    height:30px;    
}


.sepline
{
    width: 100%;
    background-image: url(images/0_title_pat.gif);
     background-position: center;
     background-repeat:repeat-x;
}

/* standard hyperlinks for the tokens eg. copyright, login, user */
.SkinObject
{
    background:white;
    color: #025563;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    vertical-align: bottom;
}

A.SkinObject:link
{
    background:white;
    color: #025563;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    vertical-align: bottom;
}

/* Login link with same color as the background
/* so as for the link to be invisible*/
A.Loginobj:link
{
    color: #45838D;
    background:transparent;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

/* Links in modules */
A:link
{
    color: #e58926; 
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}
A:visited
{
    color: Purple; 
    text-decoration: none;
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
}

/* classes used by DotNetNuke for things like the container title */

.Head
{
    font-size: 18px;
    font-weight: bold;
    color: #E58926;
}
.SubHead
{
	  font-family: Verdana, Arial;
    font-size: 12px;
    color: #025563;
}
.SubSubHead
{
    font-size: 10px;
    color: #E58926;
}

#dnn_ctr667_ViewComments_dlComments .Head{

    font-size: 12px;
    font-weight: bold;
    color: #E58926;
}























