/**
 *
 * Style for ruam.com
 * 
 * Adding ID & Class Style
 *
 * Author: Vorapol K
 * 
 ********************************************/
 
 
/**
 * positioning class
 *
 ********************************/
 
	.float {
		float: left;
	}
	
	.floatr {
		float: right;
	}
	
	.center {
		margin: auto;
		text-align: center;
	}
	
	.txtleft {
		text-align: left;
	}
	
	.txtright {
		text-align: right;
	}
	
	.clear {
		clear: both;
	}
	
	.button {
		cursor: pointer;
	}
	
	.textshadow {
		text-shadow: 1px 1px 1px #2765ac;
	}
	
	.more {
		text-align: right;
		float: right;
		clear: both;
	}
	
/**
 * worldcup schedule
 *
 ********************************/	
	
	table.match, table.group {
			width: 90%;
			margin: 10px auto;
			border-collapse: collapse;
		}
		
		table.match *, table.group * {
			/*border: 1px solid #999;*/
			text-align: center;
			padding: 4px;
		}
		
			table.match td { 
				background: #fff;
				color: #666;
			}
			
				table.group a:link, table.group a:visited {
					text-decoration: none;
					color: #666;
				}
			
				table.group a:hover {
					color: #9A9A9A;
				}
		
			table th {
			padding: 5px;
			background: #999;
			color: #fff;
		}		
	

		
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	