﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    width: 220px;
}

input[type=radio]{
    width:15px;
}

.labelStyle{
    width:65px;
}

.labelStyleWide {
    width: 80px;
}

.tabstyle {
    text-align: center;
    font-size: 10px;
}

.tabstyle-admin {
    text-align: center;
    font-size: 9px;
}

.editControls{
    width:230px;
}

.editControls2 {
    width: 250px;
}

.editListBox1 {
    width: 100px;
    height: 200px;
}

.editListBox2{
    width:230px;
    height:60px;
}

.editListBox3 {
    width: 230px;
    height: 200px;
}

.editSearchBox{
    width:195px;
}

.processingImage{
    height:30px; 
    width:30px;
    padding-left:10px;
}

.deleteButton{
    color:red;
    padding-left:10px;
}

.periodList{
    width:100px;
}

.radioButtonStyle{
    text-align:left;
}

