/* 
    Document   : track
    Created on : Nov 10, 2011, 3:29:09 PM
    Author     : Alan Acosta, alan.acosta@gps.com.co
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	min-width: 640px;
	min-height: 480px;
}

.desktop {
	position: relative;
	min-width: 400px; /* Helps keep header content from wrapping */
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
	border: 1px solid red;
}
