/* SVN FILE: $Id: cake.generic.css 7690 2008-10-02 04:56:53Z nate $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7690 $
 * @modifiedby		$LastChangedBy: nate $
 * @lastmodified	$Date: 2008-10-02 00:56:53 -0400 (Thu, 02 Oct 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */


  html,body {background: #cfcfcf; margin:0px; margin-top:0px; padding:0px; text-align: center;}
  
  #container {background: #ffffff; width: 960px; text-align: left; margin-left:auto; margin-right:auto; background-image: url(http://www.sms-fun.nl/img/back_02.gif); background-repeat: repeat-y;}
  #header {background: #ffffff; height: 220px; padding:0px; background-image: url(http://www.sms-fun.nl/img/back_01.gif); background-repeat: no-repeat;}
  #logowrapper {padding-top:25px;}
  #logo {width: 184px; height:184px; margin-left:25px; background-image: url(http://www.sms-fun.nl/img/logo.gif); background-repeat: no-repeat;}
  
  #flashwrapper {padding-top:-100px; padding-left:200px;}

  #content {overflow: auto;}
  #leftcol {width: 225px; float:left;}
    
  #phonebg {width: 184px; height:340px; margin-left:25px; margin-bottom:10px; background-image: url(http://www.sms-fun.nl/img/phone.gif); background-repeat: no-repeat;}

  #phoneadvert {
   margin-left:15px; 
   margin-right:15px; 
   }

  #phoneboxnr {
   padding-top:75px; 
   margin-left:10px; 
   margin-right:15px;
   font-family: "Century Gothic", "arial", "verdana", sans-serif;
   font-size: 12px;
   }

  #phonetext {
   padding-top:10px; 
   margin-left:5px; 
   margin-right:5px;
   font-family: "Century Gothic", "arial", "verdana", sans-serif;
   font-size: 12px;
   }

  #greybox_top {width: 184px; height:40px; margin-left:25px; margin-top:0px; background-image: url(http://www.sms-fun.nl/img/greybox_top.gif); background-repeat: no-repeat;}
  #greybox_middle {width: 184px; margin-left:25px; margin-top:0px; margin-bottom:0px; background-image: url(http://www.sms-fun.nl/img/greybox_middle.gif); background-repeat: repeat-y;}
  #greybox_bottom {width: 184px; height:40px; margin-left:25px; margin-bottom:10px; background-image: url(http://www.sms-fun.nl/img/greybox_bottom.gif); background-repeat: no-repeat;}
  
  #greybox_middle ul { margin-top:0px; margin-bottom:0px; }
  #greybox_middle li { color: #ce0795; }
  
  #greybox_middle a {
   font-family: "Century Gothic", "arial", "verdana", sans-serif;
	 font-size: 12px;
	 color: #ffffff;
  }
  
  #adverts {width: 700px; margin-left:0px; margin-right:0px; float:left; font-family: "Century Gothic", "arial", "verdana", sans-serif; font-size: 14px;}
  
  #advert {
  font-family: "Century Gothic", "arial", "verdana", sans-serif;
  font-size: 14px;
  background: #cfcfcf;
  color: #000000;
  padding:10px;
  border-style:groove;
  height: 220px;
  margin-bottom:10px;
  }
  
  #advert a{
   font-family: "Century Gothic", "arial", "verdana", sans-serif;
	 font-size: 20px;
	 color: #ce0795;
  }

  .floatLeft {
	 float: left;
   }

  
  #advert img {
	 border-style:double;
	 border-color: #7d7d7d;
	 border-width: 1px;
	 margin-right:10px;
  }

  .flag img {
	 border-style:double;
	 border-color: #7d7d7d;
	 border-width: 1px;
  }

  #advertlink {
    align: right;
  }

  #boxcode {
   font-family: "Century Gothic", "arial", "verdana", sans-serif;
	 font-size: 20px;
	 color: #ce0795;
  }
    
  #boxtext {
   font-family: "Century Gothic", "arial", "verdana", sans-serif;
	 font-size: 20px;
	 color: #000000;
  }

  
  #footer {clear: both; background: #ffffff; height: 124px; background-image: url(http://www.sms-fun.nl/img/back_03.gif); background-repeat: no-repeat;}
  
  #disclaimer {
	clear: both;
	margin-bottom:20px;
	text-align: center;
	font-family: "Century Gothic", "arial", "verdana", sans-serif;
	font-size: 10px;
	color: #ce0795;
	}
	
	#disclaimer a { 
   font-family: "Century Gothic", "arial", "verdana", sans-serif;
	 font-size: 10px;
	 color: #ce0795;
	 }
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
