/**
 * @author GeekTantra
 * @date 24 September 2009
 */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
	color:#373737;
	margin:0px;
	padding:0px;
   
}
input, select {
	font-family: 'Roboto', sans-serif;
	border-radius:3px;
	border:1px solid #ccc;
	padding:5px 5px 5px 10px;
	color:#373737;
	opacity:1;
}
.full-width {width:97%}

input[type="submit"]{ border:1px solid red;
background:#da000b;
color:white;
text-transform:uppercase;
cursor:pointer;
}
.tablesaw-modeswitch.tablesaw-toolbar {
    display: none;
}
h1 {
    margin: 0px 0px 10px;
    font-size: 22px;
}

.Tabs {
    margin-bottom: -1px;
    padding: 3px 10px 0px 10px;
}

.Tabs a {
    border: 1px solid #AAA;
    display: inline-block;
    padding: 3px 15px;
    text-decoration: none;
    color: #333;
    background: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
}

.Tabs a:hover {
    background: #F7F7F7;
    color: #555;
}

.Tabs a.Active {
    border: 1px solid #888;
    background: #FFF;
    border-bottom: 1px solid #FFF;
}

.TabBody {
    border: 1px solid #888;
    padding: 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.ValidXHTML {
    text-align: right;
}


@media only screen and (max-width : 463px) {
.mar-bott-10 { margin-bottom:10px;}
}
@media only screen and (max-width : 374px) {
.mar-bott-10-small { margin-bottom:10px;}
	
}