/* 
    Document   : GlobalStyles
    Created on : 26.Oca.2010, 12:52:21
    Author     : Özgür Fırat Özpolat
        
*/

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

root { 
    display: block;
}
.MainBackgroundColor { background-color: #333333; }
.MinWidth200 { min-width: 200px; }
.ColorWhite { color: #f3f3f3; }
.Bold { font-weight: bold; }
.Padding3px { padding: 3px; }
.Clear { clear: both; }