/*======================================================================================*\
* Copyright (c) 2008 BLUEWING - All Rights Reserved.
* ======================================================================================
* No part of this file may be reproduced or transmitted in any form or by any means, 
* electronic or mechanical, including photocopying and recording, for any purpose 
* without the express written permission of the owner of copyright.
* ======================================================================================
* @filesource       /view/stylesheets/gui.css
* @copyright        Copyright 2007, Bluewing, Florian Tschoerner
* @link             http://www.bluewing.biz
* @package          bluewing
* @since            Bluewing v 3.0.1
* @version          
* @modifiedby       
* @lastmodified     27.11.2009
* @license          http://www.opensource.org/licenses/mit-license.php The MIT License
\*======================================================================================*/

/*======================================================================================*\
 * ALL MEDIA
\*======================================================================================*/

@media all {

	/* common settings
	------------------------------------------------------------------------------------*/
	body {
		font-family:'Trebuchet MS',Trebuchet MS,sans-serif;
		font-size:12px;
		color:rgb(55,55,55);
		background-color:rgb(178,178,178);
	}

	img {
		border:none;
	}

	a {
		font-weight:bold;
		text-decoration:none;
		color:rgb(0,0,0);
	}
	a:hover {
		color:rgb(35,35,35);
	}
	a.anchor {
		display:none;
	}
	a.icon {
		background-repeat:no-repeat;
		background-position:0px 4px;
		padding-left:13px;
	}
	a.extern {
		background-image:url('../../../casinos-info_com/view/images/aExternNormal.png');
	}
	a.extern:hover {
		background-image:url('../../../casinos-info_com/view/images/aExternHover.png');
	}
	a.intern {
		background-image:url('../../../casinos-info_com/view/images/aInternNormal.png');
	}
	a.intern:hover {
		background-image:url('../../../casinos-info_com/view/images/aInternHover.png');
	}

	ul.noBullet {
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}

	.floatRight {
		float:right;
	}



	/* font settings
	------------------------------------------------------------------------------------*/
	h1, h2, h3, h4, h5, h6, p {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	h1 {
		font-size:1.4em;
		text-transform:uppercase;
		color:rgb(153,0,0);
		margin:0px 0px 15px 0px;
	}
	h2 {
		font-size:1.2em;
		color:rgb(153,0,0);
		font-variant:small-caps;
		border-bottom:solid 1px rgb(135,135,135);
		margin:10px 0px 10px 0px;
	}
	h3 {
	}
	p {
		margin:0px 0px 5px 0px;
	}
	i {
		color:rgb(0,0,0);
	}
	strong {
		color:rgb(153,0,0);
	}
	

	
	/* screen
	------------------------------------------------------------------------------------*/
	#guiScreen {
		width:740px;
		margin:10px auto 10px auto;
		background-image:url('../../../casinos-info_com/view/images/guiScreen.png');
		background-repeat:repeat-y;
		background-color:rgb(173,173,173);
	}

		/* header
		--------------------------------------------------------------------------------*/
		#guiHeader {
			height:95px;
			vertical-align:top;
			background-image:url('../../../casinos-info_com/view/images/guiHeader.png');
			background-repeat:no-repeat;
		}
		
		/* menu
		--------------------------------------------------------------------------------*/
		#guiMenu {
			height:30px;
			background-image:url('../../../casinos-info_com/view/images/guiMenuMain.png');
			background-repeat:no-repeat;
		}

		/* body
		--------------------------------------------------------------------------------*/
		#guiBody {
		}
			#guiContent {
				width:468px;
				text-align:top;
				border-right:dotted 1px rgb(153,153,153);
				padding:10px 10px 0px 15px;
			}
			#guiSidebar {
				vertical-align:top;
				padding:10px 15px 0px 10px;
			}

		/* baseboard
		--------------------------------------------------------------------------------*/
		#guiBaseboard {
			height:40px;
			background-image:url('../../../casinos-info_com/view/images/guiBaseboard.png');
			background-repeat:no-repeat;
		}



	/* menues
	------------------------------------------------------------------------------------*/

		/* tools
		--------------------------------------------------------------------------------*/
		#menuTools {
			list-style-type:none;
			margin:10px 10px 0px 0px;
			padding:0px 0px 0px 0px;
		}
			#menuTools li {
				float:right;
				font-size:0.8em;
				font-weight:normal;
				color:rgb(205,205,205);
				margin:0px 2px 0px 2px;
			}
				#menuTools li a {
					color:rgb(205,205,205);
				}
				#menuTools li a:hover {
					color:rgb(255,255,255);
				}

		/* main
		--------------------------------------------------------------------------------*/
		#menuMain {
			list-style-type:none;
			margin:0px 0px 0px 5px;
			padding:0px 0px 0px 0px;
		}
			#menuMain li {
				float:left;
				font-size:1em;
				font-variant:small-caps;
				margin:0px 3px 0px 3px;
			}
				#menuMain li a {
				}
				#menuMain li a:hover {
					color:rgb(153,0,0);
				}

		/* baseboard
		--------------------------------------------------------------------------------*/

	/* sidebar
	------------------------------------------------------------------------------------*/
	#guiSidebar table {
		width:100%;
		border:solid 3px rgb(230,230,230);
	}

}



/*======================================================================================*\
 * SCREEN
\*======================================================================================*/

@media screen {

}



/*======================================================================================*\
 * PRINT
\*======================================================================================*/

@media print {
}

/*======================================================================================*/