.tablestyle
{
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
}

.altrowstyle
{
    background-color: Silver;
}

.headerstyle th
{
    background: url(../../App_Themes/theme1/images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

.headerstyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader
{
    background: url(../../App_Themes/theme1/images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a
{
    background: url(../../App_Themes/theme1/images/dt-arrow-up.png) no-repeat right 50%;
}

.headerstyle .sortdescheader
{
    background: url(../../App_Themes/theme1/images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortdescheader a
{
    background: url(../../App_Themes/theme1/images/dt-arrow-dn.png) no-repeat right 50%;
}








.HighlightText
{
    font-weight: bold;
}
.BigBoldText
{
    font-weight: bold;
    font-size: 90%;
    font-family: Verdana;
}
.SmallText
{
    font-size: 8pt;
    font-family: Verdana;
}

#content
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    color: #000000;
}

#content h1
{
    font-size: 125%;
}

.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: Blue;
    background-image: url(images/bg-menu-main.png);
    cursor: move;
    border: outset thin white;
}

.callbackStyle
{
    border: thin blue inset;
}

.callbackStyle table
{
    background-color: #5377A9;
    color: Black;
}


.reorderListDemo li
{
    list-style: none;
    margin: 2px;
    background-repeat: repeat-x;
    color: black;
    font-size: 12px;
}

.reorderListDemo li a
{
    color: #FFF !important;
    font-weight: bold;
}

.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea
{
    margin-left: 15px;
    text-align: left;
}

.tabs a
{
    color: blue;
    text-decoration: none;
    font: 14px Arial,Sans-Serif;
}
.tab
{
    background-color: white;
    padding: 5px;
    border: Solid 1px black;
}
.selectedTab
{
    background-color: #eeeeee;
    padding: 5px;
    border: Solid 1px black;
    font-weight: bold;
}
.views
{
    background-color: white;
    width: 400px;
    border: Solid 1px black;
    padding: 10px;
}

.bg
{
}
/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.matrix
{
    text-align: center;
    width: 150px;
    border-bottom-width: 1px;
}

.questiontext
{
    font-family: Verdana;
    padding:2px 0 0 0;
   
}

.questionpart
{
    float: left;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-left: 5px;
    
}


.question
{
    float: left;
}
.negative
{
    margin-left: -5px;
}
.radioheading
{
    font-weight: bold;
    text-align: center;
    border-width: 1px;
    border-style: dotted;
    border-color: Gray;
}

.radiolist
{
    text-align: center;
    border-style: dotted;
    border-color: Gray;
    border-width: 1px;
}

.radioquestion
{
    text-align: left;
    border-style: dotted;
    border-color: Gray;
    border-width: 1px;
    width: 30%;
}

#Questionedit .questiontext
{
    font-weight: bold;
    padding-top: 2px;
}

#Questionedit .question
{
    padding-top: 2px;
}

.demo
{
    padding: 5px;
}
.yui-theme .ajax-glow-button, .yui-theme .ajax-glow-button .inner
{
    border-color: #004D89;
}
.yui-theme .ajax-glow-button .inner INPUT
{
    border-color: #599ACD;
    color: #fff;
    padding: 4px 10px;
}

.dark-theme .ajax-glow-button, .dark-theme .ajax-glow-button .inner
{
    border-color: #0A0A0A;
}
.dark-theme .ajax-glow-button .inner INPUT
{
    border-color: #444041;
    color: #fff;
    padding: 4px 10px;
}

.green-theme .ajax-glow-button, .green-theme .ajax-glow-button .inner
{
    border-color: #79B837;
}
.green-theme .ajax-glow-button .inner INPUT
{
    border-color: #9DCE5C;
    color: #000;
    padding: 4px 10px;
}

.purple-theme .ajax-glow-button, .purple-theme .ajax-glow-button .inner
{
    border-color: #9C0063;
}
.purple-theme .ajax-glow-button .inner INPUT
{
    border-color: #D693BD;
    color: #fff;
    padding: 4px 10px;
}

.MyCalendar 
 {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.unwatermarked
{
}

.watermarked
{
	background-color:Gray;
}