﻿/*
http://jqueryui.com/themeroller/#ffDefault=Trebuchet+MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=f6a828&bgTextureHeader=11_white_lines.png&bgImgOpacityHeader=35&borderColorHeader=e7086b&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=c7c7c7&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=2e2e2e&iconColorDefault=ef8c08&bgColorHover=e3e3e3&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cccccc&fcHover=2e2e2e&iconColorHover=ef8c08&bgColorActive=e3e3e3&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=cccccc&fcActive=2e2e2e&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/

.strong 
{
    font-weight: bold;
}

.redColor
{
    color: Red;
}

a.logOff {
    text-decoration: underline;
    color: Red;
}

a.logOff:hover 
{
    color: White;
    text-decoration: underline;
}

a.linkButon 
{
    color: #2e2e2e;
    text-decoration: underline;
}


.ok {
    border: 1px solid #003603;
    background-color: #dbffdc;
    color: #003603;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    padding: 25px 20px 25px 25px;
}

.error, .validation-summary-errors
{
    border: 1px solid #e31829;
    background-color: #ffe5e5;
    color: #e31829;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    padding: 25px 20px 25px 25px;
}

.ok .error .warning {
    font-weight: bold;
}

.okDialog .errorDialog .warningDialog {
    font-weight: bold;
}

.warning {
    border: 1px solid #dbd416;
    background-color: #feffc4;
    color: #aaa513;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    padding: 25px 20px 25px 25px;
}

.importKeyWords
{
    width: 100px !important;
    margin-right: 20px !important;
}

.right {
    text-align:right;
}