﻿/*
html
{
	margin: auto auto auto auto;
	font-family: Arial;
	font-size: 9pt;
	overflow: hidden;
	height: 100%;
}

body
{
	height: 100%;
}
*/

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.clear {
    clear: both;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.breadcrumbsStartingText, .breadcrumbsSeparator, .breadcrumbsNode, a.breadcrumbsNode:link, a.breadcrumbsNode:visited, a.breadcrumbsNode:active {
    font-family: Arial;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    color: #919191;
}

    a.breadcrumbsNode:hover, .breadcrumbsNode:hover {
        font-family: Arial;
        font-size: 11px;
        font-weight: 600;
        text-decoration: none;
        color: #666666;
    }

/* The following are used when display loader is enabled */

#pageDimmer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 200001;
    background-image: url(../../Images/Shared/LoaderBackground.gif);
    background-position: left top;
    background-repeat: repeat;
    background-color: rgba(192,192,192,0.3);
}

#loaderContainer {
    position: relative;
    top: 25em;
    /*width: 190px;
    max-height: 60px;
    min-height: 60px;*/
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgb(236,191,205);
    border: solid 2px rgb(96,29,29);*/
    width: 220px;
    max-height: 80px;
    min-height: 80px;
    background-color: rgb(236,191,205);
    -webkit-box-shadow: 10px 10px 21px 1px rgba(0,0,0,0.37);
    -moz-box-shadow: 10px 10px 21px 1px rgba(0,0,0,0.37);
    box-shadow: 10px 10px 21px 1px rgba(0,0,0,0.37);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #000000;
}

#loaderImage {
    background-image: url(../../Images/Shared/LoaderImage.gif);
    background-repeat: no-repeat;
    width: 48px;
    height: 32px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}

#loaderTextContainer {
    float: left;
    font-weight: 600;
    margin-top: 16px;
    margin-left: 14px;
    font-size:11pt;
}

.tcAlert {
    color: orange;
}

.tcWarn {
    color: red;
}

.textbox {
    background: #FFF url(http://html-generator.weebly.com/files/theme/input-text-9.png) no-repeat 2px 2px;
    border: 1px solid #c4c4c4;
    outline: 0;
    display: block;
    padding-left: 25px;
    height: 16px;
    width: 200px;
    font-size: 14px;
    vertical-align: central;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

.textbox:focus {
    outline: none;
    font-size: 14px;
    vertical-align: central;
    border: 1px solid #97212D;
    box-shadow: 0px 0px 8px #97212D;
    -moz-box-shadow: 0px 0px 8px #97212D;
    -webkit-box-shadow: 0px 0px 8px #97212D;
}

/* Andre Added New Style - Border Colour & Highlight*/
select {
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px #d9d9d9;
    -moz-box-shadow: 0 0 5px #d9d9d9;
    box-shadow: 0 0 5px #d9d9d9;
    background: white;
    color: black;
    border: 1px solid #c4c4c4;
    cursor: pointer;
}

select:focus {
    outline: none;
    border: 1px solid #DB2A3B;
    box-shadow: 0px 0px 8px #DB2A3B;
    -moz-box-shadow: 0px 0px 8px #DB2A3B;
    -webkit-box-shadow: 0px 0px 8px #DB2A3B;
}

text {
    padding: 2px;
    margin: 2px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    font-size: 14px;
    vertical-align: central;
    height: 16px;
}

textarea {
    padding: 2px;
    margin: 2px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

input {
    padding: 2px;
    margin: 2px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

input[type=text]:focus, textarea:focus {
    outline: none;
    border: 1px solid #DB2A3B;
    box-shadow: 0px 0px 8px #DB2A3B;
    -moz-box-shadow: 0px 0px 8px #DB2A3B;
    -webkit-box-shadow: 0px 0px 8px #DB2A3B;
}
/* End New Style*/


/**/
/*7bc1f7*/
/*(../../Images/Styling/input-text-9.png)*/
/*(http://localhost:46063/Images/Styling/input-text-9.png)*/
