@charset "utf-8";
/* CSS Document */
body 			{
				
	 			margin: 0px;
				background-image:url(../images/grid-18px-masked.png);
				}
small   		{ font-size: 0.85em; }
.well {
  min-height: 20px;
  padding: 19px;
  width:900px;
  margin:0 auto;
  margin-bottom: 20px;
  
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background:#FFFFFF;
}
#kt {
	margin:auto;
	width:720px;
	height:200px;
	float:right;
	text-align:center;
	font-family:"calibri";
	}
#top {
	height: 30px;
	background: #000;
	color :#fff;
	width: 100%;
	padding:5px;
	font-size:24px;
	position: fixed;
	z-index:1;
	display: block;
	top :0px;
	font-family :"calibri";
}
#top-title {
	margin: 0 auto;
	
	width: 900px;
}
#top-portal {
	float: right;
	
}
#kontainer {
				width:800px;
				min-height:50px;
				
				
				margin:0 auto;
				padding:0px 50px 100px 50px;
				}

/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc;
				
                background: #f7f7f7 url(../images/shortcut-button-bg.gif) top left no-repeat;
                display: block;
                width: 120px;
                margin: 0 0 20px 0;
                }
				
				

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 15px 10px 15px 10px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
				font-family:"calibri";
				
				
                }

.shortcut-button span img {
                margin-bottom: 10px;
                }

.shortcut-button:hover {
                background: #fff;
				
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
				padding: 0 !important;
				background: 0;
                }
ul.shortcut-buttons-set li a{
				text-decoration:none;
				}

