﻿/* Layout for desktop version */
html {
  overflow-y: scroll;
}

body {
   
  margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;

}

.contentbox > :first-child
{
    margin-top: 0;
}

/**************************************
 *  Header                            *
 **************************************/
#header #Logo {
    height: 105px;
    width: 300px;
    margin-bottom: 15px;
    background-image: url("../Images/Dayanisma/header-880x250.png"); 	
	/*
    background-image: url(../Images/headerlogo.png);
    
    background-repeat: no-repeat;
	*/
    background-position: left bottom;
    float: left;
    display: none;
}
/*
#header #Logo a{
    display:block;
    height: 120px;
    width: 300px;
    
}
*/

#header #LanguageSwitcher, #header #TopLinks {
    float: right;
    font: 13px arial,sans-serif;
    line-height: 36px;
    text-transform: lowercase;
}

#header #TopLinks ul {
    list-style: none;
}

#header #TopLinks ul li {
    display: inline;
}

#header #LanguageSwitcher a, #header #TopLinks a {
    margin: 0 10px;
    text-decoration: none;
    color: #282828;
}

#header #LanguageSwitcher a:hover, #header #TopLinks a:hover {
    color: #4AA1C6;
}

/**************************************
 *  Header Menu                       *
 **************************************/

.header .Menu {
    clear: right;
    float: right;
    margin-top: 11px;
    margin-left: 150px;
    width: 100%;
    text-align: right;
    
    border: 3px solid black;
    
}


.Menu 
{
   text-align: center;
}


.Menu A
{

 
 
    background-image: url(../Images/Dayanisma/glossybutton3.png);
    width: 98px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
    color: White;
    
}

.header .Menu a {
    margin: 0 15px;
    line-height: 28px;
    font-size: 16px;
    display: block;
    float: left;
    color: #282828;
    text-decoration: none;
    border-bottom: 6px solid #FFFFFF;
    white-space: nowrap;
    
    



    
 
    
}

#header #Menu a:hover, #header #Menu a.NavigationOpen {
    text-decoration: none;
    border-bottom: 6px solid #4AA1C6;
    color: #0091bc;
}

/**************************************
 *  Header Image                      *
 **************************************/
#header #HeaderImage {
    clear: both;
	/*
    background-image: url(../Images/header.jpg);
    background-repeat: no-repeat;
	*/
    height: 250px;
    
}


/**************************************
 *  Navigation Column                 *
 **************************************/
#navigationcolumn {
    padding-top: 0px;

}

#NavigationMenu
{

}

#NavigationMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#NavigationMenu ul li {
    font-size: 14px;
    line-height: 22px;
}

#NavigationMenu ul ul li {
    font-size: 13px;
    line-height: 16px;
    background-image: url(../Images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;  
    padding-left: 12px;
    margin-bottom: 0px;
}

#NavigationMenu ul ul li a {
    color: #282828;
    line-height: 20px;
}

#NavigationMenu ul li a.NavigationSelected
{
  font-weight: bold;
}

#NavigationMenu ul li a.NavigationOpen
{
  
}

#NavigationMenu ul ul ul {
    margin-left: 3px;
}

#NavigationMenu a {
    text-decoration: none;
}

/**************************************
 *  Content Column                    *
 **************************************/
#contentcolumn {
    padding-top: 40px;
    padding-bottom: 40px;
}
#content ul{
    padding: auto;
    margin: auto;
}

#content 
{
    padding: 10px;
    
    margin: auto;
    width: 100%;
    background-color: White;
    opacity: .99;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    xborder: 1px solid gray;
}

/**************************************
 *  Aside Column                      *
 **************************************/
#asidecolumn {
    padding-top: 40px;
}

/**************************************
 *  Footer                            *
 **************************************/

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    
}
.footer, #push {
    height: 43px;
}

#page-header{
   height: 98px;
	width: 100%;
	background-image: url(../Images/Dayanisma/page-header.png);
    background-repeat: no-repeat;
	margin-top: 15px;
}
#page-footer{
   height: 30px;
	width: 100%;
	background-image: url(../Images/Dayanisma/page-footer.png);
    background-repeat: no-repeat;
	margin-bottom: 15px;
}

.footer {
    
    line-height: 43px;
    text-align: center;
    
    margin: auto;
    
    
    

    display:block;

    
    
    
    

}
.footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#copyright
{
    width: 920px;
    height: 43px;
    color: Gray;
    
        
}
/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

    .examplecontainer {
    }

    body {
    }

}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

    /* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
            .download {
            background: url(../img/downarrow@2x.png) no-repeat;
            background-size: 27px 28px;
            }
            */

}

TABLE#tableBox 
{
	width: 990px;
	
	border-spacing:0;
	border-collapse:collapse;
	
	margin-left:auto; 
    margin-right:auto;
    
	border-width:0px;

/*
	width: 990px;
	height: 100%;
	*/
	padding:0;
	
	
	
	
}

TABLE#tableBox  TD, TABLE#tableBox   TH
{
    padding: 0; /* 'cellpadding' equivalent */
    
}

TD.tlBox
{
	height:10px;
	width:10px;
	background-image:url('../Images/box/tl.png')
}

TD.tmBox
{
	height:10px;
	background-image:url('../Images/box/tm.png');


}

TD.trBox
{
	height:10px;
	width:10px;
	background-image:url('../Images/box/tr.png');
}

TD.mlBox
{
	width:10px;
	background-image:url('../Images/box/ml.png')
}


TD#mmBox
{
	
}



TD.mrBox
{
	width:10px;
	background-image:url('../Images/box/mr.png');


}

TD.blBox
{
	height:10px;
	width:10px;
	background-image:url('../Images/box/bl.png')
}

TD.bmBox
{
	height:10px;
	background-image:url('../Images/box/bm.png');


}

TD.brBox
{
	height:10px;
	width:10px;
	background-image:url('../Images/box/br.png');
		
}

