﻿body
{
    font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.9em;
    background-color:Gray;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #2A89A5;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

#floatleft {
	float: left;
	/*width: 100px;*/
}

p.margin 
{
	margin: 15px 15px 15px 15px
}

a:link, a:visited {color: black}

#c1 
{
	background-color:Silver;
	width: 500px;
	color: Black; 
}

#c2
{
	background-color: Gray;
	color: White;
}

h1
{
    font-size: 1.2em;
    font-weight:bold;
    color:black;
}


h2
{
    font-size: 1.1em;
    font-weight:bold;
	color:black;
}

h3
{
	font-weight:normal;
    font-size: 1em;
	color:black;
	margin:0;
	padding:0;
}

h4
{
	font-weight :normal;
    font-size: 1em;
	color:black;
	margin:0;
	padding:0;
}

span.nyhedoverskrift
{
    font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size:small;
    font-weight:normal;    
}

span.nyhed
{
    font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size:small;
    font-weight:normal;    
}


.defaultformview
{
	padding: 0px 0px 0px 0px;
	border: none;
}

.centermargin
{
	margin: 20px 20px 20px 20px;
	text-align: center;
}
.setmargin
{
	margin: 20px 20px 20px 20px;
}

td.menu
{
	border-top: none;
	border-bottom: 5px solid white;
	background-color:Blue;
	font-weight:bold;
}


table.master 
{
	width: 900px;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background-color: White;
}

td.header
{
	background-color:#3a418a;
}

/* Picture at the top of the site */
#poster
{
    background: url(images/Alanya-Best-Service_top.gif) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 88px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#footer
{
    color: white;
    font-size: 0.75em;
    background-color: #3a418a;
    width: 100%;
    height: 26px;
    text-align: center;
    padding-top: 8px;
    border-top: 2px solid white;
}

table.menu 
{
	margin:0;
	width: 900px;
	border: 0;
	border-top: 1px solid yellow;
	border-bottom: 2px solid white;
}

td.menuline
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: none;
	border-left: none;
	background-color: #3a418a;
}

/*li {display:inline}*/

/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo , .photo a:link, .photo a:visited
{
    /*background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    */
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 6px;
    border-style: none;
	border: none;   
    padding: 0px;
}

.picture , .picture a:link, .picture a:visited
{
    /*background: #FEFFC8;*/
    /*border: solid 1px #E8DCA3;*/
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 6px;
    border-style: none;
	border: none;   
    padding: 0px;
    /*padding: 3px;*/
    /*margin: 5px;*/  
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*CollapsiblePanel*/
.collapsePanel {
	
    background-color: #D3DEEF;
}

.collapsePanelHeader{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

div#nifty{margin: 0px 0px;background: #D3DEEF}
div#niftycontent{margin: 5px 5px 5px 5px}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b{display:block;height: 1px;
    overflow: hidden; background: #D3DEEF}
b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #D3DEEF}    
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.newsdate
{
	font-size :x-small;
	margin-top: 5px;
	margin-bottom: 5px;
}
.newsheader
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
